Hello!
I'm planning to start a project with the nrf52832 chip, I mainly choose this product, because of the low power consumptions and ble.
I would like to start my development on an nrf52 DK so I can get familiar with the software solutions Nordic provides for programming for example the SDK V17, but before I make my purchase I would have some questions what came up to me as my read the documentation of the sdk.
One of my main concern is the programming of the chips in the production state if my project gets that far. If I use for example SEGGER and the nRF52 SDK I will be able to migrate my codes to a nRF52832 chip which is built in an enviroment as the reference circuit shows in the chips documentation with the pheriferials I build around it? My guess is then I will need to configure a new custom board header where I define my LED outputs for example, am I right?
What hardware tools are necessary for a production stage implementation of the chip? Can you recommend me some documentation about this?
What programming enviroment do you recommend for the project? First I started to get familiar with SES, but the most examples use KEIL in the documentation. Do you recommend to switch?
As everybody, I have experience with arduino boards, a little micropython, and some bare-metal programming of MSP microcontrollers. For a low energy application do you recommend bare-metal programming or the program written with the sdk will be effective enough with the right interrupt and timer handling?
Can you reccommend some straightforward learning material beside the nRF5 SDK documentation?
How long do you thing this chip will be available? How long is usually the product life cycle? This is a completly new project so I wouldn't want to start on an outdated product.
Thank you very much:
Marton