Developing parking system using ESP-IDF Framework on ESP32
I tried to implement active object pattern in this project. Parking Lot consist of subsystems that are discussed below :
- Gate Controller : Take user code via keypad and send the code to server for authentication purpose
- Parking-Lot Monitor Controller : detect car on parking slots, report changes to server
TODO :
- create wifi module
- create keypad module
- create
Hardware : ESP32
Software : SDK ESP-IDF