Arduino 3D Scanner DIY - 1
Arduino 3D Scanner DIY - 1
Arduino 3D Scanner DIY - 1
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
Arduino UNO
To build the box you will need 4x sheets of MDF wood, size 600mm x 300mm - 5mm.
You can nd more info here.
Arduino UNO
Gallery of my 3D scanner
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
I used a dremel cutting tool and my imagination to build my own box. This it not an easy procedure because the camera, stepper and laser module must be on the
correct position to successful scan an object. If you want to make your life easier you can also buy cutted parts for only 35euros from here.
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
1 comment • 2 years ago 16 comments • 3 years ago
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
POWERED BY
https://www.ardumotive.com/arduino-3d-scanner.html 3/4
10/13/2019 Arduino 3D scanner DIY - Customized FabScan Project - Ardumotive Arduino Greek Playground
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
All trademarks referenced herein are properties of their
POWERED BY
https://www.ardumotive.com/arduino-3d-scanner.html 4/4