WingRS / blynk-library

Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.

Home Page:http://www.blynk.cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub version GitHub download GitHub stars GitHub issues Build Status GitHub wiki License

If you like Blynk - give it a star, or fork it and contribute! GitHub stars GitHub forks

Download

https://github.com/blynkkk/blynk-library/releases/latest

Documentation

Blynk Docs: http://docs.blynk.cc/#blynk-firmware
Wiki: https://github.com/blynkkk/blynk-library/wiki


What is Blynk?

Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets. If you need more information, please follow these links:

Dashboard settings Widgets Box Button edit Dashboard

Quickstart: Arduino + Ethernet shield

  • Download the Blynk app (App Store, Google Play)
  • Get the Auth Token from the app
  • Import this library to Arduino IDE. Guide here
  • In Arduino IDE, select File -> Examples -> Blynk -> Boards_Ethernet -> Arduino_Ethernet
  • Update Auth Token in the sketch and upload it to Arduino
  • Connect your Arduino with Ethernet shield to the internet

Please find examples on how to use different types of connections (transports) and how to do make something great with Blynk. You can easily apply any type of board/connection to all examples.

Supported boards, Ethernet, WiFi, Bluetooth, GSM, Serial, USB...

Full list of supported hardware is here. Please see examples for different connection types.


Implementations for other platforms

License

This project is released under The MIT License (MIT)

About

Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.

http://www.blynk.cc/

License:MIT License


Languages

Language:C++ 63.1%Language:Python 16.2%Language:C 10.3%Language:Java 4.0%Language:Arduino 2.7%Language:Shell 2.0%Language:Makefile 1.0%Language:Batchfile 0.7%