#include <Hublink.h>
const int cs = A0; // SD card
Hublink hublink(cs);
void setup()
{
Serial.begin(9600);
SPI.begin(SCK, MISO, MOSI, cs);
if(hublink.begin()) {
Serial.println("✓ Hublink.");
} else {
Serial.println("✗ Failed.");
}
}
void loop()
{
hublink.sync(); // blocks when ready
// do your stuff here!
}
Hublink is a platform for managing, syncing, and monitoring data. It magically transfers your data to the cloud.
We call nodes any device that collects data onto a memory card, like an Arduino. Gateways are the centralized devices used for gathering data from nodes. Gateways use Hublink to coordinate settings and data transfer to the cloud (e.g., Amazon S3) while the Hublink dashboard provides data analytics and insights.
Pre-configured nodes starting at $89; pre-configured gateways starting at $399. View Pricing →
Hublink is the only full-stack solution (from node to cloud) focused on transferring whole files using Bluetooth Low Energy (BLE). Standalone or grouped gateways make data transfer ultra-efficient and give you reconfigurability on the fly from the Hublink dashboard.
An embedded device using the Hublink library to mediate efficient file transfer.
A centralized device used to find, connect, and manage data transfer from nodes to the cloud.
A dashboard web-app with API endpoints to sync gateway settings while providing data access and insights.
A client library to interact, consume, and sync with Hublink-created data.
Learn more in the documentation →
| Feature | Things Board | AWS IoT | Balena | Hublink |
|---|---|---|---|---|
| Node Library | ||||
| Built-in BLE Support | ||||
| S3 Integration | ||||
| Offline Mode | ||||
| Mobile Web Interface |
| Feature | LoRa | WiFi | BLE |
|---|---|---|---|
| Battery-Efficient | |||
| High Speed Data Transfer | |||
| No Internet Required | |||
| Easily Reconfigured | |||
| Range (~100m) |
Access your dashboard, download data, and easily create plots from anywhere using your secure
<secret_url>.
Your dashboard will appear at:
https://hublink.cloud/<secret_url>
Full access on-the-go with the mobile-friendly web app. Manage and monitor from your smartphone or tablet.
To start with Hublink, you will need a <secret_url>
and
Hublink
hardware.