I'm working on a prototype that has 8 BLE sensor nodes that are powered by coin cells and placed on different parts of a human body.
The host node is the main processing board, this one is placed on the back of the person and powered by a LiPo battery.
Our goal is to only see the host node during pairing with the mobile app and after pairing all 8 sensor data can be seen on the app.
Can someone guide us in the right direction?
At least if this can be done.
- Can we best use Bluetooth Mesh for this?
- How can the host node see the 8 sensor nodes if advertising is turned off?
- Two persons next to each other needs to be able to be in pairing phase simultaneously and no crossover pairing of sensor nodes can be happening. So the 8 sensor nodes always belongs to the corresponding host node.
- Do we need to make the mesh network pairing in production or is there a good and simple way that customers can do this themself? Thinking about NFC tag or something.
- We want only the host node to be visible on mobile devices, not the sensor nodes