Loading...
Loading...
Found 3 Skills
Build a multi-board dashboard for XIAO ESP32S3: each board joins WiFi (STA mode), publishes its touch sensor value over MQTT, and accepts LED on/off commands, while a browser dashboard shows every board live and lets you toggle each LED. Use this skill whenever the user wants several ESP32S3 boards reporting to one web page, an MQTT-based sensor dashboard, "여러 esp32s3 대시보드", "MQTT로 여러 보드 연결", or mentions Mosquitto/Eclipse MQTT with an ESP32S3. For a single board with no broker, use the `xiao-esp32s3` skill's own SoftAP + web server example instead.
Bring up I2C sensors on a XIAO ESP32S3 and stream their values to serial: BH1750 ambient light, BME280 temperature/pressure/humidity, and BNO055 9-DOF fused orientation, individually as unit tests or all three together on one bus. Use this skill WHENEVER the task involves I2C sensors on an ESP32S3 — wiring one up, "센서 값 읽어줘", a sensor that answers the scan but reads zeros, unit-testing a module before trusting it, deciding whether a 0x76 part is a BME280 or a BMP280, or a BNO055 whose orientation stays at 0. It carries hardware-verified sketches and the address/clock traps that make a healthy-looking sensor return nothing.
Build and flash the XIAO ESP32S3 Sense camera web apps in STANDALONE AP (hotspot) mode: a Teachable-Machine-style dataset collector page and a live inference viewer page served by the board itself at http://192.168.4.1. Use this skill whenever the user wants the camera web app WITHOUT a router — classroom/education deployments, demos with no WiFi, per-student boards, or says "AP 모드", "핫스팟", "공유기 없이". For router (STA) mode use the xiao-webcam-sta skill instead.