This is code for the sensor of the smart car park. The hardware that is used for this project is:
- RaspberryPi x1
- ESP32 x1
- Servo Motor x1
- RFID MFRC522 x1
- Ultrasonic Sensor x4
- LCD Display x1
The code is split into 2 python file and 1 ino file.
- The main file is where the whole process is run using the raspberry pi to run.
- The ino file is used for getting the car availability.