Meera Sanghani

From (art)scienceblr
Revision as of 14:33, 9 March 2017 by Meera sanghani (Talk | contribs)

Jump to: navigation, search

Challenge Accepted
Task:Use motors In the previous course the only encounter with motors was using them with a module and arduino. Transistors and diode circuits I hadn't touched upon. I had experimented with Unity and serial communication. I thought of creating something dance oriented but since we weren't having accelerometers but we're using motors there was a change of plans. The LDR circuit couldn't be easily stitched with the diode circuit just like two libraries being fused in the IDE. So we moved ahead with the potentiometer and remade the circuit in a compact format. As a consumer product I feel it can be a valuable addition to an artist's toolset. I expect to figure out the coding back end more smoothly through this course while keeping the sensor interaction simple.

Sensors

Tilt Sensor
A Tilt Sensor or a Tilt Switch is a component that detects orientation of an object. There are different types of tilt sensors based on the axes it can measure. A simple tilt sensor is basically a switch that will turn ON or OFF based angle or orientation of the sensor. Such sensor is useful for single axis tilt detection.
How does it work?
The tilt sensor is cylindrical and contains a free conductive rolling ball inside with two conductive elements (poles) beneath. When the sensor is completely upright, the ball falls to the bottom of the sensor and connects the poles, allowing the current to flow. When the sensor is tilted, the ball doesn’t touch the poles, the circuit is open, and the current doesn’t flow. This way, the tilt sensor acts like a switch that is turned on or off depending on its inclination. So, it will give digital information to the Arduino, either an HIGH or a LOW signal.
Materials Used
Arduino, Bread board, Led/buzzer, Tilt sensor module, Jumper wires