Skip to content

jdrew1303/Clinostat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 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 30 rpm and the y axis at 60:

void loop() {
    spin_continuous(30,60);
}

Or to run as a random positioning machine, this will run a random walk routine as specified in ESA's work:

Warning

The RPM function is work-in-progress.

void loop() {
    RPM();
}

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

Contributors

Dan Dragomirescu @dragomda

About

Open-source RPM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.8%
  • Python 10.8%
  • Objective-C 5.4%
  • C 2.0%