sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.63k stars 626 forks source link

Expected packet loss rate? #356

Closed IoTThinks closed 3 years ago

IoTThinks commented 4 years ago

Hi all, I'm using this library 0.7.2 One esp32+sx1278 to POLL 10 esp32+sx1278.

I use sf9, bw 125kHz, cr 8, crc and payload 80bytes. The distance is 2 meters only.

The gateway will poll the nodes every second and wait for reply. So it should not have any interference among them.

The gateway fails to receive the node reply around 24 times/hour.

How much packet loss rate you have?