Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.02 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.02 KB

3D-Scanner-Turntable

Controlling the fancy turntable of the David SLS 3D Scanner at FablabNürnberg

The turntable hardware was built as a student project. At that time, a simple arduino sketch was done to demonstrate that the table actually works. Each button press advanced the table by 30°. Hardcoded.

  


Here is an improved version of the turntable controller

  • Button press moves triggers a rotation, and then a scan. Send F5 via USB-HID to the David software.

  • Different rotation angles (and direction) is configurable.

  • Automate a complete 360° scan loop using a windows software that controls the Arduino via USB serial.