Blynk basics - client parameters and making sketch on RPi3 (WireingPi)

Depends entirely on the type of RPi based Blynk Client you install… there is:

None of which I am aware of needing a “git clone” method??? What did you install?

For Local Server, you need to use various methods for forcing the IP and port from the default cloud…

  • WiringPi: I can’t remember, but I believe a library file also needed to be adjusted.
    EDIT - sudo ./blynk --server=xxx.xxx.xxx.xxx --port=8080 --token=xxxxxxx

  • NodeJS is modified in the Client sketch as already listed above.

  • Python needs to be adjusted in the BlynkLib.py file (you may have to run a search for it on your RPi)… see here

1 Like