ESP32-CAM captures a parking area image on a button press (GPIO 13). The image is sent via HTTPS POST to the CircuitDigest Cloud Parking Detection API. The cloud AI model returns JSON with occupied ...
Unfortunately the available memory on Microcontrollers is quite restricted and we do not get very far by storing a (uncompressed) WAV file e.g. in program/flesh memory, so I started to look into ...