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

nRF52833-DK blinky problem

Hello! I have the following issue with my nRF52833 board: I am in the first stage of working with it and I wanted to try the simple blinky example.

However, since there is no pca10100 hex file in the examples/peripheral/blinky/hex folder, I decided to load pca10040. Now, my board seems to be irresponsive, i.e. LED1 doesn't blink when the board is powered on. My questions are:

1. Is there any possibility to reset the board (so that I start again from scratch with my test)?

2. I suppose I didn't damage some internal circuit by loading the pca10040, but I'm not completely sure - since I don't know exactly what it does. Could you please explain me?

3. Is there any hex file for the nRF52833 board with pca10100? (although I still don't know what is the difference between all versions).

Thank you in advance!

Parents
  • Hi Marry,

    The reason the pca10040 (nRF52832 based) Blinky example did not blink the LEDs is because the GPIOs assigned to the 4 LEDs are different.  If you want, you can try the example for the PCA10056 (nRF52840) board , attached. I just tried it and it is working fine for me.  The LEDs are mapped out the same. So if you load in the HRS example you will see LED 1 blink while it is advertising and go solid when it is connected.  You can download the nRFConnect for Mobile or nRFToolbox for your IOS or android and use it as the central. 

    The nRF52833 is a subset of the nRF52840.  Less memory, some GPIO changes / reassignments, etc.  I have included a comparison chart for your to reference.   Nordic is planning on releasing a new SDK this month.  I believe that the nRF52833 will be included. 

    nRF52833_nRF52840_Comparison version 2.0.0.pdf 6433.blinky_pca10056.hex

    Good Luck!

    Br,

    JayT

Reply
  • Hi Marry,

    The reason the pca10040 (nRF52832 based) Blinky example did not blink the LEDs is because the GPIOs assigned to the 4 LEDs are different.  If you want, you can try the example for the PCA10056 (nRF52840) board , attached. I just tried it and it is working fine for me.  The LEDs are mapped out the same. So if you load in the HRS example you will see LED 1 blink while it is advertising and go solid when it is connected.  You can download the nRFConnect for Mobile or nRFToolbox for your IOS or android and use it as the central. 

    The nRF52833 is a subset of the nRF52840.  Less memory, some GPIO changes / reassignments, etc.  I have included a comparison chart for your to reference.   Nordic is planning on releasing a new SDK this month.  I believe that the nRF52833 will be included. 

    nRF52833_nRF52840_Comparison version 2.0.0.pdf 6433.blinky_pca10056.hex

    Good Luck!

    Br,

    JayT

Children
No Data
Related