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

How can I interrogate BLE (nRF51822) via COM port ?

Hello everyone,

I have a nRF51822 dev board connected through USB to my PC.

I have connected it to COM5 using Terminal and now I would like to interrogate BLE like we do in Arduino using AT commands, is it possible?

Thanks in advance

Parents
  • There are no code available for the nRF51822 that would enable you to using AT commands. We have app_trace functionality that will print debug information from various code examples. We have serialized the functions related to the softdevice, so you can control the softdevice and hence the Bluetooth functionality through UART, but it's a proprietary implementation, not the same as AT commands.

Reply
  • There are no code available for the nRF51822 that would enable you to using AT commands. We have app_trace functionality that will print debug information from various code examples. We have serialized the functions related to the softdevice, so you can control the softdevice and hence the Bluetooth functionality through UART, but it's a proprietary implementation, not the same as AT commands.

Children
No Data
Related