Dear Sirs,
I am looking for exaples how to program HRK with ANT using nRF5-SDK
Could you please send me link to documentation
Best Regards
Pawel
Dear Sirs,
I am looking for exaples how to program HRK with ANT using nRF5-SDK
Could you please send me link to documentation
Best Regards
Pawel
I am not familiar with "HRK", but I recommend to get yourself an nRF DK, since all the examples and getting started guides are using an nRF DK, that way you will have a working hardware before you move to your own PCB.
Check out:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrf51_getting_started.html
After the getting started you can find the relevant ANT examples here:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/examples_ant.html
Dear Kenneth, Thanks a lot I found examples for HRM and ANT.
Is there any simple example that could enable or disable e.g P0.27 (simple on /off)
Dear Kenneth, Thanks a lot I found examples for HRM and ANT.
Is there any simple example that could enable or disable e.g P0.27 (simple on /off)
Typically including nrf_gpio.h in your project can control pins, if that is what you are asking for.
Kenneth
Yes, that it. I would like to control pins :) May by do you have some simle link how to do this. Thanks a lot