Skip to content

amratia/Parking-System-using-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Parking-System-using-Arduino

WhatsApp Image 2022-11-25 at 19 04 50 I developed this project for the course: Mircocontroller System Design Lab (ECNG 3509) It was required to design a microcontroller based parking system. In the model, a motorized arm is used to open and close the single entry/exit gate. The number of empty slots is continuously displayed on the LCD at the parking entrance. When the total number of parking slots is complete, an excuse message is displayed and a red light is ON. In the contrary, when at least 1 slot is empty, a green light is ON. The complete status of the gate: Open/Close, the number of empty slots as well as the temperature is reported to the system server via Ethernet connection. This communication is useful for error log, data reporting and monitoring.

The project has the following components:

  1. Arduino Due
  2. LCD display
  3. Opto-couplers
  4. Temperature sensor LM35
  5. Ethernet Arduino shield
  6. Keypad
  7. Motor
  8. LEDs

The following is a design on paper to the system prior to execution: image

In the section below I have included codes I have written for testing each module independently:

  1. LCD ---------------------------------------------------------------------------------------------

image

  1. Temperature Sensor ---------------------------------------------------------------------------------------------

image

  1. Opto-Couplers ---------------------------------------------------------------------------------------------

image

  1. Ethernet ---------------------------------------------------------------------------------------------

image

  1. Motors ---------------------------------------------------------------------------------------------

image

  1. Keypad ---------------------------------------------------------------------------------------------

image

About

Arduino microcontroller based parking system using (Arduino Due, LCD, Keypad, Motor, Temperature Sensor, Opto-couplers, Ethernet Shield, LEDs)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages