Hi sir we r doing theft detection using nodmcu Esp8266 project on that its showing blynk.notify is not the member of blynkwifi wt is the reason sir ...wt to do sir
Code la D1 ah 1 mention pannalam thana? Complie panum pothu error varala. Code upload panitan but hardware lan correct ah set panitan but nenga sonna mari ellam pannan blynk app um setup panitan but led on aagala why? Help ME D1 nu mention panna D1 is not declare in the scope nu error varuthu
Another code lam upload aaguthu bro like blink code upload panna work aaguthu, ana neega sonna code compile panna mattum exit status 1 error nu varuthu
I need help to make a dongle with esp8266, if you know a suitable site or can guide me, I need help!
Why you put 0fir on value and 1 for off value while designing web dashboard for switch settings.
Is our wish ?
Yes..
Hi how to use with relay. Is that output 5v?
5v or 3.3v
How can we control rgb led with the same procedure? What are the changes we should make in the program?
Write a program for seperate colour led...
Hi sir we r doing theft detection using nodmcu Esp8266 project on that its showing blynk.notify is not the member of blynkwifi wt is the reason sir ...wt to do sir
In program... declar the Blynkwifi..
Bro greenhouse monitoring project video poduga broo
Ok I will upload soon
Code la D1 ah 1 mention pannalam thana? Complie panum pothu error varala.
Code upload panitan but hardware lan correct ah set panitan but nenga sonna mari ellam pannan blynk app um setup panitan but led on aagala why? Help ME
D1 nu mention panna D1 is not declare in the scope nu error varuthu
Don't enter the D1 check the gpio number for D1 in pin diagram enter that gpio number in the code
@@researchtamilan4106 it's now working bro. Library file change panan problem solve.
I'm not using ESP8266, I use arduino and w5100. The code you provided is not good for me.
How I can get the code specifically for my hardware? Thanks.
I given only for esp8266 I does not support w5100 ...you get the code in online.. What you going to do..?
@@researchtamilan4106 Thanks for your response. I want to do same thing , only one led.
Ok...
Bro how to display text in blynk according to sensor values in nodemcu.
The Blynk shows the graph format of your sensors value
All the best da 👏👍
I hve node ncu Esp32
Can we use this code ?
Possible change the library file and pin according to esp32
@@researchtamilan4106 ok thank u
🔥
Brother antha coding uplode pannum pothu error varuthu bro like no such file and directory is missing ippadi varuthu bro
Actually esp8266 library file nigga ennum add pannala.....
@@researchtamilan4106 epdi bro add pandrathu
Go to board manager.... search esp8266 and install...the lastest version
@@researchtamilan4106 bro athu paniyum BlynkSimpleEsp8266.h: No such directory or file nu varuthu
Download and add the Blynk library file
Bro can I connect my house wifi
Yes it's possible watch this video 👇
th-cam.com/video/OJpKSkIBSPY/w-d-xo.html
Bro it solving offline in app why
Turn on hotspot in mobile and enter correct token from Blynk app
Eathukula wifi name password bro
Your mobile hotspot name and password bro
Bro
i want help bro
U controled leds only 2
But i want control the 6
I want to do
Can u help me bro
I am requesting brooooo
Plzzzzzzzz
Yes ..the program will differ
Now want can I do brooo
Plz help me broooo 😊
You can contact in Instagram link: instagram.com/research_tamil_an?igshid=ZGUzMzM3NWJiOQ==
code is wrong, not working
What is your error
Anna, online is not enabling anna, i tried many times, it is showing offline only😢
What i should do?
Anna , signing up option upload video anna,
I tried signing in and during quick start it is not connecting to nodemcu , what i should do?
Are you upload the program correctly? Check and are you can try another email id
Bro I can't connect to the esp8266
Is the program uploaded...to esp8266...?
@@researchtamilan4106 yes sir
@@researchtamilan4106 /*New Blynk app with Home Automation
Home Page
*/
//Include the library files
#define BLYNK_PRINT Serial
#include
#include
//Define the relay pins
#define light1 D1
#define light2 D2
#define wifiLed D0
#define BLYNK_AUTH_TOKEN "cCQPyp67P6lND1gKzIXqk6YecBzFfMmu" //Enter your blynk auth token
char auth[] = BLYNK_AUTH_TOKEN;
char ssid[] = "imjc.dev";//Enter your WIFI name
char pass[] = "12345678";//Enter your WIFI password
//Get the button values
BLYNK_WRITE(V0) {
bool value1 = param.asInt();
// Check these values and turn the relay1 ON and OFF
if (value1 == 1) {
digitalWrite(light1, LOW);
} else {
digitalWrite(light1, HIGH);
}
}
//Get the button values
BLYNK_WRITE(V1) {
bool value2 = param.asInt();
// Check these values and turn the relay2 ON and OFF
if (value2 == 1) {
digitalWrite(light2, LOW);
} else {
digitalWrite(light2, HIGH);
}
}
void setup() {
Serial.begin(9600);
delay(100);
//Set the relay pins as output pins
pinMode(light1, OUTPUT);
pinMode(light2, OUTPUT);
pinMode(wifiLed,OUTPUT);
// Turn OFF the relay
digitalWrite(light1, HIGH);
digitalWrite(light2, HIGH);
digitalWrite(wifiLed,HIGH);
//Initialize the Blynk library
Blynk.begin(auth, ssid, pass, "blynk.cloud", 80);
}
void loop() {
//Run the Blynk library
Blynk.run();
}
@@researchtamilan4106 help me sir
Enter your hotspot name and password.. correctly
Bro please send circuit diagram for this project
Bro pls bro tomorrow I want to submit about project details
Bro I didn't create Circuit diagram for this...in below I connect terminal
Led 1 (+) - D1
Led 2 (+) - D2
Both led nagative is grounded...
Are you clear...?
Sss bro
BLYNK APP LA ONLINE KATTA MATIKUTHU ENA PANNA
Enter autho token correctly and upload the program correctly
@@researchtamilan4106 correct a than nannen bro ana serial moniter la connecting nu katula bro
Blynk app la enna show aguthu online or offline
Offline
Nigga enter panna hotspot on panuga
Error coming in 7 th line
What is the error
Code not working
What error you are facing
Relay on no off
Check Blynk switch is correct valid
Sound low
Ok .I will solve it
Bro compilation error varuthu
Bro use ardino IDE software.....I didn't get any error...
Bro compilation error : exit status 1 , error varuthu bro program ahh esp8266 la upload pannum pothu varuthu
Select proper port and board
Another code lam upload aaguthu bro like blink code upload panna work aaguthu, ana neega sonna code compile panna mattum exit status 1 error nu varuthu