Projects

Voice Agent on Rosmaster X3 Plus

Published:

Voice-Controlled Robot Agent - Jetson Orin NX + Rosmaster X3 Plus
  • ๐ŸŽ™๏ธ Full voice control: Give spoken commands (โ€œlift armโ€, โ€œmove forwardโ€) the robot acts in real time
  • ๐Ÿค– Fully offline: All speech, intent, and logic run locally on Jetson zero cloud, zero latency
  • ๐Ÿง  NVIDIA NeMo: ASR (speech-to-text) and TTS (text-to-speech) on-device
  • ๐Ÿ”— Direct robot integration: Controls all hardware: motors, arm, speaker

โœฆ

ArthurCam โ€“ Smart Home IoT Demo

Published:

๐Ÿ”ด Live Stream & Real-Time Control
Test it live:
  • ๐Ÿ’ก Turn the lamp on/off
  • ๐Ÿ”† Blink LEDs
  • ๐Ÿ’ฌ Send a message
  • ๐Ÿ“ก All actions update instantly on the live stream

ArthurCam โ€“ Real-Time Smart Home Demo

  • ๐ŸŸข Live control: lamp, LEDs, and OLED display โ€” direct from your browser
  • ๐Ÿ“ก 24/7 video streaming from the Arduino-based setup
  • ๐Ÿ’ฌ Instantly send messages and see them appear live
  • โ˜๏ธ Cloud IoT integration with real server-side logic

๐Ÿ”— Source Code & Docs


โœฆ

UAV Flight Simulation: Parsing to Animated Visualization

Published:

Autonomous UAV Simulation Pipeline โ€“ Technical Assignment
  • ๐Ÿ›ฉ๏ธ Autonomous flight simulation: Parses mission instructions, simulates UAV motion with real physical constraints (constant speed, minimum turn radius)
  • ๐Ÿงญ Real-time azimuth calculation: Continuously updates heading to guide the UAV toward targets and trigger holding patterns at waypoints
  • ๐Ÿ“Š Dynamic visualization: Animated Python (matplotlib) rendering, showing live flight path and a rotating arrow for nose direction
  • โš™๏ธ C++ core, Python for animation: Data pipeline from parsing through physics to graphical output
UAV Flight Simulation Demo

โœฆ

NVIDIA Metropolis: Real-Time Multi-Camera Tracking

Published:

Multi-Camera People Tracking โ€“ NVIDIA Metropolis & DeepStream
  • ๐Ÿ“น 4 camera feeds: Unified real-time DeepStream pipeline for people tracking
  • ๐Ÿ—บ๏ธ Homography calibration: Accurate spatial mapping between cameras & floorplan
  • ๐Ÿ‘๏ธ TrackIDs mapped live: Consistent IDs & positions visualized on a shared map
  • ๐ŸŽ›๏ธ Graphical overlays: Synchronized detection from all angles in one interface
Multi-Camera Tracking Demo

โœฆ