This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sparkfun nRF52832 breakout board

Hi,

I bought Sparkfun nrf52832 breakout board and i am having issues with programming a board. 

I downloaded Segger embedded studio and nRFGo Studio for uploading hex files to sparkfun's breakout board.
I also downloaded nRF_SDK_15.

My goal is to make ANT Heart rate receiver. I have Garmin's heart rate strap and now i want to receive heart rate with my sparkfun nrf52832 breakout board and send it with serial communication to my PC and than display it there.
Every example in SDK's example folder doesn't work for my board. I found out that those examples are for Nordic pca 10040 board and that is why it is incompatible with the Sparkfun's board. 
My next step was to change definitions in pca 10040 header file such as led number, led pin numbers, push buttons etc. But even i done that changes, blinky example still doesn't work. 

Can you please tell me how to use SDK's examples to program Sparkfun nrf52832 breakout board?
I also read https://learn.sparkfun.com/tutorials/nrf52832-breakout-board-hookup-guide guide and it is so easy to program it like Arduino board but there is only example for led blink and BLE communication but not for ANT.  That's why i want learn to program it with nRF SDK examples and SEGGER Embedded studio + nRFGO studio.

Best wishes,
Ivo 

Related