An open API service indexing awesome lists of open source software.

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.

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 **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.