Skip to main content

Questions tagged [blynk]

IoT platform to connect your devices to the cloud, design apps to control them, and manage your deployed products at scale.

Filter by
Sorted by
Tagged with
1 vote
2 answers
99 views

I was trying to display the readings of my dht11 sensor on the Blynk dashboard but I am struggling a lot. A little help would be really appreciated. #define BLYNK_PRINT Serial /* Fill in information ...
KnightRiderDutt's user avatar
2 votes
0 answers
86 views

I am uploading a simple Blynk cloud example code to control a led on GPIO2 of my esp01 board. #define BLYNK_TEMPLATE_ID "" #define BLYNK_DEVICE_NAME "" #define ...
Naman Kansal's user avatar
1 vote
2 answers
764 views

My NodeMCU wont connect to Blynk with my code but works fine with example code and same auth token and WiFi info. Cant figure out why its not working. Must be something in my code interfering with it (...
Randomaker's user avatar
1 vote
1 answer
157 views

i have a node mcu and i uploaded one example code to test it for rf signal decoding it worked. so after that i have written a code based on that and when i uploaded the code my node MCU suddenly isn't ...
rohithrathod banoth's user avatar
0 votes
1 answer
4k views

I'm having an issue with Blynk.begin(auth, ssid, pass); The problem is, when it fails to connect to the wifi, the rest of the program does not continue. I'm using a Wemos D1 and it is also controlling ...
Petrus's user avatar
  • 103
1 vote
0 answers
431 views

I am trying to read data from a Blynk widget via ESP8266 and Arduino UNO and trying to send it to another slave Arduino UNO. But, the problem is the data is taking some time to reach to the slave ...
coder-ari's user avatar
1 vote
0 answers
53 views

I need to add wait command in code where it waits the next input value from blynk terminal to arduino? How can I do that? please help, I will appreciate your help, Thank you. Here is my code ...
Time Gold's user avatar
  • 103
1 vote
1 answer
358 views

Hi everyone I am beginning learn coding and the second language English. I have small project I use Arduino uno , esp8266 , dht11 , lcd I2C and use blynk app in my project I have the code and work ...
AbuWeSaM's user avatar
0 votes
1 answer
134 views

I'm a really passionate beginner with arduino and electronics and I've built a Keypad lock for my room's door (inside the house). I've used an arduino that activates a motor using a transistor to ...
MLpranav's user avatar
0 votes
1 answer
120 views

It is possible to control one relay using Blynk app and also using an atmega? To a better understanding think at a relay that will turn on a fan when you use the blynk app. but when you don;t have the ...
Iulian Chirvasa's user avatar
1 vote
0 answers
453 views

I hope someone can help me. I'm building a GSM water level meter that runs on solar power, using an Arduino Pro mini, a DS3231 RTC, a JSN-SR04T - ULTRASONIC SENSOR, and a SIM800L along with a DFrobot ...
Roelof Loots's user avatar
0 votes
1 answer
998 views

I'm using two sensors, which is Galvanic Skin Response sensor and Heartrate sensor. The problem is that when I combined both of the codes, the only output that is showing up is from Heartrate only ...
tako's user avatar
  • 3
1 vote
1 answer
263 views

This is my setup: Arduino Mega; HM-10 bluetooth module (bought off ebay, so not sure if genuine but works); Adafruit Dotstar addressable LED strip; iOS Blynk app; Hardware-wise, everything is ...
turty_k's user avatar
  • 19
0 votes
1 answer
856 views

This is an extension from a previous thread that was getting lengthy and off the original topic. I have the following code which monitors the state of a float switch (high or low). I upload the sketch,...
gfuller40's user avatar
  • 107
1 vote
1 answer
4k views

I'm using Blynk along with a WeMos D1 R2 and i can change modes through an ON/OFF button. I can succesfully change mode and make my application go from mode 1 (irrigation) to mode 2 (Fertilization), ...
Galinho Salonica's user avatar