Esp32 mesh Sendling analog sensor data
Posted: Wed Apr 10, 2019 9:16 pm
by Projektix
Hey people!
I am an german Student and seach a solution for the problem to sending my sensor data to another Client. My Project is to build a mesh network to collect datas. The mesh is not a problem, but send and rec.
Anyone can help me?
Thank you
Re: Esp32 mesh Sendling analog sensor data
Posted: Thu Apr 11, 2019 2:24 am
by ESP_LBB
Hi Projektix,
In MDF we have an example about sensor, you may refer to it to see if it can help:
https://github.com/espressif/esp-mdf/tr ... hkit_sense
Re: Esp32 mesh Sendling analog sensor data
Posted: Wed May 15, 2019 6:53 pm
by Projektix
Hello,
i've read the example and looking to understand this. My Problem is to pack the information and send it to another device. A simple value vor example. I need a small explain there.
Thank you
Re: Esp32 mesh Sendling analog sensor data
Posted: Thu May 16, 2019 4:28 am
by ESP_LBB
Hello Projektix,
Within mesh network, we allow device to send any data to any other device by its mac address with "mwifi_write". For more information, please refer to this API guide:
https://docs.espressif.com/projects/esp ... index.html