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

nordic thingy tutorials

hi,

i am quite new with programming tools like the nordic thingy and i am currently trying to get some initial program running, i.e. the blinky example. i have a few questions because i just cant get it running:

  1. i found 2 sdks: the thingy sdk and the nRF5 sdk. which is the one to use?
  2. i was able to compile the blinky example from the nRF5 sdk and tried to flash it by using "make flash". nothing happens
  3. i tried to flash it manually via nrfjprog --family nrf52 --sectorerase --program _build/nrf52832_xxaa.hex --verify nrfjprog --family nrf52 --reset then actually the thingy starts blinking green, however, to me this seems more like an error. no matter how i change the code of main.c file, it always blinks with the same frequency (even if i change the sleep time or if i document out the code completely)

what am i doing wrong?

cheers simon

Parents Reply
  • You can try to get it working on the regular SDK, but you would need to make quite a few changes to the board header file, as the regular SDK is made to be used on development kits normally. The Thingy SDK is actually based on the nRF5 SDK v13, but with heavy modifications, so I would much rather recommend using the Thingy SDK. You should also be able to port the Thingy SDK to Segger Embedded Studio if you prefer this.

    You could always add nRF5 features into the Thingy SDK if you want to do this.

Children
No Data
Related