You are reading a single comment by @Jean-Philippe_Rey and its replies. Click here to read the full conversation.
  • @Gordon I tried the method getStatus() of the module RN2483 (LoRa)
    https://github.com/espruino/EspruinoDocsĀ­/blob/master/devices/RN2483.js#L61

    >lora.getStatus()
    ["sys get hweui\r\n"
    =undefined
    ] "AAAAAAA" <--- "AAAAAAA"
    ] "AAAAAAAAAAAAAAAA\r\n" <--- "AAAAAAAAA\r\n"
    ["sys get vdd\r\n"
    ] "3" <--- "3"
    ] "3233\r\n" <--- "233\r\n"
    ["mac get appeui\r\n"
    ] "0" <--- "0"
    ] "00000000000000" <--- "0000000000000"
    ] "0000000000000000\r\n" <--- "00\r\n"
    ["mac get deveui\r\n"
    ] "0" <--- "0"
    ] "AAAAAAAAAAAAA" <--- "AAAAAAAAAAAA"
    ] "AAAAAAAAAAAAAAA\r\n" <--- "AA\r\n"
    ["mac get band\r\n"
    ] "8" <--- "8"
    ] "868\r\n" <--- "68\r\n"
    ["mac get dr\r\n"
    ] "5" <--- "5"
    ] "5\r\n" <--- "\r\n"
    ["mac get rxdelay1\r\n"
    ] "1" <--- "1"
    ] "1000\r\n" <--- "000\r\n"
    ["mac get rxdelay2\r\n"
    ] "2" <--- "2"
    ] "2000\r\n" <--- "000\r\n"
    Uncaught Error: Unhandled promise rejection: Error: Function "b" not found!
    > 
    
About