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

Regarding flashing codes in my ble beacon kit made of nRF51422

I was previously working on nRF51822 ble beacon, in which codes flash of hex 20006.

But i wanted to flash a code nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\experimental_ble_app_blinky\hex\experimental_ble_app_blinky_s130_pca10028.hex, which was perfectly running on my nrf51422 DK. But i wanted to run the same example on my beacon, but i wasn't able to find the same example hex file with 20006.

But i realised that every DK has a PCA chip like the Nrf51422 DK had PCA10028, and the exampe that i wanted to run, was available with that hex,(10028)as mentioned above. So i replaced the Soc of my bluetooth beacon with nRF51422, which was previously nRF51822. i was expecting that now my code of 10028 would be running on the new modified beacon.

But to my suprise it didn't.

It's stilll working on codes of hex 20006. 

Can you suggest me, how i can run that same example as mentioned above on the beacon.

Related