-
Notifications
You must be signed in to change notification settings - Fork 49
Implement "reliable datagram" #34
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
Comments
This is just to update the status of "reliable datagram". I'm still working on this -- trying to find ways to make it respond better. |
Sorry for the delay. It will likely be another 2 weeks before I can get back to working on this. |
I think I would be interested in using and/or helping implementing this. |
I would love this... i can get the RadioHead/Arduino to talk to the Pi, but sending data from the Pi to RadioHead never works :( |
I was having the same issue.. Try including the following on the Pi code after instantiating rfm9x.. it worked for me: |
implemented with #42 |
The Radiohead library has a "Reliable Datagram" mode that uses acknowledgement and retries to insure packet delivery.
Is there interest in implementing that here. I'll be happy to take it on, but wanted to see if there was any concern or interest.
The text was updated successfully, but these errors were encountered: