Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

OLED Lora Send / Receive Example

Open hallo02 opened this issue 6 years ago • 2 comments

The provided examples work until a distance of 10cm using two HelTec ESP 32 Lora V2. How to reach some hundreds of meters?

hallo02 avatar Apr 19 '19 18:04 hallo02

If you uploaded the code as is it should work for hundreds of meters. Did you select the correct frequency (line 23) to match your version?

#define BAND    433E6  //you can set band here directly,e.g. 868E6,915E6

JBSchueler avatar May 06 '19 10:05 JBSchueler