ESP8266-01 LED Control

by RishabhL in Circuits > Arduino

35144 Views, 110 Favorites, 0 Comments

ESP8266-01 LED Control

P_20161213_201125.jpg

ESP8266 is a wifi SOC (system on a chip) produced by Espressif Systems . It is an highly integrated chip designed to provide full internet connectivity in a small package. And it can be also controlled by our smartphone by using an App. In this toturial I'm going to show that how you can control four LEDs connected to ESP8266-01 through your android app. ESP8266-01 having two gpios but here we are using RX & Tx of the esp as a gpio for controlling the LEDs. Also on the place of LED you can control your home appliances using relay module, I also going to give a ckt diagram of relay module. I hope you have lots of fun making this project. It is cheap, easy & useful.

Lets begin....

Parts You Need:

4_8mm_Straw_Hat_Blue_Led_Light.jpg
10uF_50V_Radial_Electrolytic_Capacitor-500x500.jpg
64-00.jpg
13678-01.jpg
BC547-500x416.jpg
LM1117_grande.jpg
ujh copy.jpg
wires-2.jpg
relay-2.jpg
2x4 2x5 female pin.jpg
19087-2ab2416dd9c1787e0709b72538daa1e7.jpg
bfb6bd20b43b1c7a0892a7b6c40ea2b4.jpeg

1. ESP 8266 programming board

here is the link how you can make it

https://www.instructables.com/id/DIY-ESP8266-Progra...

2. A breadboard

3. asm1117 3.3v regulator

4. 10uf capacitor

5. LED x4

6. Some wires

7. 9v Battery

For Relay Board

1. Small dot matrix PCB

2. Relay 9v or any

3. Bc547 transistor

4. 10k ohm resistor x2

5. 1k ohm resistor x1

6. LED x1

7. Male & female headers

8. Wires

9. 9v Battery

Flashing ESP With Nodemcu:

P_20161101_111927.jpg
Capturhhe.JPG
Extract The given folder

if your system is 32bit > Open folder Win32

if your system is 64bit > Open folder Win64

> Release

> Run Espflasher.exe

Connect gpio0 to gnd of your Esp programming board And then Connect it to your Laptop or pc.

> Select COM Port

> Click On Flash

Wait for process to be completed

After green tick appear your esp8266 is flashed with node mcu.

Downloads

Uploading Sketch :

1.png
2.png
3.png
4.png
5.png
>Connect your esp programming board to pc

>Extract ESPlorer.rar

>Run ESPlorer.jar

if you don't having java in your pc download from here

https://java.com/en/download/

>Click on open

>Select init.lua file

>Open it

>Change "rishabh" with your SSID

>Change "12345678" with your Password

>Select Port in my case it is com10

>Click Open Port

> When it Show Communicating with MCU

Connect and remove reset pin to ground

>Now it shows your node mcu version

>Click on Save to ESP

Wait till upload is complete

Circuit on Breadboard

Capture.JPG
3ac81437-6de6-4d49-a66f-e99eb92ae564.jpg
P_20161213_201111.jpg
P_20161213_201125.jpg
Make a connector for Esp to make esp breadboard friendly.

And Assemble the Circuit.

Android App

Install the App

Type your esp8266 ip address and save it.

Now you can control four leds from your smartphone.

Enjoy!!

Downloads

Relay Board

esp.JPG
P_20161213_205533.jpg

Instead of LEDs you can control four relays.

Circuit for Relay board is given assemble it on pcb and the relay board is ready.

Enjoy switching your appliances wirelessly.

Hope you Like the Project....

ESP8266 01 LED Control