Your board,
on your phone.

Control your Arduino, ESP32 or ESP8266 from your iPhone. Widgets bind to pins. Sensor data streams in live.

Free. No ads, no subscriptions, no device limits.

Plynx dashboard for a single board: a light switch, a temperature gauge and a humidity display

Drag a widget. Bind it to a pin. Your hardware does the rest.

How it works

Fifteen minutes, soldering included

The dashboard should not take longer than the project itself.

1

Create a project in the app

Drag widgets onto the canvas and bind each one to a pin. Buttons drive outputs, gauges and charts read sensors.

2

Flash this on your board

The classic device library plus the token the app gives you. Nothing else to configure.

greenhouse.ino
#define PLYNX_PRINT Serial
#include <WiFi.h>
#include <PlynxSimpleEsp32.h>

char auth[] = "YOUR_AUTH_TOKEN";
char ssid[] = "YOUR_WIFI";
char pass[] = "YOUR_WIFI_PASSWORD";

void setup() {
  Serial.begin(115200);
  Plynx.begin(auth, ssid, pass);
}

void loop() {
  Plynx.run();
}
3

Done. They are talking

Values stream in live, taps and slides reach your pins instantly. Full walkthrough in the docs.

Widgets

Over 20 widgets, each one configurable

Buttons, sliders, gauges, charts, joystick, RGB picker, LCD, terminal, level indicators, timers and more. Pick the pin, the range, the refresh rate, the color. Themes that look good in light and dark.

Build your first dashboard
Widget configuration sheet for a gauge, with live preview, pin binding, range and refresh rate
Plynx dashboard in dark theme

Privacy

Your data, your server

Plynx talks directly to a small open source server you can host on any Raspberry Pi. No cloud account with us, no telemetry, nothing in the middle. Not into self-hosting? A free public instance is available too.

  • One jar file, runs on a Pi Zero 2 W
  • Sensor data never leaves your network
  • Everything keeps working when the internet is down
Read the self-hosting guide

Home Screen widgets

Toggle a pin without opening the app.

Apple Watch

Sensors and switches on your wrist.

Offline mode

Last known values, even with no signal.

Free forever

No ads, no subscriptions, no device limits.

Great for

  • Irrigation systems
  • Aquarium controllers
  • Garage doors
  • Weather stations
  • Water tanks
  • Battery monitors
  • Whatever you are soldering this weekend

Your hardware is waiting

Grab the app, flash the library, and see your first sensor value before your coffee gets cold.