Everything you need to go from unboxing an ESP32 to a production IoT dashboard.
Flash your board, connect to the server, and build your first dashboard in under 5 minutes.
Complete guide to all 20+ widgets: buttons, sliders, gauges, charts, maps, terminals, and more.
Arduino/ESP/RPi library API, virtual pins, BLYNK_WRITE handlers, and advanced techniques.
Binary protocol deep dive: command codes, message structure, response codes, and packet examples.
How support threads, showcases and AI-friendly long-form posts will live in the public docs ecosystem.
Every widget has its own reference page with size rules, resize behavior and firmware contract.
Control widgets
Button
Momentary or toggle actuator for a single virtual or hardware pin.
Styled Button
A richer button with distinct on/off labels and color states.
Slider
Horizontal continuous input with min, max and send strategy options.
Vertical Slider
Vertical range control for compact side panels and console-style layouts.
Step
Increment and decrement control with fixed step size and optional send-delta mode.
Joystick
Two-axis XY control for steering, pan/tilt and motion surfaces.
zeRGBa
RGB color picker modeled after the classic Blynk-style control surface.
Segmented Control
Compact index selector for modes, presets and scene families.
Menu
Dropdown or picker surface that sends the selected item index.
Scene
High-level trigger surface that fires a preconfigured scene instead of a single pin write.
Timer
Schedule widget for time-based ON/OFF automation with server-managed execution.
Text Input
Freeform string input for commands, labels, tokens or terminal-like control fields.
Number Input
Numeric input with min/max constraints and compact keypad-driven editing.
Display widgets
Value Display
Fast numeric readout for single values like temperature, current or uptime.
Labeled Value
String template display with inline placeholder replacement for the current pin value.
Gauge
Circular analog-style meter for sensor values and percentages.
LCD
Character display widget inspired by classic 16x2 LCD modules.
LED
Simple indicator surface where brightness or on/off state mirrors a pin.
Level Display
Bar-like fill meter for quantities that need directional visual context.
Image
Static or state-driven image frame for diagrams, icons or board photos.
Data and advanced widgets
SuperChart
Historical and live chart surface with multiple streams, periods and annotations.
Terminal
Bidirectional terminal for commands, logs and line-oriented interaction.
Map
Live position widget with device points, tracks and board-originated GPS updates.
Table
Dynamic multi-row table fed by firmware commands and row updates.
Eventor
Automation rules widget for conditions, actions, mail and notification flows.
Tabs
Navigation widget that splits a large dashboard into multiple pages inside one project.
Service widgets
Notification
Service widget that emits push notifications rather than rendering UI on the canvas.
Service widget for sending mail notifications and alert summaries.
RTC
Background time-sync widget that exposes server time to firmware logic.
Bridge
Background bridge for writing pins on another device or token context.
Webhook
Non-visual automation widget for relaying events to external HTTP endpoints.
Protocol: TCP/SSL binary • Header: 1B cmd + 2B msgId + 2B len • Field separator: 0x00 • Server: plynx.cc:9443