Search found 4 matches
- Mon Apr 08, 2019 5:31 am
- Forum: ESP-IDF
- Topic: Send byte arrays as a file to a server
- Replies: 1
- Views: 5239
Re: Send byte arrays as a file to a server
Hi, were you able to figure this out? Please let me know as I need help too!
- Thu Feb 21, 2019 4:25 pm
- Forum: ESP32 Arduino
- Topic: ESP32 development board with OV2640 Camera
- Replies: 2
- Views: 5623
Re: ESP32 development board with OV2640 Camera
The problem is that I have to make my own pcb. I figured it would be easier to port certain parts of the esp 32 dev board schematic to my own design, versus porting the esp32-cam module or m5 stack to my own design.
- Thu Feb 21, 2019 4:23 am
- Forum: ESP32 Arduino
- Topic: ESP32 development board with OV2640 Camera
- Replies: 2
- Views: 5623
ESP32 development board with OV2640 Camera
Hello! Is there a way to interface the ESP32 development board ( https://www.amazon.com/HiLetgo-ESP-WROOM-32-Development-Microcontroller-Integrated/dp/B0718T232Z ) with the OV2640 camera? I've seen examples of it being interfaced with the ESP32 Ai-Thinker CAM module, but I can't use that for my proj...
- Wed Feb 20, 2019 5:46 am
- Forum: ESP-IDF
- Topic: ESP32 + OV7670 image upload
- Replies: 4
- Views: 14887
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...