top of page
Create Your First Project
Start adding your projects to your portfolio. Click on "Manage Projects" to get started
Modular ESP MQTT System
Date
July 2025
Location
Purpose: To make a modular and reusable ESP32 software architecture so I could quickly and easily deploy MQTT IOT devices.
This is a simple ESP32 program that is purposely built with modularity. It is meant to be a "copy and paste" style of script. Essentially, if you paste this code into a PlatformIO project (or Arduino IDE), all you will need to do is program in your custom actions in the empty/example functions given. You can choose what action that might be: turning on LEDs, moving a motor, etc.
You can set it up with a server (like a homelab) or just a computer as the host to get it started. See the Github of this project for more details.
bottom of page

