TODO
TODO
You can run Blynk directly on the ESP8266!
Install the latest ESP8266 for Arduino using this guide: https://github.com/esp8266/Arduino#installing-with-boards-manager13
Example: ESP8266_Standalone
-
Connect your Raspberry Pi to the internet and open it's console. ^_^
-
Install WiringPi: http://wiringpi.com/download-and-install/
-
Download and build Blynk:
$ git clone https://github.com/blynkkk/blynk-library.git $ cd blynk-library/linux $ make clean all target=raspberry
-
Run Blynk:
$ sudo ./blynk --token=YourAuthToken
We have also provided a build script, you can try just running (inside of the "linux" directory):
$ ./build.sh raspberry