This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ESB on nRF51822

Hello, I have two nRF24L01 devices that can already talk to each other on a custom address. When I try to talk to the nRF51822 from one of the nRF24L01 devices, I cannot get the ESB library to work. I am working off of the example code provided in the SDK. I am able to receive some data using the radio_example code, however, what appears in the packet looks like there is 9 bits of extra data, and the data I expect to receive is shifted over 9 bits. This matches the ESB packet structure, since there is 9 bits for the packet control field before the payload, but for some reason I can't get the nrf_esb_rx_data_ready() callback to trigger when using the ESB library. I have tried all possible combinations of base address + prefix when migrating from the nRF24L01 address but nothing seems to work...

Parents Reply Children
No Data
Related