- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 10 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 11 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 12 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