Skip to content

For our first task in IOT path for summer training with Smart Methods we turn on ESP32 light with auduino IDE to Know more check READ.Me fie

Notifications You must be signed in to change notification settings

WedadAlqithmi/turning-on-wasdom-ESP32-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

TurningOnWasdomESP32

These are the steps I followed too turn on the ESP32 light

first thing you need to do if this is your first time is searching for Arduino IDE in google browser and download the last version or the privous on that is computable with your PC OS

arduinoIDE_Download

downloadArdunioIDEWindowsVersion

after installing the Arduino IDE, you have to launch to edit some settings and start working

LaunchArduinoIDE

from the menue bar choose file>> then preference

EditPreference

add the following link as it shown in the image and press ok

AddLink


Go back to the menue bar and select Tools>> then select Boards>> press on Boards Manager to open the window from that window search for ESP32 and installed the last version

DownloadTheBoard

InstallESP32

Go back again to the menue bar and select Tools bar>> Boards>> ESP32 Arduino>> WEMOS D1 MINI as it shown at the next image

SelectTheBoard

now connect the ESP32 board to your PC and go back to tools bar to select port then select the right port as it shown at the nect image

SelectThePort

if your port can not identify the board as it happened with me download this file ActiveUSBCOM_2204_E.zip extrach the zip file and install the application

image

Now to turn on the light in ESP32 wadsom we can the blink algorithm from the file bar>> example>> Basics>> Blink

SelectBlinkAlgorithm

BlinkAlgorithm

to run the algorithm press n upload button at the top of the screen

Screenshot (616)

Now you can see the blue light is turned on

WhatsApp.Video.2022-07-20.at.7.23.02.PM.mp4

if you want to make some changes with speed of the blink you can chang the highlight code is it shown at the image

Screenshot (618)

About

For our first task in IOT path for summer training with Smart Methods we turn on ESP32 light with auduino IDE to Know more check READ.Me fie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published