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

how can i get the ble_app_uart example for nrf51822 version 2??

hi, i am using nrf51822 version 2, SDK 6.1.0, softdevice version 7.3.0. because the nrf 51822 is version 2, i have no choice but to use SDK 6.1.0 not 11.0.0(latest version i think). in the SDK 6.1.0 there is no ble_app_uart example. there are ble_app_beacon, hrs, proximity, connectivity examples. when i try to download the ble_app_uart in 10.0.0 SDK, the nrf chip does not action. but the ble_app_hrs in 6.1.0 SDK operate well. how can i get the ble_app_uart which can operate my chip?? or are there any ways to solve this problem???

Parents
  • I don't see any reason why you are not able to run the UART example from the newer SDK's with the revision 2 chip. Except maybe that you need to run a newer softdevice as well. The newer softdevice is not tested on rev 2 chips, but should work for UART as there is no pairing in this project. Regardless I would recommend using a rev 3 chip for development.

Reply
  • I don't see any reason why you are not able to run the UART example from the newer SDK's with the revision 2 chip. Except maybe that you need to run a newer softdevice as well. The newer softdevice is not tested on rev 2 chips, but should work for UART as there is no pairing in this project. Regardless I would recommend using a rev 3 chip for development.

Children
No Data
Related