Replies: 1 comment
-
I hocked up a logic analyzer and captured the following radio random SPI stream. Please be noted that I am getting the same random value over and over again. MOSI Bytes: 0x1D 0x08 0x19 0x00 0x00 0x00 0x00 0x00 0x80 0x00 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions