Turn M5Stick, Waveshare UGV robots, and IoT devices into A2A-compliant agents.
Connect physical hardware to the agent ecosystem. Turn sensors, robots, and IoT devices into A2A-compliant agents that other agents can discover and control.
| Device | Type | Capabilities |
|---|---|---|
| M5StickC Plus 2 | IoT/Sensor | IMU, display, LED, audio, WiFi scan |
| Waveshare WAVE ROVER | Robot | Motors, camera, pan-tilt, ultrasonic |
| Waveshare UGV Beast | Robot | Motors, camera, pan-tilt, arm control |
| Jetson Orin Nano | Compute | AI vision, strategy, agent hosting |
git clone https://github.com/QUSD-ai/hardware-skills
cd hardware-skills
bun install
import { createM5StickAgent } from '@qusd/hardware-skills/m5stick';
const agent = createM5StickAgent({
m5stickUrl: 'http://192.168.0.146',
port: 8000,
});
import { createUGVAgent } from '@qusd/hardware-skills/waveshare';
const agent = createUGVAgent({
ugvUrl: 'http://192.168.1.100:5000',
port: 3010,
});
/.well-known/agent.json