Wiznet makers

mayuri

Published January 23, 2023 ©

109 UCC

66 VAR

0 Contests

0 Followers

0 Following

Original Link

amratia / Parking-System-using-Arduino

n the model, a motorized arm is used to open and close the single entry/exit gate. The number of empty slots is continuously displayed.

COMPONENTS Hardware components

WIZnet - W5100 ethernet shield

x 1


PROJECT DESCRIPTION

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

Documents
Comments Write