Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 948 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 948 Bytes

ESP32 MQTT RELAY

This is a setup of a heat switch controlled via mqtt for the esp32. It's made with the esp-idf framework.

Requirements

Hardware

Showcase

Build

Make sure you have setup the esp-idf toolchain correctly and installed the mqtt library to the components/ folder of your esp-idf installation.

# Setup wifi and mqtt access
make menuconfig

# Build the project
make

# flash the esp32
make flash

License

MIT License

Copyright (c) Rasmus Schlunsen