Search found 4 matches

by raphaelbs
Sat Mar 23, 2019 5:15 pm
Forum: ESP-IDF
Topic: ESP32 + OV7670 image upload
Replies: 4
Views: 13373

Re: ESP32 + OV7670 image upload

Will this work with the ESP32 development board and not just the ESP32 Ai-Thinker board? Also, do you just install the zip file to the Arduino IDE? Additionally, are there any header files that have to be included in the “.ino” file? Thanks! It sure works for others ESP32 boards but you have to mak...
by raphaelbs
Tue Feb 12, 2019 2:39 am
Forum: ESP-IDF
Topic: ESP32 with OV2640 (Ai-thinker) + Firebase
Replies: 0
Views: 2636

ESP32 with OV2640 (Ai-thinker) + Firebase

Hello, I want to share with you my latest weekend project: Uploading pictures from ESP32 Ai-Thinker with OV2640 to Firebase Storage @ https://github.com/raphaelbs/esp32-cam-ai-thinker/tree/master/examples/google_storage Hope you guys enjoy it. Also would be nice to give some feedback about design pa...
by raphaelbs
Mon Feb 11, 2019 2:43 pm
Forum: ESP-IDF
Topic: ESP32 + OV7670 image upload
Replies: 4
Views: 13373

Re: ESP32 + OV7670 image upload

I'm currently working in an application that does exactly that. https://github.com/raphaelbs/esp32-cam-ai-thinker/tree/google_storage/examples/google_storage I'll improve both documentation and the code and open a PR sometime soon. Edit: Done @ https://github.com/raphaelbs/esp32-cam-ai-thinker/tree/...
by raphaelbs
Tue Jan 01, 2019 1:51 pm
Forum: ESP-IDF
Topic: Check if SD is connected
Replies: 1
Views: 3290

Check if SD is connected

Hi, happy new year!

I'm using SD in FatFS mode and while building my application lifecycle I need to handle SD disconnections.

Is it possible?

Thanks!