Skip to content
Back to Home
EN한글
Archived

ESP8266 Motor Web Control

Firmware that serves a motor-control web UI over device Wi-Fi

ESP8266 AP-mode firmware with async web server driving DC motors via PWM.

Overview

My role
Firmware + web UI (solo)

Operational context

Wanted browser-based motor control without a separate router setup.

Users & stakeholders

  • Makers controlling motors over Wi-Fi

Problem

DC motor control usually needs a wired or router-dependent setup.

Constraints

  • Runs on ESP8266 resource limits

My ownership

  • Implemented AP-mode hosting and PWM control UI

Solution

Device hosts Wi-Fi AP and serves a control UI for real-time PWM.

Technologies

C/C++ESP8266

Evidence links