Setting Up ESP-CAM with Arduino "No More USB TTL"

How to make your own spy cam!

Oct 10, 2019

37327 views

6 respects

Components and supplies

1

esp32-cam

1

Arduino Nano R3

Apps and platforms

1

Arduino IDE

Project description

Code

CameraWebServer.ino

c_cpp

Downloadable files

circuit_xbSBpsDg3U.jpg

circuit_xbSBpsDg3U.jpg

circuit_xbSBpsDg3U.jpg

circuit_xbSBpsDg3U.jpg

Comments

Only logged in users can leave comments

Anonymous user

2 years ago

I'm using the arduino uno to upload my code to the esp32 cam but when I try to run it the arduino doesn't provide enough current so I'm using some batteries to power it but now I can't get a serial output eventough I can connect to my esp32 cam. Any advice?

Anonymous user

2 years ago

hi sergio, I am working on same . can you ping me on watsapp??

Anonymous user

2 years ago

Hi Arduino: 1.8.13 (Mac OS X), Board: "ESP32 Wrover Module, Huge APP (3MB No OTA/1MB SPIFFS), QIO, 40MHz, 115200, None" Sketch uses 2612072 bytes (83%) of program storage space. Maximum is 3145728 bytes. Global variables use 54068 bytes (16%) of dynamic memory, leaving 273612 bytes for local variables. Maximum is 327680 bytes. /Users/Ved/Documents/Arduino/hardware/espressif/esp32/tools/esptool/esptool --chip esp32 --port /dev/cu.usbmodem14201 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0xe000 /Users/Ved/Documents/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin 0x1000 /Users/Ved/Documents/Arduino/hardware/espressif/esp32/tools/sdk/bin/bootloader_qio_40m.bin 0x10000 /var/folders/v2/n79gmdj55c1cwdv44lz0z6dr0000gn/T/arduino_build_24704/CameraWebServer_Test.ino.bin 0x8000 /var/folders/v2/n79gmdj55c1cwdv44lz0z6dr0000gn/T/arduino_build_24704/CameraWebServer_Test.ino.partitions.bin esptool.py v2.6 Serial port /dev/cu.usbmodem14201 Connecting..... Chip is ESP32D0WDQ6 (revision 1) Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None MAC: 24:62:ab:f2:9f:0c Uploading stub... Running stub... Stub running... Configuring flash size... Auto-detected Flash size: 4MB Compressed 8192 bytes to 47... Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7619.6 kbit/s)... Hash of data verified. Compressed 18592 bytes to 12059... Wrote 18592 bytes (12059 compressed) at 0x00001000 in 1.0 seconds (effective 141.9 kbit/s)... Hash of data verified. Compressed 2612192 bytes to 2068274... Writing at 0x0002c000... (6 %) A fatal error occurred: Failed to write compressed data to flash after seq 7 (result was C100) A fatal error occurred: Failed to write compressed data to flash after seq 7 (result was C100) This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Kindly please help

Anonymous user

4 years ago

I'm using the arduino uno to upload my code to the esp32 cam but when I try to run it the arduino doesn't provide enough current so I'm using some batteries to power it but now I can't get a serial output eventough I can connect to my esp32 cam. Any advice?

Anonymous user

2 years ago

hi sergio, I am working on same . can you ping me on watsapp??

nileshdeals

4 years ago

Hi Arduino: 1.8.13 (Mac OS X), Board: "ESP32 Wrover Module, Huge APP (3MB No OTA/1MB SPIFFS), QIO, 40MHz, 115200, None" Sketch uses 2612072 bytes (83%) of program storage space. Maximum is 3145728 bytes. Global variables use 54068 bytes (16%) of dynamic memory, leaving 273612 bytes for local variables. Maximum is 327680 bytes. /Users/Ved/Documents/Arduino/hardware/espressif/esp32/tools/esptool/esptool --chip esp32 --port /dev/cu.usbmodem14201 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0xe000 /Users/Ved/Documents/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin 0x1000 /Users/Ved/Documents/Arduino/hardware/espressif/esp32/tools/sdk/bin/bootloader_qio_40m.bin 0x10000 /var/folders/v2/n79gmdj55c1cwdv44lz0z6dr0000gn/T/arduino_build_24704/CameraWebServer_Test.ino.bin 0x8000 /var/folders/v2/n79gmdj55c1cwdv44lz0z6dr0000gn/T/arduino_build_24704/CameraWebServer_Test.ino.partitions.bin esptool.py v2.6 Serial port /dev/cu.usbmodem14201 Connecting..... Chip is ESP32D0WDQ6 (revision 1) Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None MAC: 24:62:ab:f2:9f:0c Uploading stub... Running stub... Stub running... Configuring flash size... Auto-detected Flash size: 4MB Compressed 8192 bytes to 47... Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7619.6 kbit/s)... Hash of data verified. Compressed 18592 bytes to 12059... Wrote 18592 bytes (12059 compressed) at 0x00001000 in 1.0 seconds (effective 141.9 kbit/s)... Hash of data verified. Compressed 2612192 bytes to 2068274... Writing at 0x0002c000... (6 %) A fatal error occurred: Failed to write compressed data to flash after seq 7 (result was C100) A fatal error occurred: Failed to write compressed data to flash after seq 7 (result was C100) This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Kindly please help

mahesh23mech

4 years ago

Hi.. I am new to arduino...clould you guide me on how do add time and date to the photos. Should I add the rtc code combine with your setup code. Please advice. Thank you.