Skip to content

ADU773/Smart-Parking-System

Repository files navigation

🚗 Smart Parking System using AWS

AWS IoT Lambda ESP8266 HTML


🧠 Overview

This project implements a Smart Parking System using AWS IoT Core and AWS Lambda to manage parking availability efficiently.
An ultrasonic sensor detects the presence of a car and sends the data to an ESP8266 microcontroller.
The ESP8266 communicates with AWS IoT Core, which triggers AWS Lambda functions to process the input and update the system.
Parking availability data is then displayed on a web-based dashboard, allowing users to monitor real-time parking status seamlessly.


🏗️ System Architecture

graph TD
A[🚗 Car Detected by Ultrasonic Sensor] --> B[📡 ESP8266 Microcontroller]
B --> C[☁️ AWS IoT Core]
C --> D[⚙️ AWS Lambda Function]
D --> E[🖥️ Web Dashboard Display]
Loading

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published