This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

changing channel id while in EVENT_TX state

I'm trying to change channel id with no luck while I'm in EVENT_TX state. It seems that if I call sd_ant_channel_id_set while in EVENT_TX broadcast data gets reset to zeros. I was doing some tests with antware and there you can change channel id while transmit channel is open. Is there something else happening under the hood that I don't know?

Thanks

  • Yes, you can only change the parameters for the ANT channel when the channel is off air and technically closed. I'm pretty sure that ANTware is taking down the channel temporarily to re-configure, but as you have noticed, you won't see that in the UI of ANTWare.

    So for changing the parameters, please close the channel, reconfigure and the re-open.

Related