Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.6 KB

README_First_file_upload.md

File metadata and controls

42 lines (26 loc) · 1.6 KB

ESPCAM V2

First time files upload

This instruction is based on using a FTDI device, to upload files to a ESP-32-CAM. The ESP-EYE is connected with a micro usb connector, this doesn't need the FTDI device. We don't get in details how to get the FTDI working on you PC, there is enough information online about drivers and how to.

Prerequisite for this tutorial or else use the available bin files and flash them using your prefered method:

1). Download the files from github and place them in a folder on you local machine

2). Connect the ESP-32-CAM to the FTDI

3). First build the files which are needed for an upload.

  • Open program "Visual Studio Code".
  • Open "File" and select "Open Folder".
  • Select the folder where the files are extracted which downloaded from github.

4). Go to the "platformIO" tab in the left column. Open the menu and select "Build" The firmware.bin file will be build. Check that the build finishes with a "success"

5). Connect the ESP32 to your PC and click on "Upload"

6). After a SUCCESS upload, click on "Upload Filesystem Image"

You are finished uploaden the files to the ESP-32-CAM or ESP-EYE.

Go to the next step: First time wifi setup