hello! ANT protocol; have three nrf51922 , A can find B, B can find C. but A can't find C. A. how to communicate with C by B ? And C how to return a reply? I want to know How to set up the channel types?
thanks.
hello! ANT protocol; have three nrf51922 , A can find B, B can find C. but A can't find C. A. how to communicate with C by B ? And C how to return a reply? I want to know How to set up the channel types?
thanks.
Hi,
You will have to implement that on application level to relay the message from A to C via B. You can have a look at this suggestion.
Another option is to use shared channel. However, more implementation on the application code to relay the message is still required.