GMU:Devices of Perception/Sebastian Kaye: Difference between revisions

From Medien Wiki
mNo edit summary
mNo edit summary
Line 141: Line 141:


Above: The finished Motor mechanism, attached to the Umbrella.
Above: The finished Motor mechanism, attached to the Umbrella.
Below: The circuit on the breadboard, DRV8825 Driver for the motor.
Below: The circuit on the breadboard, DRV8825 Driver for the motor.


Line 150: Line 151:


So I aborted this design process and instead bought a Arduino Proto-shield to solder my circuit to.
So I aborted this design process and instead bought a Arduino Proto-shield to solder my circuit to.
[[File:Proto_example.jpg]]
[[File:Proto_example.jpg]]


Line 174: Line 176:
long stepTime;
long stepTime;
int dir;  
int dir;  
long target;
long target;
long curPos;
long curPos;
Line 200: Line 201:
   }
   }
}
}


Here is a short video of the First Functioning moment. I am using a Potentiometer to control the Umbrella. Later this will be replaced by the Breathing Sensor.
Here is a short video of the First Functioning moment. I am using a Potentiometer to control the Umbrella. Later this will be replaced by the Breathing Sensor.


<iframe width="560" height="315" src="https://www.youtube.com/embed/Sn_Zn28_QuY" frameborder="0" allowfullscreen></iframe>
https://www.youtube.com/embed/Sn_Zn28_QuY


Breathing Sensor Version 1:
Breathing Sensor Version 1:
[[File:Breathing_sensor_v1.jpg]]
[[File:Breathing_sensor_v1.jpg]]