PANZOKA
Published © GPL3+

Easy LED With Blynk

Led With Blynk In Easy Ways

BeginnerFull instructions provided1 hour386
Easy LED With Blynk

Things used in this project

Hardware components

NodeMCU ESP8266 Breakout Board
NodeMCU ESP8266 Breakout Board
×1
Female/Female Jumper Wires
Female/Female Jumper Wires
×1
LED (generic)
LED (generic)
×1

Software apps and online services

Blynk
Blynk

Story

Read more

Schematics

fm9matxipcuhgly_large_L78dVLqEip.jpg

Code

Code LED Blynk

C/C++
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>


#define BLYNK_PRINT Serial
char auth[] = "mDQBzCEzQqL9SDQYvNwP4yhv2lDgrk6q";
char ssid[] = "NA";
char pswd[] = "234567ER";
void setup() {
  Serial.begin(9600);
  Blynk.begin(auth,ssid,pswd);
}
void loop() {
 Blynk.run();

}

Credits

PANZOKA
5 projects • 2 followers
i make projects
Contact

Comments

Please log in or sign up to comment.