Skip to content

v0.1.0-alpha - Initial Alpha

Pre-release
Pre-release

Choose a tag to compare

@stackzac22 stackzac22 released this 07 Jun 04:50
· 4 commits to main since this release

Gadget Quarterback v0.1.0-alpha

🚀 Initial alpha release of the all-in-one HUD app for ESP32 ecosystem with RaspyJack integration.

What's Included

Android App

  • HUD Dashboard UI framework
  • ESPHome integration client
  • WiFi radar visualization service
  • Device registry and manager
  • Firmware bin file manager
  • RaspyJack SSH control integration 🆕

Desktop Tools

  • SD Card Helper CLI (Python)

    • RaspyJack device discovery
    • Network scanning support
    • Credential capture integration
  • SD Card Helper GUI (Electron/Vue)

    • User-friendly setup interface
    • SD card configuration

Documentation

  • Complete setup guides
  • RaspyJack integration documentation
  • GitHub Actions CI/CD workflows

System Requirements

  • Android: Rooted Nexus 5X or compatible (API 21+)
  • ESP32 Devices: M5Stack, CYD, ESP32-C5/C6, etc.
  • For RaspyJack: Raspberry Pi Zero 2W with Waveshare LCD HAT

Quick Start

# Clone repository
git clone https://github.com/stackzac22/gadget-quarterback.git
cd gadget-quarterback

# Build Android app
cd android-app
./gradlew build

# Install Python tools
cd ../sd-card-helper/cli
pip install -r requirements.txt