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,134
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

Parkmoonsu

1 project • 6 followers
A Korean high school student who wants to learn about Arduino!
gledel

gledel

100 projects • 115 followers
Looking back on my childhood, I was happy when I was making something and I was proud of myself. "Making is instinct!"
윤원호

윤원호

1 project • 7 followers
Ordinary high school student who wants to enter science and engineering college
정다연

정다연

1 project • 4 followers

Comments