Search found 267 matches: blynk

Return to advanced search

Re: Nodemcu compilation error, please help

by btidey ¦ Wed Sep 08, 2021 12:15 pm ¦ Forum: Newbie Corner ¦ Topic: Nodemcu compilation error, please help ¦ Replies: 5 ¦ Views: 3653

... sketch with no external libraries or dependencies to ensure you have the IDE set up correctly. The multiple definitions of a function called BLYNK_WRITE look strange but I don't use BLYNK Edit. Having looked a bit further these appear to be macros, but the main comment still applies. You ...

Not connecting with blynk app pls help any one

by Lipu ¦ Mon Sep 06, 2021 12:48 am ¦ Forum: General Discussions ¦ Topic: Not connecting with blynk app pls help any one ¦ Replies: 0 ¦ Views: 1132

Hi,
I want to make a Project with nodemcu esp 8266, where i want controll 1 fan with speed control & 2 light, with blynk & also with manual switch.

I found this code file in youtube. But not compiling
Can any one help me

Not connecting with blynk app

by Lipu ¦ Sun Sep 05, 2021 1:43 pm ¦ Forum: Documentation ¦ Topic: Not connecting with blynk app ¦ Replies: 0 ¦ Views: 5521

I want to make a project, with nodemcu, thus i can controll a fan and 2 light, with internet & manual switch.
But i am stuck, can any one help me my code and schematic given

I believe you forgot to show us some code. :idea: #define BLYNK_PRINT Serial #include <SPI.h> #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> #include <SimpleTimer.h> #include <DHT.h> #define BLYNK_PRINT Serial #include <OneWire.h> #include <DallasTemperature.h> #define ONE_WIRE_BUS ...