Giter VIP home page Giter VIP logo

meteorrail's Introduction

MeteorStack

Motorized stacking rail project for micro and macrophotograhy, controlled by a Raspberry Pi.

Hardware

Components

  • Raspberry Pi
  • DM556 motor controller or an equivalent
  • Nema 17 stepper motor or an equivalent
  • 24 Volt power supply for the motor controller
  • Power jack female connector
  • 4x 1k Ohm resistors can depend of the transistor you use
  • 4x BC547B NPN transistors most NPN transitor can fit the bill
  • 1x 100 Ohm resistor can depend of the optocoupler you use
  • 1x KB 814 DIP-4 optocoupler
  • 2.5mm jack cable to trigger the camera
  • 2.5mm jack female connector

Schematic

Image of schematic Dont forget to configure your motor controller with the right current for your stepper motor

Software

Usage

In /software

  • Configuration in config.txt
[STEPPER_MOTOR]
motor_enable_pin = 17 # GPIO pins
motor_direction_pin = 27
motor_step_pin = 22
motor_delay = 3E-004
# Number of pulses needed to do one revolution, can be changed with the motor controller
pulses_per_rev = 400

[CAMERA]
# GPIO pin
camera_trigger_pin = 23
camera_trigger_delay = 0.2 # the time needed for the camera to detect that it had been triggered. Keep it as low as possible
camera_vibration_delay = 1 # delay for the all rail setup to stabilize before taking a picture
camera_taking_picture_delay = 0.2 # delay to let the camera take the picture before moving again during stacking

[STACKING]
number_of_shot = 10 # Number of pictures taken during a stack
number_of_step = 2 # Number of steps done for each picture taken
  • Execute meteor_stack

Developement

In /code

Prerequies

Compilation

Just execute compile.sh

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.