Hi,
As well know, the nrf51822 can only work either TX or RX mode at the same time.
Normally, the nrf51822 device is working in RX mode (by using function "nrf_esb_start_rx()" for receive packet.
If I want to send packet, then this device need change to TX mode. Does I need use "nrf_esb_disable()" to disable ESB before change device to TX and use "nrf_esb_write_payload()" to send packet?
The above procedure seems to take a lot of time to execute.
Would you please give me an method which can switch quick switch between TX and RX mode in proprietary protocol?
Thank you
Chianglin