HI,Simon:
I want to use ANT & BLE in the same chip_nrf52833,how?
HI,Simon:
I want to use ANT & BLE in the same chip_nrf52833,how?
Hi,
The nRF52840 and nRF52833 use the same ANT+BLE softdevices:
https://www.thisisant.com/developer/components/nrf52832/
I suggest to download the latest nRF5 SDK (currently that is nRF5 SDK v17), then open one of the projects that is closest to your product:
\nRF5_SDK_17.0.0_9d13099\examples\ant
If you want both ANT and BLE support, there is only one project that does this out of the box:
\nRF5_SDK_17.0.0_9d13099\examples\multiprotocol\ble_ant_app_hrm
FYI: Projects placed in a pca10056 folder are setup for nRF52840, while pca10100 are setup for nRF52833. To convert a project from pca10056 to pca10100 you may follow this:
https://devzone.nordicsemi.com/f/nordic-q-a/64518/nrf52833-development/263204
Comparsion of nRF52-variants:
https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52.html
Best regards,
Kenneth
HI,Kenneth:
Thanks!
HI,Kenneth:
Thanks!