Complexity of Relationships through Representation of Gears (process + final)

concept

As a follow-up of my recent mid-term project, which makes use of threads to represent the places people in NTU have visited around campus, I decided that there would be a better use of materials in representing a digital form of my concept. Without venturing too far off the use of circles, and cyclical nature of how human relations are formed, I thought that using gears that move would be best suited for this final project.

As gears are normally fixed with other gears, and moves according to how its neighbors move, this was a direct way of representing how one thing leads to another – similar to how relations are formed through communication and interaction between one or multiple people at the same time. Also, the type of interactions we have with people can trigger various forms of reactions – emotional reactions I would say. By trigger it could mean a dialogue, a presence, the level of closeness with a particular person evokes certain emotions that range from pleasant to unpleasant. This would mean that every person’s reactions are personalized according to such variables when presented at that.

(add video of two family of gears moving at different speeds )

In the video clip above, I basically showed Kristy and Biju about my progress in using gears – playing around with the delay, speed of movement using Arduino software. It was highlighted that some gears had different “personas” to these gears, it would in a way, represent gears which are “personalized”.

At the same time, there were several more ideas that came to mind in use of materials and technologies used, where an the interactive element could be formed by adding a sensor.  With the use of distance sensor this would show the viewer’s interaction with the said personalized gear – that would trigger reactions in both the viewer and gears too. And when we tie this back concept, it does show some relationship aspect in representation of gears.

drafts/ideas to show concept

process of making gears

 

This was the website I visited to get accurate measurements of the gears that I wanted. https://woodgears.ca/gear_cutting/template.html

I was able to get customized version of the gears that  I wanted – from tooth spacing, number of tooth, rack&pinion ( which would be used eventually) and this helped a lot in making and “image trace” these images into Adobe Illustrator. Afterwards, I laser cut them in 3 mm thick plywood in the laser-cutting room at ADM Level 2. Prior to using gear generator, I simply took images off google – but that was not the best option, especially considering you do not know the exact measurements of the said gears. Hence, with my limited amount of budget for purchasing expensive plywood, it would be best to be precise with what gears to add in your Illustrator file.

 

Afterwards, I put the gears cap of the gears together with the cap of the servo motor – glued them together and they would form a moving gear!

I made use of different kind of servo motors – but eventually the most responsive one was the small Sservo motor (180d).  That worked well.

I also used rack&Pinions – which are elongated rectangular platfors that has teethr esembling the gears. It would be moved by the gears from one end to another. I was given suggestion to add something that bridges two or more families of gears together – so that there would be an interaction between them. However, because I customized the shapes of the gears and its teeth differently, it was hard for me to make another set of rack that bites well with gear. Fortunately, I made a rack that bites well and moves with the gear ( Type C Gear).

code used

 

 

 

 

I had several files of code to experiment the movement of servos. By playing around with the code made me realize how it takes a lot of power for the three servos to play at the same time ( even though they are all bracketed together).

https://www.instructables.com/id/Controlling-a-Servo-With-Ultrasonic-Sensor-Signal-/

refinements made

The gears managed to move together – that was an accomplishment. I was very glad that the teeth gears bit each other making the movement quite seamless. The distance sensor could receive data of person standing close/further away from the gears, and this is shown through the various speeds or type of movement the gears made. Only Type A gears (left) moved depending on the sensor. The other two did not. This was not possible to make all three move simply based on one sensor – however with the help of Zifeng it was actually possible to do so by wiring it differently.

 

TYPE A (servo3.attach) – This is directly connected to the ultrasonic sensor, so this family of gears react to a person’s presence near the installation. Random function are used at distance of more than 60cm

TYPE B (servo6.attach) – This servo is not connected to ultrasonic sensor, so it moves according to the speed and delay stated above.

TYPE C (servo9attach) – This servo is not connected to ultrasonic sensor, so it moves according to the speed and delay stated above.

final

 

feedback post-presentation

  • Backdrop for the plywood holding gears could be of a different colour – in order to bring out the gears, focused attention on gears  (aesthetics)
  • Use of easel – which is normally used to hold paintings, changed the way we see gears on plywood when it is used to support them – especially with difference in movement of object
  • With 3 “families” of gears, it would be better if one family affect the negihbouring one, followed by the next one – with the ultrasonic as the trigger
  • deliberate probabilities – where there are 3 outcomes in terms of type of movement, however use a random function to get 1/3 probabilty of that outcome

Visual Pulse ( Process + Final )

Objective

Using a pulse sensor, this visual pulse is used to take in data of a person’s pulse rate, something normally felt and unseen. With the use of servos, the frequency of data produced of each person’s pulse rate affects the movement of objects beneath the fabric. This follows a rhythmic pattern that is shown through this device. A visualization of our pulse rate is an alternative to our palpitations that we feel by hand.

PROCESS 

Initially, the main objective was to put the servo motor in a container filled with water, so that the movement of the cap would allow the water to create ripples. These ripples would form some pattern that is aligned to one’s pulse rate, and that I thought was an interesting concept I could explore.

(insert video of container of water with servo movement for proof of experiment)

As much as I almost got into making a servo move the water in a container, it also had its risks too. And one included – servo being spoilt and not being functional anymore. I made a hole at the bottom of the container, so that this would allow the cap to be placed on top.  I sealed the holes with some “Epoxy” – like a waterproof glue. It almost worked until I realize that the cap needed some room to move because it is directly attached to the servo.

ALTERNATIVEs THAT WORKED

On the other hand, my professor suggested I used an object that is shaped in a way where the height would dip-and-fall continuously ( with help of servo). I made several shapes of that, that would work and this is the outcome.

After that, I was also given suggestion to add a fabric that is stretchable, so that this would cover the movement and allow it to move nicely. I lasercut a box and made some holes at the bottom so that it would be possibly for me to sow the some parts of the fabric to the bottom of the box. This would give the shape of the object when it moves. Additionally, I thought of just creating a lid that has the stretch fabric over it, so that this would be easy for me to work around object in the box with removing fabric that I thought had to be sewn.

Finally, after I was done with putting the pieces together, here is the outcome. I am quite satisfied with the way it turned out. The code worked and it really did sensed someone’s pulse rate when they touch the pulse sensor. At the same time,  I think there is definitely room for improvement!

Things that worked

  • pulse rate follows accurate to a person’s palpitations
  • movement of the objects inside he box
  • the rod planted in the servo cap managed to move – sand the insides of rod to make it fit into the servo cap, which would allow the rod to move in proper direction

Things TO better IMPROVE

  1.  Hide electronics with same cloth
  2. Code the pulse sensor such that device remains still when not in use, the pulse rate will activate when it is being touched – takes away use of pulse sensor
  3. Construction of device can be better visually – tilt it, so that its shape resembles pulse rate out put
  4. Measurements of the clear acrylic box
  5. Be  economical with buying materials and constructing it properly – get measurements accurate first before putting them together