Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 2 months ago.
Mesh network using BLE Nano
I am experimenting with some BLE Nano (nRF51822) modules and trying to create a mesh network between them.
Here http://www.bluetooth.com/Pages/low-energy-tech-info.aspx they talk about star topology with the following note:
Quote:
"Topology – Bluetooth low energy technology uses a 32 bit access address on every packet for each slave, allowing billions of devices to be connected. The technology is optimized for one-to-one connections while allowing one-to-many connections using a star topology. With the use of quick connections and disconnections, data can move in a mesh-like topology without the complexities of maintaining a mesh network."
Have anyone tried to create mesh behaviors using BLE? Any idea or example how can I do it?