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