esp32-workbench-wifi

Configure AP/STA modes and provisioning flows for ESP32 WiFi testing.

161|53|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/SensorsIot/Universal-ESP32-Workbench --skill esp32-workbench-wifi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: esp32-workbench-wifi
Source: https://github.com/SensorsIot/Universal-ESP32-Workbench/tree/main/.claude/skills/esp32-workbench-wifi
Command: npx skills add https://github.com/SensorsIot/Universal-ESP32-Workbench --skill esp32-workbench-wifi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill consolidates ESP32 WiFi provisioning and testing into a single, repeatable workflow, reducing manual steps during development and testing.

Core Features & Use Cases

  • WiFi Mode Control: Switch between AP, Station, and combined testing modes to validate DUT connectivity and provisioning flows.
  • AP/STA Management: Create and manage access point and station connections for end-to-end network testing.
  • Provisioning & Captive Portal: Facilitate device provisioning via captive portals and automated credential submission.
  • HTTP Relay & Diagnostics: Relay HTTP requests through the workbench network for devices under test and perform connectivity checks.

Quick Start

Start the workbench in wifi-testing mode and use the API to configure AP/STA, scan networks, and run the HTTP relay tests.

Frequently Asked Questions about esp32-workbench-wifi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ESP32 WiFi provisioning and AP/STA connectivity testing?

ESP32 HTTP relay validation is performed by relaying HTTP requests through the workbench network to devices under test. The wifi/http endpoint executes connectivity checks and diagnostics to verify network behavior.

What is the best way to manage ESP32 captive portal provisioning in a lab environment?

ESP32 AP/STA mode switching is supported through the wifi/ap_start and wifi/sta_join endpoints. These endpoints allow you to create access points, join station networks, and validate combined testing modes for devices under test.

Can I run ESP32 network scanning and HTTP relay validation without manual configuration?

ESP32 wifi-testing and serial-interface modes are supported for both laboratory and field scenarios. The skill implements robust error handling and mode validation to ensure reliable connectivity testing across different environments.

Why does ESP32 WiFi testing fail when switching between AP and Station modes?

ESP32 WiFi testing can fail during mode switching if mode validation errors occur. The skill implements robust error handling and validates AP/STA configurations before applying them to prevent connectivity drops and provisioning failures.