https://github.com/dashio-connect/arduino-dashiosamd_nina
DashIO library for connecting the DashIO Dashboard app to Arduino devices.
https://github.com/dashio-connect/arduino-dashiosamd_nina
Last synced: 2 months ago
JSON representation
DashIO library for connecting the DashIO Dashboard app to Arduino devices.
- Host: GitHub
- URL: https://github.com/dashio-connect/arduino-dashiosamd_nina
- Owner: dashio-connect
- License: mit
- Created: 2024-09-27T05:24:36.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-01-22T23:09:15.000Z (4 months ago)
- Last Synced: 2025-02-10T14:33:01.960Z (4 months ago)
- Language: C++
- Homepage:
- Size: 18.6 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://discord.gg/fqvhNV3GQB)
Be a part of the DashIO community by joining our [Discord Server](https://discord.gg/fqvhNV3GQB)
## Documentation
For the **DashIO** SAMD NINA library documentation: https://dashio.io/guide-arduino-samd
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 (12 January 2025)
- Fix BLE incoming message errors associated with some Android phones/tablets.
### 1.2.3 (23 January 2025)
- Improve BLE incoming message processing to handle longer messages correctly.