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

Bug with dynamic payload length and NO_ACK #17

Open
arthurxie opened this issue Sep 19, 2015 · 0 comments
Open

Bug with dynamic payload length and NO_ACK #17

arthurxie opened this issue Sep 19, 2015 · 0 comments

Comments

@arthurxie
Copy link

There are two EN_DPL definitions(one with value 0x04, one with value 0x02, the right value is 0x04) with different values. This will make the FEATURE to be set a wrong value.

When I want to send a packet without retransmission, I call radio.setAutoAck(0) and radio.setRetries(0, 0) to disable it. Neither of the two methods set FEATURE's EN_DYN_ACK bit, nor there is a special method to do it. Only the write_register method can be a work around.

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

1 participant