Giter Site home page Giter Site logo

marvinhill / 3d-scanner Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9.43 MB

This project contains software and 3d files for a 3d Scanner developed for the Virtual Reality Course at Hochschule Heilbronn in SoSE 2024.

Makefile 0.86% Go 40.62% HTML 52.86% CSS 2.31% JavaScript 3.35%

3d-scanner's Introduction

3d-scanner

This project contains software and 3d files for a 3d Scanner developed for the Virtual Reality Course at Hochschule Heilbronn in SoSE 2024.

Showcase

blueprint

trailer.mp4

Features

  • Manual control of the scanner movement on two axis
  • Motor leveling of the axis that holds the camera with end-switches
  • Automated photo mode where the scanner takes a specified amount of photos from multiple distributed angles, so that the images cover the object from all Sites

Structure

  • configuration: contains ansible playbooks to configure the rpi and install the scanner firmware, and caddy webserver.
  • firmware-rpi: contains firmware to controll the scanner
  • frontent-scanner: contains the frontend for the webservice to controll the scanner with a graphical ui
  • 3d: contains 3d files to build the scanner

3D Modells

stl files can be found in the 3d folder, look at the blueprint in the readme to understand where which part fits

Used Hardware

  • Raspberry Pi zero 2w
  • m3 screws & m3 threat inserts
  • eleego cabels
  • ELEGOO stepper motor x3 and driver board ULN2003 x3
  • 3d Printer & Filament
  • endswitch

Pins

  • motor table axis: pins index [3 5 7 11]
  • motor one camera: pins index [23 29 31 33]
  • motor two camera: pins index [8 10 12 16]
  • endswitch one: pins index [in:36, out:35]
  • endswitch two: pins index [in:38, out:37]

Driver

The gobot driver for stepper motors was used to controll the scanner 2 axis.

Software

Linux RPI Configuration

install ansible and docker on host system install pi-blaster (for gobot if older rpi is used, not needed for newer)

Gobot setup

oder version of rpi issue link

Build go

How To Build

linux: command: GOOS=linux GOARCH=arm GOARM=6 go build -o ./build/scanner

windows: (set GOOS=linux) & (set GOARCH=arm) & (set GOARM=6) & go build -o ./build/scanner

  • run docker compose to build the artifacts
  • then run the ansible playbook ansible-playbook -i production site.yml

Copy to rpi

scp scanner [email protected]:/tmp

3d-scanner's People

Contributors

marvinhill avatar gragongit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.