Skip to content

wahabk/Clinostat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClino - Open-source 3D clinostat

Open-source 3D clinostat. A clinostat is a small scale microgravity simulator.

Clinostat cad! Clinostat real!

This is based on the European Space Agency's work, specifically on Jack Van Loon's clinorotation work.

OpenClino is designed to be simple, accessible, affordable, and reliable. It is designed to make use of 3D printing's strengths and requires no machining and minimum tools. To build OpenClino all non-printed parts are available off the shelf, mainly 3d printer stepper motors, belts, controllers, and skateboard bearings. All these parts are rated for thousands of hours of operation, and I have fully tested OpenClino to run for a minimum of 100 hours.

Documentation

Clinostat build!

I have provided:

Quick Usage

To run in clinorotation mode simply add these to your arduino's loop function, this will run the x axis at 3 rpm and the y axis at 4:

void loop() {
    spin_continuous(3,4);
}

Don't forget to set the output pins for you motor controllers!

Partial Gravity Simulation

Partial gravity simulations are now possible since Version 0.5.0. Instructions available in docs/1_documentation.md/.

Partial gravity simulation.

Contributors

Dan Dragomirescu @dragomda