Beginners ESP32 Tutorial

 




Circuit Diagram:-




NOTE:-


If Your ESP32 Board is not showing then try this wayπŸ‘‡
● Open Arduino IDE Software. 
● Go To File. 
● Now You Can See Preferences , Click On Preferences. 
● You will get Additional Boards Manager URLs :
● Now Click Ok .
● Now it Show ESP32 Board. 
● Install It.


For More Watch This Video:-





LED Basic Blink Code:-

#define led 15
void setup()
{
pinMode(led,OUTPUT);
}
void loop()
{
  digitalWrite(led,HIGH);
  delay(500);
  digitalWrite(led,LOW);
  delay(500);
}



THANKYOU FOR WATCHING...

Comments

Popular posts from this blog

EMO Robot Using Arduino Nano

Obstacle Avoiding Robot Car Arduino Project

RC Bluetooth Car

4 Best Science Projects For School Without Using Arduino

SENSOR TUTORIAL

ARDUINO TUTORIAL

BASIC SERVO MOTOR TEST

RAIN ALARM PROJECT

AUTOMATIC TOLL GATE PROJECT

Drone Tech | How To Make Mini Drone For Science Exhibition It Can Fly || Remote Control Drone