9 years, 9 months ago.

Does the mbed support the PCA10001 Borad?

I use the nrf51822 Borad, It is PCA10001. When I save the blink example from the compiler, I use nRFgo Studio to load the hex file. The LED lights on, but it does not blink. It is obvious that the wait() does not work.Then what should i do?

Question relating to:

The nRF51822-mKIT is a low cost ARM mbed enabled development board for Bluetooth® Smart designs with the nRF51822 SoC. The kit gives access to all GPIO pins via pin headers …

Hi , MBED supports the mKIT which is pretty much the same as the PCA10001 but I have tested with the PCA10000 as well and it works the same. All you need to do for the PCA10000 is use p21, p22, and p23 for the R, G and B LEDs instead of LED1 and LED2. Give it a shot.

posted by Richard Osterloh 28 Jul 2014

1 Answer

9 years, 9 months ago.

Your method should work. Are you using the online compiler to obtain the hex file or Keil?

Hi,i use the online compiler to obtain the hex file. and use the nrfgo studio to load. but it is just the light on,no blinking

posted by macom zzl 29 Jul 2014

Then the mbed_blinky example should work fine. Do you click "Erase all" before programming and use the "Program Application" tab to flash the hex file?

posted by Tuze Kuyucu 29 Jul 2014