#258
Ralph S Bacon Ralph S Bacon
53.7K subscribers
19,814 views
1.1K

 Published On Jan 27, 2023

Simple introduction to web-enabling your ESP32 (or ESP8266).
► PCBWay $5 for 10 pieces https://www.pcbway.com

► 1. Introduction
Using the Arduino IDE 2.0.x available here https://bit.ly/Arduino2v0_IDE or Visual Studio Code (PlatformIO)

Many more details including pictures, code and more:
https://bit.ly/Web_Enabled_ESP32_With...

► 2a. Installing the libraries (Arduino method)
--------------------------------------------------------------------------
Go to the following GitHub site https://github.com/me-no-dev and download the following libraries:
1. ESPAsyncWebServer
2. AsyncTCP (if you are using ESP8266 download ESPsyncTCP instead)

Go to the following GitHub site https://github.com/ayushsharma82/Asyn... and download the following library:
1. AsyncElegantOTA (same library for ESP32 & ESP8266)

They will download as ZIP files with the suffix "-master". Ignore all that! Just remember where you downloaded them to!

Go to the Arduino IDE and click Sketch➡️Include Library➡️Add.ZIP library and click the downloaded library ZIP files.

Done!

► 2b. Installing the libraries (PlatformIO method)
-------------------------------------------------------------------------------
Ensure your platformio.ini file includes the "lib_deps" entry:
lib_deps =
me-no-dev/AsyncTCP@^1.1.1
me-no-dev/ESP Async WebServer@^1.2.3
;https://github.com/me-no-dev/ESPAsync...
ayushsharma82/AsyncElegantOTA@^2.2.7

► 3. All code and more for both environments is in the GitHub:
https://bit.ly/Web_Enabled_ESP32_With...

Easy: Just click the big green "CODE" button in the GitHub for this video and choose the ZIP file download to your PC. Then unzip and you have everything you might need!

► 4. ESP32 Tools settings (in the dropdown Tools menu in the Arduino IDE)

Click here for essential reading:
https://espressif-docs.readthedocs-ho...

► List of all my videos
(Special thanks to Michael Kurt Vogel for compiling this)
http://bit.ly/YouTubeVideoList-RalphB...

► If you like this video please give it a thumbs up, share it and if you're not already subscribed please consider doing so and joining me on my Arduinite (and other μControllers) journey

My channel, GitHub and blog are here:
------------------------------------------------------------------
•    / ralphbacon  
• https://ralphbacon.blog
• https://github.com/RalphBacon
• https://buymeacoffee.com/ralphbacon
------------------------------------------------------------------

My ABOUT page with email address:    / ralphbacon  

show more

Share/Embed