Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make radio exercise robust in the face of collisions #86

Closed
jonathanpallant opened this issue Apr 17, 2024 · 1 comment
Closed

Make radio exercise robust in the face of collisions #86

jonathanpallant opened this issue Apr 17, 2024 · 1 comment

Comments

@jonathanpallant
Copy link
Member

There are only a limited number of IEE 802.15.4 channels on the nRF52840 and sometimes it is impossible to find a quiet one.

We should change the packets we send to include:

  1. a 4-byte ID which is unique to every nRF52840 and sent in every request, and reflected back in every response
  2. a 1-byte command which tells the puzzle dongle what you want to do (rather than just going on the length of the packet)
@jonathanpallant
Copy link
Member Author

Closed by #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants