khakestari / ESP32-Microarchitecture

various projects developed using the ESP32 microcontroller for a university course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 Microarchitecture Projects

This repository contains various projects developed using the ESP32 microcontroller for a university course on microarchitecture. The projects are built using PlatformIO, a professional collaborative platform for embedded development.

Table of Contents

  • Introduction
  • Prerequisites
  • Projects
    • Project 1: Control LED via MQTT
    • Project 2: Light Control System

Introduction

This repository showcases different microarchitecture projects implemented on the ESP32 development board. The projects demonstrate various functionalities such as GPIO control, sensor integration, and communication protocols.

Prerequisites

Projects

Project 1: Control LED via MQTT

This project demonstrates how to control an LED connected to the ESP32 using MQTT messages.

IoT MQTT Panel Off On

Project 2: Light Control System with LDR

This project demonstrates a light control system using an ESP32 microcontroller, an LED, and a Light Dependent Resistor (LDR). The system can operate in two modes: manual and automatic. In manual mode, the LED can be turned on or off via MQTT messages. In automatic mode, the LED brightness is adjusted based on the LDR readings. Additionally, the LDR value is published to an MQTT broker for real-time monitoring on a phone app.

IoT MQTT Panel Off On

This project controls an LED connected to an ESP32 microcontroller. The system operates in two modes:

  1. Manual Mode: The LED can be turned on or off via MQTT messages.
  2. Automatic Mode: The LED brightness is adjusted based on the LDR readings, and the LDR value is published to the MQTT broker for monitoring.

About

various projects developed using the ESP32 microcontroller for a university course


Languages

Language:C++ 100.0%