How to setup Arduino IDE and test NodeMCU ESP8266 & Arduino nano with a LED

  Рет қаралды 1,138

Skosan Electronics

Skosan Electronics

Күн бұрын

What you will need:
-NodeMCU ESP8266
-Arduino Nano
-2x LEDs of any colour
-A mini USB cable
-A micro USB cable
Here's the link to download Arduino IDE
www.arduino.cc...
Copy the URL arduino.esp826...
File, Preferences, Additional Boards Manager URLs field of the Arduino IDE
This will be the code for the NodeMCU:
void setup() {
pinMode(D4, OUTPUT);
}
void loop() {
digitalWrite(D4, HIGH);
delay(1000);
digitalWrite(D4, LOW);
delay(1000);
}
This will be the code for the Arduino Nano:
void setup() {
pinMode(2, OUTPUT);
}
void loop() {
digitalWrite(2, HIGH);
delay(1000);
digitalWrite(2, LOW);
delay(1000);
}

Пікірлер
You can learn Arduino in 15 minutes.
16:34
Afrotechmods
Рет қаралды 10 МЛН
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 21 МЛН
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 16 МЛН
What will he say ? 😱 #smarthome #cleaning #homecleaning #gadgets
01:00
Arduino lessons - Servo control by arduino
11:17
Заметки Ардуинщика
Рет қаралды 852 М.
How to Burn the Bootloader into Arduino Nano
8:20
NT Tronix
Рет қаралды 38 М.
OpenPLC Single LED Flasher with ESP8266
9:05
Skosan Electronics
Рет қаралды 313
Neopixel WS2812 64 bit with Arduino Nano
3:50
Skosan Electronics
Рет қаралды 1,8 М.
Easy way to program an ESP8266
10:37
IT Chop Shop
Рет қаралды 178 М.
How to Setup and Program NodeMCU ESP8266-Complete Guide
8:10
BINARYUPDATES
Рет қаралды 388 М.
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 21 МЛН