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.
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]