Search found 4 matches
- Fri Nov 22, 2024 5:01 pm
- Forum: General Discussion
- Topic: Bluetooth Communications and Mesh
- Replies: 3
- Views: 604
Re: Bluetooth Communications and Mesh
Ok new plan, Following the Bluetooth mesh examples has me tied up in knots. Plus the total lack of a response here leads me to believe BT Mesh is not the future. So i'm ditching it in favour of using BT LE SPP and having multiple connections active at once. Apparently 9 or 10 links can be active at ...
- Fri Oct 25, 2024 8:02 am
- Forum: General Discussion
- Topic: Bluetooth Communications and Mesh
- Replies: 3
- Views: 604
Re: Bluetooth Communications and Mesh
I've been playing around with the BLE Mesh examples and have come a bit further with my knowledge and started to formulate a plan. The BLE Mesh Sensors example seems to do self provisioning. A single client seems to be able to provision and work with multiple servers. So my plan is to do the followi...
- Thu Oct 24, 2024 12:08 pm
- Forum: General Discussion
- Topic: Bluetooth Communications and Mesh
- Replies: 3
- Views: 604
Re: Bluetooth Communications and Mesh
An example of the type of thing I'm after. Controller A connects to and controls Robot A Controller B connects to and controls Robot B Controller C connects to and controls Robot C When Robot B encounters an external event it can inform all other controllers and robots in real time (without a big de...
- Thu Oct 24, 2024 8:54 am
- Forum: General Discussion
- Topic: Bluetooth Communications and Mesh
- Replies: 3
- Views: 604
Bluetooth Communications and Mesh
Hello, I'm designing a product where there is a one to one pairing of a controller and a robot and for this I would like to use Bluetooth using the ESP32 H2 module. This is nice and easy and I can see how to do this. However I want there to be interaction between the robots on certain events. For ex...