Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1000 Bytes

Platforms.md

File metadata and controls

48 lines (32 loc) · 1000 Bytes

Platforms

Arduino

TODO

Particle (formely Spark Core)

TODO

ESP8266 (standalone)

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

Linux (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