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

DPL issue in TX_SINGLE_ESB demo #1

Open
dozack opened this issue Jul 13, 2021 · 0 comments
Open

DPL issue in TX_SINGLE_ESB demo #1

dozack opened this issue Jul 13, 2021 · 0 comments

Comments

@dozack
Copy link

dozack commented Jul 13, 2021

Transmitter enables DPL during initialization of demo app while receiver does not. I am unable to receive any payload in receiver app (TX_SINGLE_ESB). Solution that worked for me was to comment out

nRF24_SetDynamicPayloadLength(nRF24_DPL_ON);

on line 886.

nRF24_SetDynamicPayloadLength(nRF24_DPL_ON);

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