Skip to content

Project-3-1/Marble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this even if Arduino IDE doesn't want to...

I am assuming that you have already installed Arduino CLI, and that you have the required ESP32 tools. You also need to install the ESP32 board manager in the Arduino IDE.

In the root directoy of this repo run arduino-cli compile -b esp32:esp32:esp32cam . to build the project, then connect the programmer and figure out on what port it is running, and run the following command after replacing the :PORT: with your port.

esptool.py --chip esp32 --port :PORT: write_flash -fs 4MB -fm dout 0x10000 build/esp32.esp32.esp32cam/Marble.ino.bin

Releases

No releases published

Packages

No packages published