Can I use three PSoC 4 BLEs connected to a single phone at the same time?
I would like to know if this is possible, I have read a bit about the BLE Mesh Network, but I do not know if it can be applied to any PSoC 4, and I still do not understand if the data that is transmitted is the same for each device or each one can send different data.
Hi,
PSoC 4 BLE devices does not support BLE mesh. Have you gone through Cypress page about BLE mesh? Please find the supported products from Cypress for developing BLE mesh from the link below. Please go through the Mesh products tab in the below mentioned page.
https://www.cypress.com/products/ble-mesh
Thanks
Ganesh
I understand, but is it possible to use BLE mesh to have the communication of 3 PSoC with a single cell phone?
Hi,
You can use BLE flooding mechanism for your application. Please go through the Github code examples Day33, Day49 and Day52 from the link below:
PSoC-4-BLE/100_Projects_in_100_Days at master · cypresssemiconductorco/PSoC-4-BLE · GitHub
Thanks and regards
Ganesh