Dear Members,
I want to wake up the chip whenever there's a radio signal from ANT sensor without pushing a button,
Will this function sd_app_evt_wait() help ?
I put at the end of the loop,
So far I need to push the button to wake up the chip,
Thanks
Dear Members,
I want to wake up the chip whenever there's a radio signal from ANT sensor without pushing a button,
Will this function sd_app_evt_wait() help ?
I put at the end of the loop,
So far I need to push the button to wake up the chip,
Thanks
Thanks for the information, I will see and keep posted.
I found :
// ////////////////////////////////////////////
/** @name Extended Assign Channel Parameters
* @{ */
// ////////////////////////////////////////////
#define EXT_PARAM_ALWAYS_SEARCH ((uint8_t)0x01) ///< Bitfield for enabling background searching behaviour.
Line 127 ant_parameter.h
in relation with :
5.2 Configuring a Background Scanning Channel page 5, the documents you gave me,
https://www.thisisant.com/resources/an11-ant-channel-search-and-background-scanning-channel/
Which function using this parameter for doing background scanning ?
Thanks
It has a relation with this, isn't it ?
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_background_scanning\main.c
We rely on much of the documentation on:
https://www.thisisant.com/developer/resources/downloads/
https://www.thisisant.com/developer/components/nrf52832/
And if you search through the ANT examples in the nRF5 SDK for EXT_PARAM_ALWAYS_SEARCH you can find that it is for instance used in ant_channel_init() is passed into sd_ant_channel_assign().
BEst regards,
Kenneth