- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Fishino now supported on Blynk! Make your drag&drop mobile app to control it instantly
Blynk is a Platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet.
It’s a digital dashboard where you can build a graphic interface for your project by simply dragging and dropping widgets.
It’s really simple to set everything up and you’ll start tinkering in less than 5 mins.
Blynk is not tied to some specific board or shield. Instead, it’s supporting hardware of your choice. Whether your Fishino, 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.
With the new library release v0.3.8, the astonishing IoT fast tinkering mobile app builder is supporting Fishino, our Arduino compatible development board with WiFi, microSD cards reader and RTC on board. There are three versions of Fishino:
- Fishino UNO, is the entry-level board of Fishino family. It’s a board 100% compatible with the famous Arduino UNO, but with many add-ons which greatly enhance its capabilities.
- Fishino MEGA, the second board of Fishino family. It’s a board 100% compatible with the famous Arduino MEGA, can be powered by a single cell LiPo battery, which gets automatically charged when another power supply is available.
- Fishino GUPPY, is the third board of Fishino family. It’s a board 100% compatible with the famous Arduino NANO, can be powered by a single cell LiPo battery, which gets automatically charged when another power supply is available.
You can purchase Fishino here and download the Blynk starter kit here.
The new library is supporting the following features:
- New boards support:
- Fishino.it
- Bluetooth Smart (4.0 LE) support [ BETA ]
- RedBear Duo
- RedBearLab BLE Mini
- RedBearLab BLE Nano
- Simblee BLE
- RFDuino BLE
BlynkSimpleSerial
class is deprecated now!- Please use our new, better USB/Serial examples
- Fixed 128 Virtual Pins for ESP8266
- Fixed
Bridge.virtualWrite(pin, ...)
with multiple parameters - Enabled SSL fingerprint check for ESP8266
- Fixed info sending for Arduino WiFi Shield and ESP8266 WiFi Shield
- Auto-generate Ethernet MAC address based on Auth Token
- Remove CC3000 socket inactivity timeout
- Updated Travis build system
Full list of supported hardware:https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md39
You can download latest library here:
https://github.com/blynkkk/blynk-library/releases/latest59
You can also contribute to Blynk Wiki: https://github.com/blynkkk/blynk-library/wiki15