Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richasavant/arduino-automatic-toll-booth-system-oct_2023
This Arduino-Automatic-Toll-Booth-System project aims to automate the process of toll collection using an Arduino microcontroller. The system uses sensors to detect the presence of a vehicle, and an RFID reader to identify the vehicle through an RFID tag.
https://github.com/richasavant/arduino-automatic-toll-booth-system-oct_2023
arduino automatic-toll-collection lcd-display motor rfid rfid-reader rfid-tags sensor toll-collection
Last synced: about 1 month ago
JSON representation
This Arduino-Automatic-Toll-Booth-System project aims to automate the process of toll collection using an Arduino microcontroller. The system uses sensors to detect the presence of a vehicle, and an RFID reader to identify the vehicle through an RFID tag.
- Host: GitHub
- URL: https://github.com/richasavant/arduino-automatic-toll-booth-system-oct_2023
- Owner: RichaSavant
- Created: 2024-07-10T14:06:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:28:07.000Z (5 months ago)
- Last Synced: 2024-07-15T18:49:19.570Z (5 months ago)
- Topics: arduino, automatic-toll-collection, lcd-display, motor, rfid, rfid-reader, rfid-tags, sensor, toll-collection
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Arduino-Automatic-Toll-Booth-System project aims to automate the process of toll collection using an Arduino microcontroller. The system uses sensors to detect the presence of a vehicle, and an RFID reader to identify the vehicle through an RFID tag. When a vehicle approaches the toll booth, the sensor activates the system, and the RFID reader scans the tag to identify the vehicle. The system then automatically deducts the toll amount from the vehicle owner's prepaid account. If the account balance is sufficient, the barrier opens to allow the vehicle to pass; if not, it remains closed and prompts for manual payment. This project enhances efficiency, reduces human intervention, and minimizes wait times at toll booths.