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:
- i found 2 sdks: the thingy sdk and the nRF5 sdk. which is the one to use?
- i was able to compile the blinky example from the nRF5 sdk and tried to flash it by using "make flash". nothing happens
- 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