Closed carterw closed 6 years ago
Glad that it is useful to you.
As for the TTGO ESP32+LoRa+OLED module, I have used it in some experiments but not in field test of long range.
I think that there are mainly two problems of TTGO module:
The default transmit power level is 2. Is that the highest? I have tried powering with a lipo battery, which probably bypasses the regulator, and not seeing any difference.
The pwr_level can go up to 17. I am not sure about LIPO, which I didn't use.
Also, you may want to try setting the LowDataRateOptimize flag, please see issue #1.
Adjusting the power level to 17 made a big improvement in the range, thanks.
Wei1234c thanks very much for your excellent repository of code here and also the reference material! Very impressive work.
We are discussing the sx127x driver code in this thread on the Micropython forum, you may be interested in it.
Seeing as how you have code that references the TTGO modules, have you experimented with them? I am curious to know what distances and data rates can be expected.