Arduino 3D Scanner DIY - 4
Arduino 3D Scanner DIY - 4
Introduction
FabScan is an open-source, do-it-yourself 3D laser scanner.
It started out as a Bachelor's thesis by Francis Engelmann, supervised by René Bohne.
Scanner 3D - FabScan
You can nd of cial project here.
I made my own box from MDF hood sheets and use different hardware parts.
I decided to make this guide to show to you my work.
All credits for Arduino software and computer application goes to FabScan team, so
thank you very much for this great open source 3D laser scanner!
Dev: Francis Engelmann
Date:22/11/2015
Of cial page: hci.rwth-aachen.de/fabscan
We will use the "FabScan Ubuntu Live DVD" image that was created by Mario Lukas. You can download it from here, this image has preinstalled the FabScan software. You
can write the image on a ash drive with Win32DiskImager (download link) and use it without installing linux os on your system.
You can nd more options for other operating systems here.
Important note! If you use the "Try Ubuntu" option make sure to save your les before shutdown the computer!
Select SerialPort
Select Camera
Click on "Fetch Frame" and make sure that the blue horizontal line touches the top of the turning table and the yellow horizontal line touches the bottom of the
turning table. Also the yellow vertical line should pass through the center of the turntable. A non aligned camera will result in distorted scans!
POWERED BY
https://www.ardumotive.com/arduino-3d-scanner.html 1/4
10/13/2019 Arduino 3D scanner DIY - Customized FabScan Project - Ardumotive Arduino Greek Playground
After setup close control panel window, put an object inside scanner and press the start scan button.
Tip: You can change the con guration.xml le of FabScan by following this guide.
Saving 3D image:
When scanning procedure is completed you can save the scanned 3D object as an 3D pointcloud .pcd or .ply le. You can also save it as an 3D stl le but this doesn't work to all
platforms. If you would like you can also open an older scanned object by selecting File - OpenPointCloud.
What next? You can use MeshLab for processing scanned object and then print it with a 3D printer!
The end :D
Many many thanks to FabScan team!!!
Ardumotive - Arduino Workshop requires you to verify your email address before posting. Send verification email to [email protected] ×
△ ▽ • Reply • Share ›
void step()
myStepper.setSpeed(1);
myStepper.step(1);
thanks
Jonathan
△ ▽ • Reply • Share ›
/*
//current motor: turn a single step
void step()
{
if(currStepper == TURNTABLE_STEPPER){
digitalWrite(STEP_PIN_0, LOW);
}else if(currStepper == LASER_STEPPER){
digitalWrite(STEP_PIN_1, LOW);
}
delay(3);
if(currStepper == TURNTABLE_STEPPER){
digitalWrite(STEP_PIN_0, HIGH);
}else if(currStepper == LASER_STEPPER){
digitalWrite(STEP_PIN_1, HIGH);
}
delay(3);
}
*/
void step()
{
myStepper.setSpeed(1);
myStepper.step(1);
}
△ ▽ • Reply • Share ›
How to use the How to use the Raindrops sensor module How to use an I2C LCD 16x2 with Arduino - Ardumotive
with Arduino - Ardumotive Arduino Greek Playground Arduino Greek Playground
POWERED BY
1 comment • 2 years ago 16 comments • 3 years ago
https://www.ardumotive.com/arduino-3d-scanner.html 3/4
10/13/2019 Arduino 3D scanner DIY - Customized FabScan Project - Ardumotive Arduino Greek Playground
Nurul Ashiqin Maizan — Thank you so much for posting this Hared Meza — 'POSITIVE' was not declared in this scope
Avatartutorial. It means a lot to me! I was struggling so hard figuring out Avatar
the code till I found your post! Would really love to recommend you
How to use PIR Motion Sensor with Arduino - Ardumotive How to use an 8-Digit Seven Segment Display with
Arduino Greek Playground MAX7219 - Ardumotive Arduino Greek Playground
6 comments • 2 years ago 17 comments • 2 years ago
georgebirbilis — λογικά στο https://learn.adafruit.com/... πρέπει να Ernesto Aides — Hola Nicola,
Avatarείναι το σωστό (απλά εκεί δείχνει feedback σε LED αντί στη serial AvatarDescubri al final que si ponia en cascada la alimentacion de los
output). Έλειπε ένα } else { μάλλον που τώρα φαίνεται να μπήκε modulos se producia el error, incluso con una fuente externa. Al
✉ Subscribe d Add Disqus to your siteAdd DisqusAdd 🔒 Disqus' Privacy PolicyPrivacy PolicyPrivacy
nd us on dwrean.net
Donate us Visit the biggest Arduino Shop in Greece! nd us on Codebender
About us
nd us on Instructables
License
Cookies policy
Developed and designed by Vasilakis Michalis Copyright © 2013 Ardumotive All Rights Reserved
POWERED BY
https://www.ardumotive.com/arduino-3d-scanner.html 4/4