I have a Multitech gateway on my desk and an Autonomo+LoRaBee.
While testing on my desk everything is working ok but i wanted to take my testing outside and find out what range i can get.
My range is only a few hundred meters but if I look in the (old) TTN-API it shows only packages with SF7BW125 (and nothing else).
Is my LoRaBee somehow stuck at SF7 ?
Can this be caused by old firmware of the RN?
(ifso, I did not find a sketch to update the RN-firmware. is the only way to detach it from Autonomo and attach an FTDI?)
2.4.8.9 mac set adr <state>
<state>: string value representing the state, either on or off. Response: ok if state is valid
invalid_param if state is not valid
This command sets if the adaptive data rate (ADR) is to be enabled, or disabled. The server is informed about the
status of the module’s ADR in every uplink frame it receives from the ADR field in uplink data packet. If ADR is enabled,
the server will optimize the data rate and the transmission power of the module based on the information collected
from the network.
The server needs to support ACK for it to work correctly. Also keep in mind when you are doing distance measurements it is better to set a fixed datarate.
2.4.8.8 mac set dr <dataRate>
<dataRate>: decimal number representing the data rate, from 0 and 7, but within the
limits of the data rate range for the defined channels. Response: ok if data rate is valid
invalid_param if data rate is not valid
This command sets the data rate to be used for the next transmission.
Please refer to the LoRaWANTM Specification for the description of data rates and the corresponding spreading factors.
Example: mac set dr 5 // On EU863-870; SF7/125 kHz.