Skip to content

Getting Started

What you should read in what order, depending on what you're trying to do.


I just want to power it up and start charging

Go to Connecting to Regulator, then Initial Settings. Power-up and WiFi connection from any phone / tablet / laptop, then a guided walk through every Settings tab.

I'm installing this on a boat for the first time

Three stages — collectively called Commissioning:

  1. WiringPhysical Installation covers alternator type (P-type vs N-type), wire sizing, fusing, connector ratings, and the BAT+ input protection.
  2. Current sensorCurrent Sensor covers the Hall-clamp installation. Pass the alternator output cable through the jaw; close the jaw; plug it in.
  3. Power up + WiFiConnecting to Regulator gets you from power-on to a dashboard loaded in a browser.
  4. ConfigureInitial Settings walks through every Settings tab in order.
  5. Run the engine, watch the dashboard, tune to taste.

I want to understand the system before installing

I want to develop / modify the firmware

Something's not working

Troubleshooting covers the common failure modes — boot loops, WiFi issues, sensor errors, lockouts, and recovery procedures.


Conventions used in this documentation

  • Variable names appear like_this in code-style font. They match the firmware exactly so you can grep for them.
  • GPIO pin numbers are GPIO numbers, not header-pin or schematic-reference numbers.
  • Settings names in form rows match the dashboard label, not the firmware variable. Both forms are usually shown when introducing a setting.
  • Defaults are 12 V system class unless noted. 24 V / 48 V systems auto-scale most thresholds based on BulkVoltage.
  • Cross-references link to the source-of-truth page for each topic. Most pages have a Cross-references section at the bottom.

Help and feedback

The project is open-source. Issues, pull requests, and discussion go on the GitHub repository.