Page 1 of 1

ESP32 .WAV file upload to Google Drive

Posted: Mon May 16, 2022 12:08 am
by D4R3N_
I am trying to upload a ".wav" (circa 32kB) file from the flash memory of ESP32 to Google Drive. Is there a way to do that and would you be able to suggest a way to approach this? I am currently trying to use a code that does the same thing, but with ESP-cam images, and the encoding is very confusing.

Thank you for any help!

Source: [Upload an image directly from ESP32-CAM to Google Driv][1]

[1]: https://github.com/gsampallo/esp32cam-g ... gdrive.ino

Re: ESP32 .WAV file upload to Google Drive

Posted: Tue May 17, 2022 5:47 pm
by rpiloverbd
Hi, have you got any clue from here?
https://how2electronics.com/how-to-send ... gle-drive/

Re: ESP32 .WAV file upload to Google Drive

Posted: Thu Mar 16, 2023 5:13 pm
by robertobistel
Hi! I'm working on a similar system. The example I've seen is the ESP32 CAM.
Did you make any progress using audio files?