Micro:bit radio security
- 5 Devlogs
- 9 Total hours
This is for if you have a micro:bit application that utilizes radio, and you want to try and prevent someone from spying on you for whatever reason.
This is for if you have a micro:bit application that utilizes radio, and you want to try and prevent someone from spying on you for whatever reason.
Finally got the infinite channel jumping working along with scrambling the channel number for greater security during transmission. Also added security features explanation to the README. And made a logo.
Got stuck when I tried to make it continuously channel hop and send a scrambled channel number, so I made the How to use section in the README along with a flowchart.
The micro:bits finally channel hop, only once, however debugging took longer than I expected.
I was having difficulty getting the ‘ready’ message to either broadcast or get received, maybe both, I’m not sure. I commented out those parts to test if the radio was working, and it did. It will also pick up the ready signal even if reset.
Attempted to get the micro:bits channel hopping, however the confirmation is either not getting sent or received (maybe both), but I’m not getting any errors.