Skip to content

Latest commit

 

History

History
 
 

linux

Linux Quick Start Guide (Ubuntu, Raspberry Pi, ...)

  1. Connect your Raspberry Pi to the internet and open it's 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

We have also provided a build script, you can try just running (inside of the "linux" directory):

$ ./build.sh raspberry