2024-11-10 11:02 PM
Hello community,
My problem generally consists of connecting and reading a BLE device into a BLE mesh network.
The BLE device is a B-WB1M-WPAN1, from which I want to receive temperature data. I have written my own service and characteristisk for the temperature data. I can read out the data via the ST BLE Toolbox app.
I would now like to receive this data with a P-Nucleo-WB55 and transfer it to a mesh network. I can read out the mesh network and other sensor data from the P-Nucleo-WB55 via the ST BLE Mesh app. I use the sensor model and the example project BLE_MeshLightingPRFNode for this. Unfortunately, I am unable to recognize the B-WB1M-WPAN1 and transfer it to the mesh.
I am trying to run the sensor client model in parallel or alternately with the sensor server model. But what is the best way to realize this? Where in the code could I best program the switching on and off of the client and server?
Is that even the right way?
Best regards
2024-11-25 02:24 AM
Hello @Friedrich
I suggest you to take a look at the Mooc training of the BLE Mesh on the STM32WB STM32WB Networking – BLE MESH MOOC - STMicroelectronics Also, you can find this wiki and this application note really helpful.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.