System Capabilities
SYSTEM // GUI
-
Serial Link Management: Auto-detect and manage your Arduino hardware connection.
-
Macro Engine: Create complex action sequences with key presses, humanized mouse inputs, and delays.
-
Global Keybinds: Assign any macro to a global hotkey for instant activation in the field.
-
Cognitive Analysis (AI): Capture any window and use Google's Gemini API for intelligent content description.
-
Modern UI: A sleek, themed interface powered by FlatLaf for a superior user experience.
-
Activity Logging: Keep track of all application events and communications in a detailed log.
HARDWARE // HID
-
Multi-HID Emulation: Acts as both a keyboard and a mouse simultaneously.
-
Command Protocol: Accepts a rich set of serial commands for precise hardware-level control.
-
Humanized Movement: Utilizes advanced algorithms for natural, non-linear mouse trajectories.
-
Fully Configurable: Tune typing delays and mouse behavior directly in the sketch.
-
Status Feedback: Transmits acknowledgments and error codes back to the host application.
-
High Performance: Optimized for responsiveness, with a warning for SRAM-constrained boards.
Stratagem Terminal
STRATAGEM TOUCH INTERFACE // ACTIVE
Activity Log
SYSTEM ONLINE
Deployment Protocol
01: Flash Controller
// Arduino IDE Procedure:
// 1. Open sketch .ino file
// 2. Tools > Board > [Select Board]
// 3. Tools > Port > [Select COM Port]
// 4. Hit Upload & Pray to Super Earth
02: Execute Interface
$ export GEMINI_API_KEY="your-api-key"
$ java -jar ArduinoGuiTester.jar
# For Liberty!