-
-
Hi arendst I noticed this post...
_With my implementation (2.0.5a in experimental repository) it has Voltage (V), Current (A), Current power (W), Power Factor, Period power (Wh) and daily power (kW…
-
`Blynk.setProperty(V0, "labels", "1", "2", "3", "4", "5");`
We don't know the number of possible values, so it should be string array + overloaded methods.
-
Hi Tzapu, don't know if you have seen my post on blynk community site, was wondering if you see this issue as well, do you think its a blynk-websockets problem or a blynk problem ?
Simple to reproduc…
-
Using Product V4, Windows 8.1
When doing a "clean project" you get the error
```
"C:\\Utilities\\sloeber\\arduinoPlugin\\tools\\make\\make" clean
del .\core\umm_malloc.c.d .\core\spiffs_ca…
-
-
if doing something like:
# define LCD_VIRTUAL V13 // attach LCD to Virtual 13 complex mode
WidgetLCD LCD(LCD_VIRTUAL); // LCD widget. Global intialization.
LCD.print(0, 0, "Hello");
LCD.…
-
Hi,
Is the boards repo used by blynk server?
For my classes, I'm using a custom server on a RasbPi and would like to be able to limit only to the boards we use there. Is it possible?
-
blynk-library/examples/Widgets/PushNotification/PushNotification.ino
Blynk limit push notification to 1 message/minute. The current example includes a button click notification and a runtime notificat…
-
ESP8266 12-F
V2.3.0
Once The Timers are defined before WiFi connection the Timers are messed up at the beginning.
As soon as I put them below they work.
This wouldn't be that bad except when WiFi di…