Home

Awesome

esp-idf-mqtt-client

GUI MQTT Client for esp-idf.
I used this component.
This component can communicate directly with the browser.
There is an example of using the component here. It's a great job.

I use this index.html.
I use this open source framework.

mqtt-client

Software requirements

ESP-IDF V5.0 or later.
ESP-IDF V4.4 release branch reached EOL in July 2024.
ESP-IDF V5.1 is required when using ESP32-C6.

Installation

git clone https://github.com/nopnop2002/esp-idf-mqtt-client
cd esp-idf-mqtt-client
git clone https://github.com/Molorius/esp32-websocket components/websocket
idf.py menuconfig
idf.py flash monitor

Application Setting

config-main config-app-1

You can use the MDNS hostname instead of the IP address.
config-app-2 mqtt-client-2

How to use

You can publish new topic using mqtt_pub.sh.

Reference

https://github.com/nopnop2002/esp-idf-mqtt-image-client

Task Structure Diagram

Task_structure_diagram