I dont understand how I can run my own script. I am using an Raspberry Pi. I installed the Blynk library and I am able to run the app when I use the command ‘sudo ./blynk --token=MyAuthToken’, but where do I need to place my scripts.
I understand this and I am able to run my own scripts now in Javascript.
What I dont understand is that in the documentation, its explained how to install Blynk with Node.js, but the sketch examples are with C++. Can someone clarify this?
What is the difference? Do I have to make a choice to use javascript or C++ script or can I use both? How can I run my C++ scripts?
Blynk supports everything. And everything is python, c/c++, javascript, java, etc. It is up to you what to use.
We provide all basic examples with Arduino style (c++).