I am working on creating a Bluetooth Mesh network using the BGM220P as a sensor node. My goal is to send sensor data (e.g., temperature) from the BGM220P and have it received by a client node (nRF5340 DK) via Bluetooth Mesh.
Successfully provisioned both devices using the nRF Mesh app. I uploaded the sensor server example code to the BGM220P and the sensor client example code to the nRF5340 DK. While the BGM220P can respond to GET commands and I receive the correct temperature data from it in the nRF Mesh app.I have set up the BGM220P to publish sensor data to a Bluetooth Mesh group.
Verified that the sensor server code on the BGM220P is correctly configured to send the data, but the data is not making it to the group.Are there specific changes or configurations needed in the nrf5340dk to ensure that the data is received by the client node (e.g., nRF5340 DK)?
Any assistance on what might be missing or incorrect in my setup would be greatly appreciated!