You are on page 1of 4

Experiment:01

Student Name:AKHIL KORE UID:22BAI70743


Branch: Computer Science & Engineering Semester:02
Datof Performance:24/03/22 Section/Group:108-B
Subject Name: DT Subject Code:

GROUP NO-03
Name 1:RAHUL BHUKYA UID 1:22BAI70686
Name 2:NARRA SNEHITH UID 2:22BAI70651
Name 3 UID 3
Name 4 UID 4

1. Aim of the practical:Control a LED using esp-32 board.

2. Tool Used:ESP-32 board, LED, breadboard, jumper wires, capacitor, and


resistor.

3. Basic Concept/ Command Description:


The low power, low cost on-chip microcontroller family includes the
ESP32. It already has dual-mode

1
Bluetooth and Wi-Fi built in.
It is a microprocessor based embedded IC (Integrated Circuit).
Designed by Espressif Systems.
-Uses:
Wearable Devices
Mobile and Cloud based IoT applications.
-Key features of ESP-32:
Built in Wi-Fi module.
Dual core microprocessor of 32 bit
Clock frequency: 80 – 240 MHz
32 input and output pins. These are multiplexed pins i.e., they can act as
both digital and analog pins
and perform various functions.
Has SAR-ADC and DAC converters
Operating Voltage: 3.3V
SRAM: 512 KB
ROM: 448 KB
Three modes of operation: 1. Access point. 2. Client. 3. Access point +
station.
Bluetooth version 4.2 is available and Bluetooth low energy (BLE) version.
It has two important buttons without which it cannot work:
Boot Button Enable Button
Represented by BOOT Represented by EN
To transfer code from pc to esp32 To activate esp 32

2
4. Code:
void setup(){
pinMode(2,OUTPUT);
}
void loop(){
digitalWrite(2,HIGH);
delay(1000);
digitalWrite(2,LOW);
delay(1000);
}

5. Observations, Simulation Screen Shots and Discussions:


We observe that blinking of LED on esp-32 board as per our program code.

6. Result and Summary:The LED glows on and off with a delay of 1


second.

3
7. Additional Creative Inputs (If Any):

Learning outcomes (What I have learnt):

1.I learnt about using of Arduino software.

2.Writing of program code.

3.working of esp-32 board.

4.constructing of circuit on esp-32 board.

Evaluation Grid (To be filled by Faculty):


Sr. No. Parameters Marks Obtained Maximum Marks
1. Worksheet completion 8
including writing learning
objectives/Outcomes. (To
be submitted at the end of
the day)
2. Viva voce 10
3. Conduct 12
Signature of Faculty (with Total Marks Obtained: 30
Date):

You might also like