You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
1.: Do I want to use a shared channel so every node gets every data or do I want to set up the channels depending on the application?
2.: General Question: If I want to send data from a master to a slave in non-periodic invervals, let's say sometimes once a second, sometimes once a minute, sometimes nothing for a whole day. Imagine for example a wireless light switch.
...I want to send the data only once. But then how do I assure that if I reopen the channel and send the data once, the slave will receive it? If I understood the protocol correctly, the slave searches for channels that match it's configuration in a certain intervall. Doesn't that result in quiet a huge latency, worst case the maximum search interval plus the time for the data-transfer?...
(1)The time series in shared channel,but not auto-shared channel.
(2My chip is nRF24AP2,can it use auto-share channel?
(3)Do you have some reference codes(c or c++)?