Hello, my project is about sound trap where if the system detect high volume of sound for 30 seconds, it will capture image using esp32 cam. In my case, I still can't find resource to connect arduino iot cloud coding sketch with the google drive API. I'm using google drive because arduino iot cloud dashboard don't have feature to receive image data.
I'm also trying to find a way for the coding goes like this:
- LM393 will detect noise in high volume, if the component capture high volume for 30 seconds consistently, it will send signal to the esp32 to capture a picture. Else, it won't send the signal for the esp32 cam to capture the picture.
please help, I'm running out of idea and can't find resource especially about esp32 cam act as the microcontroller.