-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
It seems setting the data rate via dataRate() doesn't work at all and this is a known issue. There is a workaround I confirmed myself that works, but the workaround requires use of ADR that makes the gateway to send downlink messages on each and every uplink.
The workaround consists of enabling ADR and the setting the datarate prior sending out lora frames:
modem.setADR(true);
modem.dataRate(3);
modem.beginPacket();
...
However this doesn't seem to be a MKRWAN library issue, but someting related to the module itself. Is there something that can be done via raw AT commands to get around this? Any suggestions or clues are welcome.
hpssjellis
Metadata
Metadata
Assignees
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project