Giter VIP home page Giter VIP logo

scancam's Introduction

A scanning camera in a giant sewer pipe. A Raspberry Pi camera module without lens is rotated and shifted to cover a 200mm disk. At each position a photo is taken and stitched to a giant image afterwards. Code is functional, hardware works, example images are ... well, not beautiful. On hold for now but might get around to finish this project at some point in the future.

sewage pipe camera example image

My design is based on the Lafodis160 an ESP-32 scanning camera by Henry Dietz and Paul Eberhart.

flashing GRBL

  • The cheap "CNC engraver shield" is not pin-compatible to the standard CNC shield, the STEP and DIR pins for all three axes are switched. Overwrite pin_map.h to deal with that. Cheap Arduino Nano clones may need the AtMega3288P (Old Bootloader) processor setting in the Arduino IDE, otherwise flashing will fail.

  • Remove the middle jumper (CFG2) from each stepper on the CNC shield to set the TMC2100 to 1/16th microstepping at spreadCycle

  • config.h needs to be replaced by the provided file to restrict the homing sequence to X axis (sensor on carriage) only

  • EEPROM settings for grbl are listed in grblsettings.txt

  • set the voltages for the NEMA8 motor to 0.2A (TMC2208 should be set to 0.3V at the VREF pin). More info: watterott

configuring Raspberry Pi OS

  • enable camera using sudo raspi-config

  • disable the red LED on v1 camera boards by adding disable_camera_led=1 at the end of /boot/config.txt

  • install python: sudo apt-get update && sudo apt-get install -y python3-pip

  • install the requirements: pip3 install -r requirements.txt

scancam's People

Contributors

volzotan avatar

Stargazers

Divya Pujara avatar Sean Stevens avatar

Watchers

 avatar  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.