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
  • As answered already which is a fact. But to make this happen, the way arduino and any other bluetooth 2 module use to behave, for that to replicate with nrf51822, you have to write firmware for this SoC and make an arrangement to interface with arduino, say with serial or with spi or such.

    So the SoC firmware should understand commands, (you will say as AT Commands). Hence, you have to make, decide AT Commands which may be according to you, then integrate it with arduino .

Reply
  • As answered already which is a fact. But to make this happen, the way arduino and any other bluetooth 2 module use to behave, for that to replicate with nrf51822, you have to write firmware for this SoC and make an arrangement to interface with arduino, say with serial or with spi or such.

    So the SoC firmware should understand commands, (you will say as AT Commands). Hence, you have to make, decide AT Commands which may be according to you, then integrate it with arduino .

Children
No Data
Related