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

How to receive data from different ant sensors?

Dear all, Recently,i use nrf51422 trying to receive data from two ant sensor. i assign two ant rx channels at the same time, i find i can't receive data if only one sensor transmit data. I think is it improssible to open more rx channel at the same time. How can i do to solve this problem?

Thanks.

Parents
  • It's possible to open even 8 slave channels on the nRF51422 at the same time, but HIGH priority search timeout (sd_ant_channel_rx_search_timeout_set) should be disabled (this kind of search interrupts other open channels) and LOW priority search increased (sd_ant_channel_low_priority_rx_search_timeout_set).

Reply
  • It's possible to open even 8 slave channels on the nRF51422 at the same time, but HIGH priority search timeout (sd_ant_channel_rx_search_timeout_set) should be disabled (this kind of search interrupts other open channels) and LOW priority search increased (sd_ant_channel_low_priority_rx_search_timeout_set).

Children
Related