Using the power of Arduino and utilizing the camera and powerful performance of a smartphone, QLRO has created a fantastic 3D scanner aptly named the AAScan. This innovative device leverages the ...
This is a student project for making a simple 3D scanner using Arduino, two stepper motors and an IR sensor. It rotates the object on a turntable and moves the sensor sideways, measuring distance and ...
// Function to get distance from ultrasonic sensor long getDistance() { digitalWrite(TRIG_PIN, LOW); delayMicroseconds(2); digitalWrite(TRIG_PIN, HIGH ...
OpenScan has created a low-budget, high quality DIY 3D scanning system, that is fully open-source and modular and available to purchase in a variety of different packs depending on your needs from ...
The DIY 3D Scanner is a device used in an object replication. This project is build for scanning actual object details using IR sensor with a custom electronic board. It features a full DIY 3D printed ...
The concept of a 3D scanner can seem rather simple in theory: simply point a camera at the physical object you wish to scan in, rotate around the object to capture all angles and stitch it together ...
I have a question about 3D scanning devices: Why aren't they easier to access? Today a project by Thomas Megel made the rest of the handheld smart device universe look silly by comparison. With ...
[Christopher] from the Bamberg Germany hackerspace, [Backspace], wrote in to tell us about one of the group’s most recent projects. It’s a Kinect-based 3D scanner (translated) that has been made ...
There is by no means a shortage of teams working on low-cost 3D printers. Kickstarter is absolutely overflowing with them. But, as many of those teams quickly realize, shipping hardware is hard. A ...
If you frequently use a 3D printer for your projects then you may experience issues calculating the material weight and length usage. If so, then you might be interested in this project using Arduino.