things4u / ESP-1ch-Gateway

Version 6 of the single channel gateway
MIT License
370 stars 149 forks source link

Support for Heltec LoRa32 V3 #119

Open Mouky66 opened 1 year ago

Mouky66 commented 1 year ago

Hi, is the Heltec LoRa32 V3 already supported or are you planing to implement the support?

Thank you regards Chris

andrewbunac commented 1 year ago

I am also waiting for this to happen, but for now, I am trying to edit the config file just to fit on a Heltec Lora V3. Hope somebody will make it happen :D

Samll commented 4 months ago

Any update with this? I'm trying but I get a WDG reset all the time: st:0x8 (TG1WDT_SYS_RST),boot:0x29 (SPI_FAST_FLASH_BOOT)

klaus-liebler commented 3 months ago

Same problem here...

UDP Connection successful
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0x9 (SPI_FAST_FLASH_BOOT)

Btw, to solve compile issues I replaced "lib/WiFiManager-development" with the current version of this library and added some typecasting to _txRx.ino:316: if (abs((int32_t)(freqs[gwayConfig.ch].dwnFreq - fff)) < (int32_t)100000) {

Thank you, regards Klaus