I need to know how can i upload any code to raspberry like codes from Blynk Example Browser ??

like this example https://examples.blynk.cc/?board=Raspberry%20Pi&shield=System%20default&example=GettingStarted%2FBlynkBlink
thanks.

There are examples in the Blynk Libraries for such devices…

NodeJS - https://github.com/vshymanskyy/blynk-library-js
Python - https://github.com/vshymanskyy/blynk-library-python

And some basics I made here for NodeJS…

NodeJS - NodeJS Blynk - Code Examples for Basic Tasks (Work in Progress)

@Gunner the Sketch Builder examples for RPI are written in what appears to be C++
Does the user have to install a C++ interpreter (WiringPi??) to be able to get started with these examples?

I’ve never felt the need to run Blynk client code on the Pi, so I also don’t have a clue about how you’d begin to use these Sketch Builder examples on the Pi.

Pete.

For RPi you can NOT properly use the Sketch Builder (even when that device is picked)… besides, WiringPi is now deprecated… so I wouldn’t even start down that path for C++ “compatibility” on an RPi… stick with native languages like Python or JS

1 Like