Blynk and Raspberry Pi: Tips & Tricks
This documentation is for the LEGACY version of Blynk platform which is no longer supported and will be shut down.
You can sign up for the current version of Blynk platform here.
The new mobile apps can be downloaded from App Store and Google Play.
The actual Blynk documentation is here.
Autostart
To enable Blynk autostart for Pi, find /etc/rc.local
file and add there:
Run forever
Use forever
utility to auto-restart your script.
Run external scripts/utilities from Blynk
You can run external python, batch, or just anything executable from Node.js using child_process
module:
PiBakery
PiBakery allows you to pre-configure Raspberry Pi, while creating SD Card.
Last updated