Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.15 KB

File metadata and controls

33 lines (20 loc) · 2.15 KB

About This Fork

This repository is a fork of the ESP32 Marauder firmware with modified capabilities specifically for CYD (Cheap Yellow Display) builds.

Primary Modifications:

  • Battery Monitoring Support: Integrated support for the Adafruit MAX17048 Battery Fuel Gauge connected to port CN1, providing real-time battery percentage display in the top-right corner of the screen.

  • GPS Port Relocation: To accommodate the battery gauge, GPS functionality has been moved to the bottom port (P5).

  • Removed Marauder CLI: CLI support has been dropped due to limited IO availability. The philosophy behind this decision is that devices with screens should leverage their display capabilities rather than rely on CLI interfaces. For CLI needs, an ESP32 Dev board would be more appropriate.

Recommended Hardware

The ESP32 Marauder Battery Mod Kit is the primary board recommended for this fork, providing an integrated solution with all necessary components.

Alternatively, you can achieve the same functionality using the Adafruit MAX17048 board and a compatible GPS module with your existing CYD hardware.

Getting Started

Web Flasher

Flash your device directly from the browser using the web flasher: https://codehedge.github.io/Adafruit_WebSerial_ESPTool/

Downloads

Download the latest release of the firmware.

Documentation

Check out the project wiki for a full overview of the ESP32 Marauder features and capabilities.