OpenScan

From CoMakingSpace Wiki

OpenScan

MachineInfoBox

OpenScan

OpenScan.jpeg
Synonyms: DE: 3D-Scanner, Laserscanner
Type: 3D Scanner
Used with: smartphone
Location: 3D Printing Area
Access Requirements:
Tutors:

At Make Munich 2019 we met Thomas from the OpenScan Project. This project aims to create a cheap 3D scanning solution which can be built by anybody with access to a 3D printers and basic knowledge about electronics and soldering.
Since Thomas gave a free PCB and the needed electronic components to the CoMakingSpace, we decided to build the scanner. The PCB design, 3D printed parts and the software are entirely open source and can be accessed on the projects website. Ciaran kindly donated the NEMA 17 stepper motors.

Software Adjustments

Unfortunately, the Arduino Sketch provided by the OpenScan Project had a bug which resulted in the camera trigger not being triggered. This was due to the sketch trying to access the variable val4, which was declared at the beginning of the sketch, but never got initialized.

In order to fix the bug, we added val4 = EEPROM.read(44); into the function "AUSLOESEN". It might be a good idea to refactor the code in general in order to make it more stable.

Due to the uncertain licensing situation, Martin is currently keeping the adjusted code in a private repository. Once the code is refactored or the licensing becomes clear, the code will be open source as well.

Usage

In order to use the OpenScan, please connect your smartphone to the bluetooth dongle. Please see the two wires labeled "Android" and "iOS" and connect the one fitting to your smartphone to the OpenScan. Afterwards, start the program you want to use and wait until all pictures are taken.