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

Question about the bootloader

Hi,

I am working on a project and I want to program the nrf52832 with the arduino IDE with this package (https://github.com/sandeepmistry/arduino-nRF5). I want to use Arduino because I learn to use BLE with the Sparkfun nrf52832 Breakout Board (https://www.sparkfun.com/products/13990).

So I want to put an arduino-compatible bootloader into the nrf52832 chip, but I don't know how I can do that, I don't know how that works could you help me ?

Have a good day !

Ukoolele

Parents
  • I choosed to use Arduino because this is simpler than the Nordic SDK ! Before the Sparkfun's Breakout Board, I bought the nRF52DK and I didn't understand nothing about this card. I have a good level in programmation (I worked on PIC16F for example). To change the chip select pins with the GPIOs for each SPI slaves, with Arduino that tooks only 3 lines, with Nordic SDK, I searched during one week to do the same thing and that not works.


    This is why I choosed that, I wanted to use BLE and Nordic Chip's are the best for that.

Reply
  • I choosed to use Arduino because this is simpler than the Nordic SDK ! Before the Sparkfun's Breakout Board, I bought the nRF52DK and I didn't understand nothing about this card. I have a good level in programmation (I worked on PIC16F for example). To change the chip select pins with the GPIOs for each SPI slaves, with Arduino that tooks only 3 lines, with Nordic SDK, I searched during one week to do the same thing and that not works.


    This is why I choosed that, I wanted to use BLE and Nordic Chip's are the best for that.

Children
Related