Schlagwort: Touch Sensor

  • This soft tactile sensor can simultaneously estimate the contact force and location

    This soft tactile sensor can simultaneously estimate the contact force and location

    Reading Time: 2 minutes

    Arduino TeamMay 20th, 2021

    Robots are often filled with a myriad of different sensors but being able to detect touch is still fairly tough. This is primarily due to needing a large sensing area, flexible surfaces, and usually having complex circuitry. Imagine a robotic gripper that uses several “fingers” to lift and manipulate produce, or a humanoid that can respond to feedback on its hands. Other technologies such as capacitive and vision sensors have been tried in the past, but both use complicated and expensive components. A team at the Department of Mechanical Engineering at UC Berkeley was able to engineer a solution to this problem by utilizing a novel combination a two-layer structure. The first layer is a conductive fabric that is responsible for sensing the contact force, whereas the second layer of four rubber elements senses where the touch took place. 

    On its own, the resulting signal is quite noisy, so the researchers used an Arduino to read in the raw analog data, filter it, and then send it to a computer for extra processing. Once this was done, a machine learning regression model was created to fine-tune the detection capabilities. 

    To test their device, the team placed weights of varying sizes on each corner to simulate a touch. As seen in the graphs below, the system is already quite accurate, and with more training it can become even better over time. 

    You can read more about how this sensor was made by reading the research paper here.

    Images: Yang et al.

    Website: LINK

  • This color-changing lamp emulates a “touch” sensor with a microphone

    This color-changing lamp emulates a “touch” sensor with a microphone

    Reading Time: 2 minutes

    This color-changing lamp emulates a “touch” sensor with a microphone

    Arduino TeamMay 18th, 2020

    YouTuber “Peterbiglab” wanted an input for his DIY color-changing lamp, but didn’t want to use buttons or even have it detect claps, so he decided to make it respond to touch. 

    Instead of using a capacitive sensor or force-sensitive resistor, he placed a microphone inside his lamp to hear inputs. An op-amp was also included to pull the voltage up to a level that can be read by its Arduino Nano.

    With code implemented to keep it from picking up on music and other sounds, the device can now be controlled with finger taps: two to switch colors, three to turn on/off , or even four to enter Hue mode. It’s an ingeniously-simple sensing method, which works well here, and could be applied to a variety of other projects.

    [youtube https://www.youtube.com/watch?v=3TxUxZ69AYo?feature=oembed&w=500&h=281]

    Website: LINK