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

developing code for a mass production nrf52840 base board

Hello,

I'm currently developing on a Adafruit nrf52840 express. I'm working under the impression I need to develop the code in C in order to use my code in mass production boards. I have been trying it in Segger and flashing via the Jlink-SWD connection and it is incredibly difficult. So I just want to make sure that easier coding options like Arduino IDE, Micropython and circuit python are off the table for production use.

Also I was potential looking at other development board like Particle Argon or the NRF9160-DK depending on desire for Wifi and and Cellular. Would the code I develop be interchangeable between these board as the are all NRF52840 based boards.

If C code is the only production viable solution. Can anyone recommend resources to help get started? I have been messing around with the Nordic SDK and have been able to get all the examples Ive tried compiled and downloaded (flashed) to the board but nothing that it should be doing is happening. I cant even get the blinky example to work. I assume it is due to the LED being on a different Pin but cant find any reference to pin location.

Any help is appreciated.

Related