ADVICE on Application MQTT with esp idf (network sensor)
Posted: Thu Jun 25, 2020 6:11 pm
hi everyone,
I'd like to ask if anyone can help me figure out the "best practice" architecture for my relatively simple ESP32 application please. I'm using the ESP-IDF with C
i want to devlop an network sensor (max 8 at the same time ) with i2cdev library , and send and receive data with mqtts to raspberry broker (mosquitto) (using queue , mutex, extern variable , timer ....)
If anyone can offer me some advice on how to go about structuring this kind of application I'd really appreciate it.
MQTT library used : https://github.com/espressif/esp-idf/tr ... utual_auth
thanks
I'd like to ask if anyone can help me figure out the "best practice" architecture for my relatively simple ESP32 application please. I'm using the ESP-IDF with C
i want to devlop an network sensor (max 8 at the same time ) with i2cdev library , and send and receive data with mqtts to raspberry broker (mosquitto) (using queue , mutex, extern variable , timer ....)
If anyone can offer me some advice on how to go about structuring this kind of application I'd really appreciate it.
MQTT library used : https://github.com/espressif/esp-idf/tr ... utual_auth
thanks