0% found this document useful (0 votes)
71 views1 page

ESP32 Sketch Upload Guide

This document provides instructions for uploading a sketch to an ESP32 development board to create a web server. It outlines downloading the necessary USB driver for the board's CP2102 or CH340 chip. It then lists the steps to open the sketch code from GitHub in the Arduino IDE, plug the board into the computer, and modify the code with the local WiFi network credentials before uploading.

Uploaded by

andika putra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views1 page

ESP32 Sketch Upload Guide

This document provides instructions for uploading a sketch to an ESP32 development board to create a web server. It outlines downloading the necessary USB driver for the board's CP2102 or CH340 chip. It then lists the steps to open the sketch code from GitHub in the Arduino IDE, plug the board into the computer, and modify the code with the local WiFi network credentials before uploading.

Uploaded by

andika putra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

ESP32 Web Server Step by Step

Uploading The Sketch


If you are using an ESP32 development board with CP2102 chip, uploading
the sketch is very simple, since it has built-in programmer.
Before use ESP32 development board, you need to download the
manufacture's driver (CH340) for this chip and install it in your PC -
[Link] . See the description of
driver installation package below: CH340/CH341 USB to serial WINDOWS driver
installation package that supports 32/64 bit Windows 10 / 8.1 / 8/7 / VISTA /
XP, SERVER 2016/2012/2008/2003, 2000 / ME / 98, through Microsoft digital
signature authentication, support USB to 3-wire and 9-wire serial port, with the
product release To the end user. Applicable scope: CH340G, CH340C,
CH340B, CH340E, CH340T, CH340R, CH341A, CH341T, CH341H chips.

If you have CP2102 chip then you need to download the manufacture's
driver for this chip and install it in your PC. You can download them here:
[Link]
bridge-vcp-drivers

1. Plug your ESP32 DOIT DEVKIT V1into your PC USB port.


2. Re-open your Arduino IDE.
[Link] to GitHub and download the sketch:
[Link]
ok/ESP32WebServer_Ebook.ino
4. Open the sketch in Arduino IDE editor.

Before uploading the sketch you need to modify the code - type your local
network SSID and password.

Page 18
Do you want to find more projects - go to [Link]

You might also like