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

Uart solution among more ble modules

Light switch, client, server and app nRF Mesh works. I replaced client with ble_app_uart_coexist, but I already donť see it in your nRF Mesh app on my phone. I would like configure it, but I donť know how. My goal is create mesh network, where I connect to one node with help app Serial BLE Terminal in phone and send serial packet to all others nodes to uart in network/connection. I hope that is clear what I think, create wireless system what transciver serial data, no problem when it will be low speed. In the best case send serial data to specific node in mesh network. Programmig is quite time consuming. Maybe great thing would be to have existing Mesh system able configurate with help AT commands. Example: app Serial BLE Terminal send serial packet "0x01, 0x02, ..." and I see it on uarts on others three BLE device. And when it would go with help AT commands configure name and password "mesh network" It would by great.

Parents Reply
  • Hi :-) thank you, ble_app_uart_coexist_GATT works great. But what can I do, when I want to send serial data to next node in mesh network? Example: I connect to client (ble_app_uart_coexist_GATT) with ble uart terminal app, send serial data to its and I want this serial data to see even on light switch server. I see serial data on Client on the uart, but great would be to see this serial data even on the uart of server in the same time. Is possible share serial data in mesh network? 

Children
Related