Hello, I am using an esp8266 and want to make a sort of water temperature controller but I can’t get the BLYNK_WRITE function to work and recieve the values. I am using the numeric input on the app to send the numbers
Thanks for the help and heads Up, My serial monitor shows nothing, when I change the numeric input on the app. It just does the typical Blynk serial debug and thats it. I am using the 0.5.4 Blynk library, is it because numeric input was not yet implemented in that version?
I have now updated the library, I have tried with a simple button on VP 2, and the Serial debug says it is connected, it pings and everything, but never prints the value of the widget. I really dont know what to do, I can send you a screen capture if you want. I have also tried my version of debug, and also did nothing
ok, I know seem to know the fix for the problem, and have a guess for the cause. I made a new project and all worked fine. It might be because I had 3 devices on the other project, although that shouldn’t be an issue, also I had the correct device selected. I think the problem is the bugged project, because months ago I tried experimenting with BLE and had a huge bug where out of nowhere it changed the virtual pins in my project and the devices had mixed their virtual pins mixed up. I tried using BLE and sending data from hardware to hardware and got a nasty bug for it. Thanks for the help anyways.