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

nRF51822 bluetooth chip communication to nRF51 Dongle

I have a nRF51822 chip sending me BLE UART data to my phone and it works fine with the app. No I want to send it to my PC and Read the data (and send commands) via PuTTY.

I think I have an issue with baud rate because I can connect, see jumbled data (like chinese symbols, squares, crosses, etc.), I know that it is coming from the correct device when I disconnect the jumbled data stops.

EDIT: I tried using the master control panel and I see my device and its signal varies around -60dBm... which means it is seeing it. Then I press -> start discovery. This opens up a new window with a read/write command and text/hex box. I press connect, then bond then try reading and it only returns the uuid value and handle.

These are the two windows I see below, should I be able to read in continuous serial data in the second window?

master control panel

characteristic window?

Parents
  • Hi, Right now i do not have device but i have done this from the same window actually by ->select device->and on second window when u connect there will be Rx and Tx showing and corresponding fields named "value", so i u want to send u can select that characteristics from th tree control component and type ur data on the Value field at middle of the window so shown on second window. and if u see what u have received , that u can log to any file or see then and there so updated in the tree control component against field item. this way you can first log the incoming data then see or see immediate real time changes there itself... hope this will help you out.

Reply
  • Hi, Right now i do not have device but i have done this from the same window actually by ->select device->and on second window when u connect there will be Rx and Tx showing and corresponding fields named "value", so i u want to send u can select that characteristics from th tree control component and type ur data on the Value field at middle of the window so shown on second window. and if u see what u have received , that u can log to any file or see then and there so updated in the tree control component against field item. this way you can first log the incoming data then see or see immediate real time changes there itself... hope this will help you out.

Children
No Data
Related