bluerange-io / bluerange-mesh

BlueRange Mesh (formerly FruityMesh) - The first completely connection-based open source mesh on top of Bluetooth Low Energy (4.1/5.0 or higher)
https://bluerange.io/
Other
288 stars 109 forks source link

How to send messages via UART? #122

Closed NilsMinor closed 4 years ago

NilsMinor commented 4 years ago

Hi,

first of all I want to thank you for your awesome project!

I have a valid image running on a nrf51 evaluation board. When I reset the module I get valid informations via UART. But when I try to get information via command I do not get an answer from the module or I get 'Command not found'. I tried the commands

Do I need to send an additional terminating character like \n? What am I doing wrong? ^^ Thanks, Nils

NilsMinor commented 4 years ago

Hi, ok you can close my question, I found my mistake. My serial tool added an CR+LF after the command. The correct option was to add only a CR. Thanks anyway :D

mariusheil commented 4 years ago

perfect :-)