Skip to main content

Welcome to VWire

VWire is a cloud IoT platform for connecting, monitoring, and controlling devices from anywhere. Build real-time dashboards with drag-and-drop widgets, receive push and email alerts, send remote commands to hardware, and update firmware over-the-air without managing any infrastructure.


How it works​

  Your Device ──MQTT/TLS──▢ VWire Cloud ──Real-time──▢ Your Dashboard
β–² β”‚
└──────────── Commands (pin writes) β—€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
  1. Device connects to mqtt.vwire.io:8883 using its auth token.
  2. Device publishes sensor data to virtual pins (V0–V255).
  3. VWire stores the data and forwards it in real-time to your dashboard.
  4. Widgets render the data and let you send commands back to the device.

Core concepts​

ConceptDescription
PinsVirtual, digital, and analog channels used by widgets and device code
ProjectA named dashboard containing widgets; shareable with other users
WidgetA UI element bound to a virtual pin β€” displays data or sends commands
DeviceHardware authenticated by an auth token and a device ID
NotificationIn-app, email, or mobile push alert triggered by device conditions

Quick navigation​


Libraries​

LibraryLanguageSource
VWire ArduinoC++ (ESP32, ESP8266, Arduino)Official VWire Arduino library
VWire PythonPython 3Official VWire Python library

Plans​

PlanDevicesProjectsData RetentionData Points/Day
Free1057 days10,000
Pro305090 days500,000
Pro+10020090 days1,000,000
EnterpriseUnlimitedUnlimited365 daysUnlimited

Visit app.vwire.io to sign up, or check Billing Settings to upgrade.