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

Adds a new send_recv method to the dk crate. #87

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

jonathanpallant
Copy link
Member

This puts the given data into a packet, along with a random device address, and then waits for a reply containing a matching device address. This allows the function to reject packets that were intended for another device, and makes it somewhat robust when multiple devices are running on the same channel at the same time.

This puts the given data into a packet, along with a random device address, and then waits for a reply containing a matching device address. This allows the function to reject packets that were intended for another device, and makes it somewhat robust when multiple devices are running on the same channel at the same time.
@miguelraz
Copy link
Contributor

Alright, for some reason my old/puzzle-fw kept flashing in the loopback-fw and I had to run cargo run on the nrf52-code/puzzle-fw which would flash my dongle appropriately for all code and solutions to run (which I've now verified).

Added notes so that others don't get tripped in the same place.

@jonathanpallant
Copy link
Member Author

Actually that's a good point - I need to delete the old firmware because it won't work any more.

@jonathanpallant jonathanpallant merged commit 7a43f85 into main Apr 30, 2024
2 checks passed
@jonathanpallant jonathanpallant deleted the add-radio-retries branch April 30, 2024 20:26
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

Successfully merging this pull request may close these issues.

2 participants