ArduConfigurator
Hi all,
I wanted to share a project we’ve been working on: ArduConfigurator, a browser based configuration tool for ArduPilot.
Site: https://arduconfigurator.com
Source: https://github.com/j-w9/arduconfigurator
The goal is to make ArduPilot setup feel closer to Betaflight Configurator: a guided, configuration first experience rather than a raw parameter editor or a full ground station. Things like ports, receiver, outputs, power, OSD, and VTX are laid out as a walk through setup flow instead of being scattered across menus or buried in the parameter list, so getting a vehicle configured is much more approachable. It also handles firmware flashing.
The aim is that you can take a copter from flashing to flying without needing Mission Planner or QGroundControl, though it works for configuring other ArduPilot vehicles too.
It runs in the browser over Web Serial with no install, and there are installable desktop builds with native serial if you’d rather work offline.
The project is still new and under active development, so feedback, bug reports, and feature ideas are all welcome. The GitHub repo above is the best place for issues and contributions.
This is a joint effort with jb-01 (https://github.com/jb-01), co-developer on the project.
Thanks for taking a look, and we’d love to hear what you think.