Skip to content

Commit e8293cc

Browse files
authored
Update README.md
1 parent af63efe commit e8293cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ Source code and tutorial: How to upload a photo taken in esp32cam-micropython to
33

44

55
I've searched in many repos a solution to upload a image using the [ESP32-cam](https://esp32.com/) running [micropython](https://github.com/micropython/micropython). To implent this solution we need to install an esp32cam firmware, which is **NOT PRESENT** in [official micropython repository](http://micropython.org/download). I recommend the firmwares in [shariltumin esp32cam micropython repo](https://github.com/shariltumin/esp32-cam-micropython). Unfortunately, I could not build my own firmware so far. The working solution is based in [Guillermo Sampallo esp32cam tutorial](https://www.gsampallo.com/blog/2019/10/13/esp32-cam-subir-fotos-a-google-drive/) and [arduino code](https://github.com/gsampallo/esp32cam-gdrive).
6+
7+
## How to use?
8+
9+
1. Install ESP32-cam [firmware](firmware/esp32-cam-micropython.bin) from [@shariltumin esp32cam micropython repo](https://github.com/shariltumin/esp32-cam-micropython) (Use [esptool](https://github.com/espressif/esptool));
10+
1. Use [Adafruit Ampy](https://learn.adafruit.com/micropython-basics-load-files-and-run-code/install-ampy) to send `.py` files to ESP32;
11+
1. Upload [`uploadImageToFolder.gs`](uploadImageToFolder.gs) to you Google Drive folder;
12+
1. Change Folder ID and Wi-Fi configuration in [`uploadImageToFolder.gs`](uploadImageToFolder.gs) and [`googleDriveTest.py`](src/googleDriveTest.py) files;

0 commit comments

Comments
 (0)