How to put mkr wan 1300 into dump mode and use MCCI LoRaWAN LMIC library. I need to do it for personal reasons. Can u guys helps. Thanks !
In case it will be useful to the forum helpers, I'll mention that the code shown in @donglectu's screenshot is this part of the library code:
@donglectu please don't post pictures of text. That is very unhelpful. Post text as text!
Thanks for the reply. I don't know exactly how to use the lora sx1276 module in mkr wan 1300 alone without murata. Please help me help?
how to set Pin mapping for mcci lmic :
const lmic_pinmap lmic_pins = {
.nss = 10,
.rxtx = LMIC_UNUSED_PIN,
.rst = A0,
.dio = {2, 7, 8},
};
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.