Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dashio-connect/arduin-dashio-utils
DashIO library for connecting the DashIO Dashboard app to Arduino devices.
https://github.com/dashio-connect/arduin-dashio-utils
android-app arduino ble dashboard iot iot-platform iphone-app mobile mqtt notifications wifi
Last synced: about 1 month ago
JSON representation
DashIO library for connecting the DashIO Dashboard app to Arduino devices.
- Host: GitHub
- URL: https://github.com/dashio-connect/arduin-dashio-utils
- Owner: dashio-connect
- Created: 2024-09-27T05:13:00.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T05:11:07.000Z (about 1 month ago)
- Last Synced: 2024-12-04T06:19:23.443Z (about 1 month ago)
- Topics: android-app, arduino, ble, dashboard, iot, iot-platform, iphone-app, mobile, mqtt, notifications, wifi
- Language: C++
- Homepage: https://www.dashio.io
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DashIO
So, what is **DashIO**? It is a quick effortless way to connect your IoT device to your phone, tablet or iPad using the free **Dash IoT** app. It allows easy setup of controls such as Dials, Text Boxes, Charts, Graphs, Notifications..., from your IoT device. You can define the look and layout of the controls on your phone from your IoT device. There are three methods to connect to your phone; Bluetooth Low Energy (BLE), TCP or MQTT.
What is **dash** then? **dash** is an IoT platform based on an MQTT server with extra bits added in to allow you to store data, manage your devices, send notifications, share your devices, and save your **Dash** app setup.
## Discord Community
[![](https://img.shields.io/discord/1313341785430429747?color=5865F2&logo=Discord&style=flat-square)](https://discord.gg/fqvhNV3GQB)
Be a part of the DashIO community by joining our [Discord Server](https://discord.gg/fqvhNV3GQB)
## Documentation
For the big picture on **DashIO**, take a look at our website: dashio.io
For all documentation and software guides: dashio.io/documents
## Dash IoT Application
The **Dash** app is free and available for both Apple and Android devices. Use it to create beautiful and powerful user interfaces to you IoT devices.
## Release Notes
For previous releases, please refer to github.com/dashio-connect/arduino-dashio, which is now obsolete.
### 1.2.0 (30 September 2024)
- Release to Arduino library
### 1.2.1 (1 October 2024)
- Updated library properties
### 1.2.2 (16 October 2024)
- New TextBox message helper functions for Int and Float
- Support for Table Control that will soon be released
- Minor efficiency improvements