CODE
#define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>
char auth[] = " Your Blynk Auth code";
char ssid[] = "Wi-Fi name";
char pass[] = "wifi password";
void setup()
{
Serial.begin(9600);
Blynk.begin(auth, ssid, pass);
}
void loop()
{
Blynk.run();
}
#define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>
char auth[] = " Your Blynk Auth code";
char ssid[] = "Wi-Fi name";
char pass[] = "wifi password";
void setup()
{
Serial.begin(9600);
Blynk.begin(auth, ssid, pass);
}
void loop()
{
Blynk.run();
}
hello..I saw your video on youtube and it was really interesting. i am a beginner in arduino..and i am very interested to trying this tutorial..can you please give me full code.
ReplyDeleteHey hi I have provided full code. Please watch the video of blynk app configuration
Deletevideo
I want to make a car with servo steering.... How to control 1 servo and 1 dc mini motor with blynk app... I have nodemcu, mechanical setup, L298n, blynk app
ReplyDeleteHey Hi, now I will upload a blog post related to your need please go through it.
DeleteHi i need also the same thing please upload
DeleteI have already uploaded that please check my blog. I have created using servo
Deletehi thanks for reply. please post ful code for the above project
DeleteI have provided the full code.
DeleteHello sir
ReplyDeleteI am unable to find the full code
There is no much code required. Go through app settings video. You will find that.
DeleteWhere i can find the full code?
ReplyDeleteThere is no much code required. Go through app settings video. You will find that
Delete