Device to Cloud Seamlessly.

The premier memory card mirror mirror

Arduino Sketch
#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!
}
Memory Card Cloud Storage

How it works

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.

Hobby

$19

Monthly
  • 500 Uploads/Month
  • 10GB Storage
Get Started
Popular

Pro

$49

Monthly
  • 5,000 Uploads/Month
  • 100GB Storage
  • Rapid Email Support
  • 7-day Version History
Get Started

Enterprise

$199

Monthly
  • 50,000 Uploads/Month
  • 1,000GB Storage
  • Rapid Email Support
  • 21-day Version History
  • Team Management
  • 5yr Cold Storage
Get Started

Pre-configured nodes starting at $89; pre-configured gateways starting at $399. View Pricing →

Full Stack Solution

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.

1
Hublink Node

An embedded device using the Hublink library to mediate efficient file transfer.

Arduino IDE • ESP32 • BLE
2
Hublink Gateway

A centralized device used to find, connect, and manage data transfer from nodes to the cloud.

Linux • Raspberry Pi • BLE
3
Hublink.cloud

A dashboard web-app with API endpoints to sync gateway settings while providing data access and insights.

Managed Server • REST API • Amazon S3
4
Hublink Client

A client library to interact, consume, and sync with Hublink-created data.

Amazon S3 • Python

Learn more in the documentation →

Platform
Technology
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)

Awesomely Accessible

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>

Perfectly Portable

Full access on-the-go with the mobile-friendly web app. Manage and monitor from your smartphone or tablet.

Hublink Mobile Webapp

Ready to start?

To start with Hublink, you will need a <secret_url> and Hublink hardware.

Tell us more