Hello All,
I am looking to use the nRF52840 for a ZigBee project. I am looking at the ZigBee light bulb example and following a few posts here I got it building. I can not get it to program using "make flash".
I keep getting the error:
C:\Users\MichaelMi\Downloads\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\zigbee\light_control\light_bulb\pca10056\blank\armgcc>make flash DONE nrf52840_xxaa Flashing: _build/nrf52840_xxaa.hex nrfjprog -f nrf52 --program _build/nrf52840_xxaa.hex --sectorerase process_begin: CreateProcess(NULL, nrfjprog -f nrf52 --program _build/nrf52840_xxaa.hex --sectorerase, ...) failed. make (e=2): The system cannot find the file specified. make: *** [Makefile:218: flash] Error 2
I would like to get this working so I can test the module and see if it fits my needs for this project.