Hi,
If I want to use the NRF52833 as TX, and NRF24LE1 as receiver. How I can I match out the address?
If NRf24le1,
RX_addr = {0x00,0x11,0x22,0x33,0x44}
then I should I set up the address in Nrf52833?
Thanks
Hi,
If I want to use the NRF52833 as TX, and NRF24LE1 as receiver. How I can I match out the address?
If NRf24le1,
RX_addr = {0x00,0x11,0x22,0x33,0x44}
then I should I set up the address in Nrf52833?
Thanks
Hi Daniel,
Yes, the existing product is use SB in NRF24LE1 as TX. I want to use the NRF52833 as RX. Looks like the Micro-ESB already modify in latest SDK file, right?
Best,
Sky
Hi Sky,
If you want to implement shockburst on a nRF5 device, it is a possibility to base your implementation on nRF5 SDK example "examples/peripheral/radio", which shows a basic transmitter and receiver implementation, which is very close to the on-air format that SB requires.
Kind regards,
Håkon