I need help from People they are good with python blynklib,
I was trying " blynk.set_property(“G20”, “offBackcolor”, “#000000”) " to change the button color.
It works only with " blynk.set_property(“20”, “offBackcolor”, “#000000”) " on a Virtuel Pin.
I need a Physical Pin.
I am back,
I need a Digital pin because i don’t know how to read
a virtuel pin and it’s important for my project and there is an Error,
if i use blynk.set_property(V20, "offBackcolor”, “#000000”)
NodeMCU or ESP32 would be my choice, using the C++ library.
Also, you should use the new version of Blynk, as the version you are using will be retired soon.
Forgot wat i sayd:
Actualy I am trying to use blynk and the raspberry pi for output(so they do the same).
I am trying to (de)akivate a alarm with two buttons.
If i press one button (in push mode) it should turn red and the other ones white.
(So I know what state the alarm has)
Because I dont know (and nobody explayns) how to read a virtuel pin.
So do I use a Digital Pin but I dont know how to change propertys of an widget
with a Digital Pin.
I am trying to (de)akivate a alarm with two buttons.
If i press one button (in push mode) it should turn red and the other ones white.
(So I know what state the alarm has)
Because I dont know (and nobody explayns) how to read a virtuel pin.
So do I use a Digital Pin but I dont know how to change propertys of an widget
with a Digital Pin.