secubox-deb/hardware
CyberMind-FR dd384da66a feat(eye-remote): Add display state machine with splash and fallback modes
Display system for Pi Zero Eye Remote (HyperPixel 2.1 Round 480x480):

Splash Screen (splash.py):
- Animated phoenix logo for boot/halt/start/reboot states
- Pulsing glow effects with fire colors
- Progress indicator ring with rotating dots
- Fallback phoenix symbol if logo image missing

Fallback Display Manager (fallback_manager.py):
- Connection state detection (OTG 10.55.0.1, WiFi secubox.local)
- Four modes: OFFLINE, CONNECTING, ONLINE, COMMUNICATING
- Local metrics radar with 6 concentric rings
- 3D rotating cube with module icons when connected
- Rainbow sweep line animation

Touch Analysis Tools:
- touch_analyzer.py: Noise pattern analysis (Y-axis oscillation at stable X)
- touch_calibrate.py: Corner target display for manual calibration
- touch_filter.py: X-stable noise filtering

Radar Variants:
- radar_flashy.py: Vibrant colors with 3D cube
- radar_concentric.py: Balanced metric arcs centered at 12 o'clock
- radar_rainbow.py: Rainbow colorization with sweep
- radar_full.py: Complete feature set

Also includes:
- Hardware Smart-Strip module specs (SBX-STR-01)
- Host configuration for USB OTG network
- Systemd service for USB auto-mode

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-28 14:48:00 +02:00
..
smart-strip feat(eye-remote): Add display state machine with splash and fallback modes 2026-04-28 14:48:00 +02:00
README.md feat(eye-remote): Add display state machine with splash and fallback modes 2026-04-28 14:48:00 +02:00

SecuBox Hardware

Hardware designs and documentation for SecuBox peripherals.

Contents

Directory Description
smart-strip/ SecuBox Smart-Strip v1.1 - USB-C powered PDU with I²C control

Smart-Strip

4-outlet smart power strip with:

  • USB-C PD input (up to 100W)
  • Individual relay control per outlet
  • I²C secondary interface (JST-SH Qwiic compatible)
  • Default I²C address: 0x42

Fritzing part: smart-strip/secubox-smart-strip.fzpz

See smart-strip/README.md for wiring examples (RPi, ESP32, Arduino).

PCB Manufacturing

Production PCBs are designed in KiCad (4-layer USB HS controlled-impedance). Fritzing files are for documentation and community sketches only.


CyberMind / SecuBox Hardware