Questions regarding a MDF-Scenario
Posted: Wed Jun 12, 2019 2:01 pm
Hello community,
firstly I want to thank the developers for this library. I have a few questions regarding a possible use case of ours in which we would like to use the ESP32 with the MDF-Framework.
We have a couple of BLE-Sensors spread out in an area. We want to create a mesh-network, such that all leaf and parent nodes collect data from these sensors and communicate them to the master node. The master not must be fixed and communicate all these values via WiFi to a server in an external network in its range. The server is a simple Node.js express server with a static ip listening on a port.
Is this scenario possible? We tried to implement this example:
https://github.com/espressif/esp-mdf/bl ... _example.c
but there were a few issues:
1) We never received any data on the server. The node was successfully connected to the wifi, and we see a difference in log output when stopping the server or running it, but we did not got any request data
2) We do not know how to set a fixed root node. Can somebody please point out how to use two separate code bases: One for fixed root nodes and one for parent/leaf nodes.
Thank you very much for your kind help! Best regards
firstly I want to thank the developers for this library. I have a few questions regarding a possible use case of ours in which we would like to use the ESP32 with the MDF-Framework.
We have a couple of BLE-Sensors spread out in an area. We want to create a mesh-network, such that all leaf and parent nodes collect data from these sensors and communicate them to the master node. The master not must be fixed and communicate all these values via WiFi to a server in an external network in its range. The server is a simple Node.js express server with a static ip listening on a port.
Is this scenario possible? We tried to implement this example:
https://github.com/espressif/esp-mdf/bl ... _example.c
but there were a few issues:
1) We never received any data on the server. The node was successfully connected to the wifi, and we see a difference in log output when stopping the server or running it, but we did not got any request data
2) We do not know how to set a fixed root node. Can somebody please point out how to use two separate code bases: One for fixed root nodes and one for parent/leaf nodes.
Thank you very much for your kind help! Best regards