- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 6 days ago
- Understanding the Mechanics of 3D PrintingPosted 2 months ago
- SDS011 the Air Quality SensorPosted 3 months ago
- NIXIE STYLE LED DISPLAYPosted 6 months ago
- TOTEM: learning by experimentingPosted 6 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 7 months ago
- Water Softener Salt Level MonitorPosted 7 months ago
- Sparkly Air SensorPosted 7 months ago
- Ultra sonic distance finder with live statusPosted 7 months ago
- Windows interface to have total control over lampsPosted 7 months ago
Blynk – Fast Mobile App Tinkering for Arduino and Raspberry Pi
Blynk is a Platform with iOS and Android apps to control Arduino, Raspberry Pi. It’s a digital dashboard where you can build a graphic interface for your project by simply dragging and dropping widgets. Blynk is not tied to some specific board or shield. Instead, it’s supporting hardware of your choice. Whether your Arduino or Raspberry Pi is linked to the Internet over Wi-Fi, Ethernet or this new ESP8266 chip, Blynk will get you online and ready for the Internet Of Your Things.
Blynk initial setup is very easy, as described here. Just:
- download the App
- install the library on Arduino, Raspberry or on the board you’re using
- Build your project
On the website you can find a rich documentation and a vivid community that is sharing sketches and support over the application.
Features offered:
- Similar API & UI for all supported hardware & devices
- Connection to the cloud using:
- Ethernet
- WiFi
- Bluetooth LE
- USB (Serial)
- …
- Set of easy-to-use Widgets
- Direct pin manipulation with no code writing
- Easy to integrate and add new functionality using virtual pins
- History data monitoring via History Graph widget
- Device-to-Device communication using Bridge Widget
- Sending emails, tweets, push notifications, etc.
- … new features are constantly added!
You can find example sketches covering basic Blynk Features. They are included in the library. All the sketches are designed to be easily combined with each other
Source: Blynk