HF-WS2812 Driver 0.1.0-dev
HF-WS2812 ESP32 RMT Driver
Loading...
Searching...
No Matches
📚 Reference

Reference materials, examples, and troubleshooting guides for the HardFOC ESP-IDF Project Tools.

Available Resources

Quick Reference

Common Commands

# Build an application
./scripts/build_app.sh <app_type> <build_type>
# Flash to ESP32
./scripts/flash_app.sh flash <app_type> <build_type>
# Monitor output
./scripts/flash_app.sh monitor
# List available ESP32 devices
./scripts/flash_app.sh ports
# Flash to specific device (when multiple connected)
./scripts/flash_app.sh --port /dev/ttyACM1 flash <app_type> <build_type>
./scripts/flash_app.sh -p /dev/ttyUSB0 monitor

Configuration

  • Main config: app_config.yml
  • Build config: build_config section
  • Flash config: flash_config section

Getting Help

Examples by Use Case