Hello,
I am trying to implement a shared channel as described in Section 8.2 of "ANT Message Protocol and Usage" on the relay device described in Reference Design Demo 2. In other words, to create a hub device using a shared channel on the receiving side of the relay.
I am using the code for Demo 2 as a guide; and I am aware that I will need to adjust the RF Frequency, Device Number, Device Type, Transmission Type, Message Period as required, and to change the type of channel 1 to CHANNEL_TYPE_SHARED_MASTER.
I am wondering if this is sufficient to redefine the channel, and also where and how in the code to implement the loop shown in Fig. 8-5 of "ANT Message Protocol and Usage" where the channel master broadcasts sequentially to each slave.
Thanks for any help.
JM