Blynk and Raspberry Pi: Tips & Tricks
Autostart
node full_path_to_your_script.js <YourAuthToken> &Run forever
npm install -g foreverRun external scripts/utilities from Blynk
var exec = require('child_process').exec;
exec('command', function callback(error, stdout, stderr){
// result
});PiBakery
Last updated
Was this helpful?

