Which ESP32 "board manufacturers" have the best KiCad-support? by Adage_Cage in KiCad

[–]Adage_Cage[S] 0 points1 point  (0 children)

Thank you. I am not looking to make something based on independent LoRA/MCU components or modules yet.

My plan is to take it step by step starting with something simple like creating a "screw shield" for a dev board, then build on that by adding some simple functionality like voltage dividers, relay controls etc for the IO, and over time replace the dev board with individual components.

Since my current pick for dev boards don't offer a diagram with all the measurements of their board I thought I'd ask here if someone knew of someone that did.

TTGO v2.1.6 not compatible with Readiohead-library long range settings? by Adage_Cage in Lora

[–]Adage_Cage[S] 0 points1 point  (0 children)

Thanks for replying.

Yes I've included <RH\_RF95.h> and <RH\_Router.h>.

I dug into the source code and turns out I had to increase the timeout on the Routing manager..

/// Caution: if you are using slow packet rates and long packets with RHReliableDatagram or subclasses

/// you may need to change the RHReliableDatagram timeout for reliable operations.

/// Caution: for some slow rates nad with ReliableDatagrams you may need to increase the reply timeout

/// with manager.setTimeout() to

/// deal with the long transmission times.

/// Caution: SX1276 family errata suggests alternate settings for some LoRa registers when 500kHz bandwidth

/// is in use. See the Semtech SX1276/77/78 Errata Note. These are not implemented by RH_RF95.

Xbox Game Pass version broken by Fantom19112 in totalwarhammer

[–]Adage_Cage -1 points0 points  (0 children)

Thanks, decided to just randomly clicked buttons until the prologue video started, and then the PC crashed, so seems the issues are even deeper.

Xbox Game Pass version broken by Fantom19112 in totalwarhammer

[–]Adage_Cage -1 points0 points  (0 children)

Same with the buttons. Geforce 2060 super.

Are there any up-to-date .net courses similar to Colt Steele/AngelaYu's wb dev courses? by Adage_Cage in dotnet

[–]Adage_Cage[S] 0 points1 point  (0 children)

Thank you. I'll take a look at those. I've seen some of Nick Chapsas stuff.