Skip to content

The IoT part of the ACP project for detecting parking spaces availability and reserve them.

Notifications You must be signed in to change notification settings

ahmedanwar1/ACP_IOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ACP_IOT

Each parking space has one Esp8266 that is connected to ultrasonic for scanning and detecting the parking space as well as a barrier for reservation purposes.

Ultrasonic identifies any vehicle within 50 cm and labels the space as unavailable, if it is greater than that, and it is vacant. If sensor detects an object in less than 10 cm, then there is a problem with the sensor and it has to be examined because it may has broken down or there is dirt that needs to be cleaned. Every ESP8266 subscribed to the topic corresponding to its unique id for receiving the request to open barrier.

Every 5 seconds, each ESP8266 at each parking place provides the status of the parking space, which is received by a broker in the cloud using the MQTT protocol.

All the IoT components were established and ready to be attached to parking spaces. With sensors to detect availability. Data is transmitted and device is communicating using MQTT protocol.

About

The IoT part of the ACP project for detecting parking spaces availability and reserve them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages