We are working on tutorials and will be posting them in a while. We are a bit low on human resources. But still we work night and day to make your life easier.
Also, we promised direct GPIO control on Raspberry Pi. And it’s working exactly as stated in these instructions:
1. Connect your Raspberry Pi to the internet and open the console
2. Install WiringPi
http://wiringpi.com/download-and-install/
3. Download and build Blynk:
git clone https://github.com/blynkkk/blynk-library.git
cd blynk-library/linux
make clean all target=raspberry
4. Run Blynk:
sudo ./blynk --token=YourAuthToken
Which of these steps took you longer than 5 min? Let us know, we will be happy to help!