Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.27 KB

File metadata and controls

33 lines (20 loc) · 1.27 KB

Status

Programming ESP32

Documentation showing that programming the ESP32 is successful

Basic code to set GPIO high:

image

Programming:

image

Multimeter:

IMG_1272.MOV

To program the ESP32:

image

  1. Set upload speed to 115200 and flash frequency to 80MHz
  2. Connect the USB to serial converter to the UART wires (careful not to connect 5V or the board will fry)
  3. Hold the Reset and Boot buttons together
  4. Press the upload code button on the Arduino IDE while still holding both buttons
  5. Once "uploading" pops up on the terminal release the Reset button
  6. Once "connectinng" displays on the terminal release the Boot button
  7. It may be necessary to reset the board after uploading code

The Arduino IDE has a wifi scan example and it worked as expected:

image