• Android OS version 5+
• iOS version 14.1+
Blynk doesn't run on Windows Phones, Blackberries and other dead platforms. Sorry.
You can also run Blynk on emulators
Blynk can run on over 400 hardware modules. The most popular are:
• ESP32
• ESP8266
• NodeMCU
• Arduino (any model)
• Raspberry Pi (any model)
• Particle (any model)
Full list of supported hardware →
To connect your hardware to the Internet, you can choose almost any module either built-in, or external shields. Supported connectivity:
• WiFi
• Ethernet
• Cellular (GSM, 2g, 3g, 4g, LTE)
• LoRaWAN (Enterprise)
The Quickstart guide will start automatically
We will walk you through the whole process
No iOS or Android coding required
Blynk.Console is the easiest way to build your own IoT product with a mobile app that works with the hardware of your choice.
Once you log in have a brief Blynk Tour to have an idea of how the platform works. Then the Quickstart guide will start automatically.
Blynk Library is an extension that runs on your hardware. It handles connectivity, device authentication in the cloud, and commands processing between Blynk app, Cloud, and hardware.
It's highly flexible whether you are starting from scratch, or integrating Blynk into existing project.
Check this help article if you need instructions on how to install Blynk Library for your IDE.
Most popular library for:
• ESP8266, ESP32
• Arduino boards
• Raspberry Pi
• SparkFun
• Texas Instruments
Install
Python 2, 3, MicroPython
Runs on Linux, Windows, or MacOS
Install
Works with Browsers, Node.js, Espruino, Raspberry Pi
Runs on Linux, Windows, or MacOS
Install
Particle
Node-RED
LUA
MBED
LabView
LEARN MORE
In most cases Quickstart will propose a ready code and you can enter your Wi-Fi credentials of you chose this type of connectivity.
Copy and paste the code to you IDE and upload the sketch to your board. The device will show up online!
Quickstart automatically creates a basic interface in your Blynk app, so you can monitor and control your device instantly.
Now add your own logic with Blynk's drag-n-drop app constructor, packed with IoT features:
...and much much more
Virtual Pin is one of the fundamentals of Blynk platform. It allows exchanging any data between your hardware, cloud, and smartphone
Learn more →
Datastream is an important platform component that allows to configure how data is sent between the device and Blynk.Cloud
Learn more →
How to simplify device onboarding, automate firmware configuration, and deliver flawless user experiences
Learn more →
Send firmware updates to a single device or manage scaled deployments
Learn more →
A complete documentation of all the Blynk features, commands, examples, instructions and tutorials
If you have questions, or want to share your ideas and projects you work on – join our friendly forum
Be sure to follow for product and business updates, tutorials and helpful industry news
Blynk HTTP RESTful API allows to easily send and get data from hardware, cloud, and apps using HTTP requests