Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: Ultrasonic 3D motion capture (Orientator)

The Orientator project uses ultrasonic sensors and an ESP32 to track 3D hand and object motion without cameras, offering a low-cost alternative for gesture control and spatial input.

Background

- This is a **DIY open-source hardware project** called the *Orientator* — it uses **ultrasonic sensors** (like the HC-SR04 modules) to track 3D hand/motion position, similar to how a VR controller or motion-capture suit works, but built from cheap off-the-shelf parts. - Unlike camera-based systems (e.g., Kinect, iPhone Face ID, or OptiTrack), ultrasonic tracking uses **time-of-flight of sound waves** between emitters and receivers. It works well in bright light or near screens where cameras can blind or interfere. - The **creator** is an independent hardware hacker published on Hackaday.io — not a company. This matters because the project demonstrates that sub-centimeter 3D tracking is possible for under ~$50 in parts, competing with commercial systems that cost hundreds or thousands of dollars. - **Why it matters**: Ultrasonic motion capture is an old idea revived by cheap microcontrollers (ESP32, Teensy). If the accuracy numbers hold up, this could lower the barrier for indie VR, gesture control, or maker projects that need precise 3D motion without a camera.

Related stories