• I tried to play with the new RN2483 module. I started by calling the lora.getStatus() in order to verify everything is OK with the communication between the module and the Pico.
    Unfortunately I got an unexpected status:

    {
      "EUI": "0004A30B00AAAAAA",
      "VDD": 0.004,
      "appEUI": "0004A30B00AAAAAA",
      "devEUI": "0004A30B00AAAAAA",
      "band": "0004A30B00AAAAAA",
      "dataRate": "0004A30B00AAAAAA",
      "rxDelay1": "0004A30B00AAAAAA",
      "rxDelay2": "0004A30B00AAAAAA"
     }
    

    Is the Promise sequence correctly implemented?

About