Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cnc:froehliche_wissenschaft [2019/01/03 18:33]
admin [Froehliche Wissenschaft]
cnc:froehliche_wissenschaft [2020/02/14 16:47]
admin [Hardware]
Line 1: Line 1:
-===== Froehliche Wissenschaft =====+===== Die Fröhliche Wissenschaft =====
  
 {{:cnc:froehlichwissenschaft_aufbau_01.jpg?600|}}\\ {{:cnc:froehlichwissenschaft_aufbau_01.jpg?600|}}\\
-A CNC controll system for the installation "[[http://anklam-henninger.de/|Fröhliche Wissenschaft]]by Thomas Henninger and Axel Anklam in cooperation with Wolfgang Spahn at the federal ministry of education and research in Berlin, 2014.\\ + 
-It's based on a Raspberry Pi that controls an Arduino with three stepper motors and two gear motors. An other Arduino is for the chalk control.\\ +The installation [[http://anklam-henninger.de/|Die Fröhliche Wissenschaft]] by Thomas Henninger and Axel Anklam in cooperation with Wolfgang Spahn is running in the conference room at the Federal Ministry of Education and Research in Berlin, 2014.\\ 
-{{:cnc:froehlichwissenschaft_aufbau_02.jpg?300|}}\\+ 
 +It's based on a Python program that runs on a Raspberry Pi that controls an Arduino with three stepper motors and two gear motors.\\ 
 +An other Arduino is for the chalk control.\\ 
 + 
 +All controlling systems, the hard - and software was designed and made by Wolfgang Spahn 2014.\\
  
 ---- ----
 ==== Software ==== ==== Software ====
 +
 +Here is the code for a CNC control system of the installation:\\
    * {{ :cnc:froehliche_wissenschaft_main.zip |}}    * {{ :cnc:froehliche_wissenschaft_main.zip |}}
    * {{ :cnc:helpprograms.zip |}}    * {{ :cnc:helpprograms.zip |}}
Line 13: Line 19:
    * {{ :cnc:plotter_control_85.zip |}}    * {{ :cnc:plotter_control_85.zip |}}
    * {{ :cnc:manual.zip |}}    * {{ :cnc:manual.zip |}}
 +
 +{{:cnc:froehlichwissenschaft_aufbau_02.jpg?400|}}\\
 +
 +==== Hardware ====
 +
 +The controlling is done with:\\
 +   * a [[https://www.raspberrypi.org/|Raspberry Pi B+]]
 +   * a [[https://paperpcb.dernulleffekt.de/doku.php?id=raspberry_boards:paperduinopi|Paper Duino Pi]]
 +   * three [[https://paperpcb.dernulleffekt.de/doku.php?id=arduino_boards:stepper_motor_board|Stepper-Motor-Board]]
 +
 +----
 +==== License ====
 +
 +The Paper Duino Pi and the Stepper-Motor-Board are designed by **Wolfgang Spahn** 2012-14\\
 +All programs are written by **Wolfgang Spahn** 2014.\\
 +They are licensed under a [[http://creativecommons.org/licenses/by-nc-sa/4.0/"|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].
 +
 +<html>
 +<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> 
 +</html>
  
 ---- ----