Parkmoonsugledel윤원호정다연
Published © GPL3+

Air Meter Making #1: Use The Arduino Wi-Fi Module ESP-01

Let's make an air detector. Key parts will require Wi-Fi, so you need ESP 8266.

BeginnerProtip45 minutes15,153
Air Meter Making #1: Use The Arduino Wi-Fi Module ESP-01

Things used in this project

Story

Read more

Schematics

ESP-01 Firmware Update Schematic

Use 3.3V regulator whenever possible.

Code

Code to connect ESP-01 to Wi-Fi

Arduino
Use Include Library
#include <ESP8266.h>
#include <ESP8266Client.h>

void setup() {


}

void loop() {
 

}

Credits

Parkmoonsu
1 project • 6 followers
A Korean high school student who wants to learn about Arduino!
Contact
gledel
100 projects • 116 followers
Looking back on my childhood, I was happy when I was making something and I was proud of myself. "Making is instinct!"
Contact
윤원호
1 project • 7 followers
Ordinary high school student who wants to enter science and engineering college
Contact
정다연
1 project • 4 followers
Contact

Comments

Please log in or sign up to comment.