Skip to content

Instantly share code, notes, and snippets.

@hasumikin
Last active March 16, 2019 05:45
Show Gist options
  • Save hasumikin/758cd22fc22ad22a42226cadad9c0fa0 to your computer and use it in GitHub Desktop.
Save hasumikin/758cd22fc22ad22a42226cadad9c0fa0 to your computer and use it in GitHub Desktop.

copy sample project from esp exapmples

cp -r $IDF_PATH/examples/get-started/hello_world $HOME/esp
cd $HOME/esp/hello_world
make

build, flash and run

make
make flash
make monitor

before make flash , you may have to make ESP32 dev board flashing mode. it depends on your environment.

how to make ESP32 flashing mode

  • push both EN switch and Boot switch of ESP32
  • release EN first
  • then, release Boot
@bynnchapu
Copy link

make
make flash
make monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment