I have recently found blynk and installed it on my raspberry pi B(rev 2), and I have a robot connected to it, I cannot find anything on the internet with blynk and my robot kit, so I decided to make it work using blynk, it has a library and I would like to use that, my question is, can I get blynk to operate a boolean or change an integer in my code without doing anything to the gpio pins, just change a boolean or something equivalent in my code, if someone has done this can you send me a github link or something where I can study the code if someone has an answer, thanks for any help!
Yes, thats possible using Virtual Pins. There are some examples provided with the Blynk library. Basically you can attach a widget to a Virtual Pin which will act as a regular pin, but it doesn’t do anything until you tell it to do something in your code.
Shouldn’t be too hard to turn around I guess. I have no experience with Rasp, just Arduino, but there are several topics on this forum which have useful information about it.
Or get a ENCJ28-something Ethernet board. It’s pretty easy and a lot cheaper than a Arduino ethernet shield. I prefer cabled connections over Wifi any day