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

About github rebroadcasting mesh

Hi

I tried gateway and LED_mesh examples. It worked well. But, I found some issues as below.

  1. When I tired MCP windows application on laptop with PCA10031 dongle, gateway can be connected and can be read/write LED to all LED_Mesh boards. But, when I triied MCP apps on Android tablet, gateway can be scanned but was not allowed to be connected. For other BLE peripherals, this MCP apps can scan and connect them wiithout problem. Why?

  2. About the version number in the advertising packet, all handles share one set of version number or each handle has independent of version number in one LED_mesh node?

  3. In this mesh, is it feasible for gateway to identify each LED_mesh node if we modified example code?

Like, gateway realizes how many LED_mesh nodes and MAC address of each node. Then, smart phone can get the information through gateway and to control LEDs in a specific LED_mesh node but not all nodes.

Related