STMicroelectronics / BlueSTSDK_Python

Bluetooth Low Energy Sensors Technology Software Development Kit (Python version for Linux Gateways)
https://www.st.com/en/embedded-software/bluest-sdk.html
BSD 3-Clause "New" or "Revised" License
61 stars 19 forks source link

How to configure the Program to be able to let it connect to multiple devices #16

Closed reokyouma closed 4 years ago

reokyouma commented 4 years ago

When my Raspberry Pi with BLUEST-SDK-PYTHON is connecting to the STWINKT, my Android Phone with ST BLE Sensor app cannot connect to it and When my Android Phone is connect to STWINKT, my Raspberry PI cannot discover or connect into it (I am using exampe_ble_1.py)

How to configure the Program to be able to let it connect to multiple devices

davidroid commented 4 years ago

Hello reokyouma, what you are looking for is a kind of mesh network, and this is not feasible with the firmware of the STWIN kit, i.e. whenever a node is connected to a mobile/gateway, it cannot be discovered again by another device. If you are interested on the topic I suggest you to have a look to mesh networks, but in any case you will need to modify the firmware.

Regards, Davide