Skip to content

ti-556/Smart-Parking-Lot-System

 
 

Repository files navigation

Smart parking lot system prototype

Install required dependensies

npm install

pip install requirements.txt

Start server

Run rails server on local network at port 5500 rails server -b 0.0.0.0 -p 5500

If you change the port number, make sure to update the port number in /frontend/api.js

Hardware components such as raspberry Pi should also be connected to the local network.

Start frontend

Move to the frontend directory cd /frontend

npm run start

Hardware

  • Raspberry Pi 4B
  • Raspberry Pi Camera Module
  • Micro Servomotor SG-90
  • OLED Display SSD1306
  • 8 Red Mini LEDs

Product

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.4%
  • Ruby 38.0%
  • Python 14.2%
  • HTML 3.0%
  • CSS 1.4%