I’m noob in LoRaWan and it may be that I am not fully understanding how it works.
I ran the LoRaWanOLED example using Heltec_ESP32 Library on a Wifi LoRa 32 V3 device connected to TTS network server (LoRaWan version 1.0.2) in REGION_AU915
It works ok but I have doubts about the handling of the dr and the power.
When the device starts send the joinRequest and then uplink messages at an interval of aprox 15 seg. as expected.
At the beginning the dr and the power is:
07:34:30.765 -> TX on freq 918200000 Hz DR 3 power 27
After some time with good rssi it changes to:
07:43:55.133 -> TX on freq 917000000 Hz DR 5 power 7
as expected
When I increase the distance from the device and the rssi decreases the dr changes as expected but the power remains at the same low value
08:23:51.100 -> TX on freq 917000000 Hz DR 0 power 7
Is this OK? I don’t think so
Thanks in advance