Lora-net/LoRaMac-node

Is getting 0x00 upon calling GetStatus API?

Closed this issue · 0 comments

Hello,

I am working with SX1262 mbed shield with a custom hardware. I have ported the stack to my custom board as per guideline specified. While testing, I am getting 0x00 as status of SX1262 after issuing hardware reset. Is it normal value? I also tried putting SX1262 in STANDBY_RC mode. After issuing STANDBY_RC I also get the same status (0x00).

Finally, I tried to get random number generated with Radio.Random API. Every time, I got same random number while reading it with 1 sec interval. Can anyone suggest what can go wrong?

I do appreciate your time. Thank you.