Home › Forums › Mayfly Data Logger › Mayfly with Xbee MTech mDot LoRa module › Reply To: Mayfly with Xbee MTech mDot LoRa module
2021-07-01 at 11:52 AM
#15639
I’m not familiar with that module, but the specs say that its default baud rate is 115200, so you should set your “modemBaud” rate in the sketch to match that, so something like:
1 |
const int32_t modemBaud = 115200; |
Was that the value you changed in your sketch? Because it’s set at 9600 in the example you attached. Have you successfully communicated with the LoRa module by itself, outside of the Mayfly, by using just a basic bee carrier board?