Тёмный
No video :(

Build Your Own Pressure Sensor / Velostat / Scamp3 

0033mer
Подписаться 33 тыс.
Просмотров 14 тыс.
50% 1

This video will describe how to build a simple pressure sensor using anti-static bag material. ( Velostat) The Scamp3 board running Flashforth wil be used to display the pressure values.
ScampPressure.txt code:
www.dropbox.co...
Scamp3:
www.tindie.com...
udamonic.com/w...
Force Sensing Materials:
• Force Sensing Materials

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@BusyElectrons
@BusyElectrons 2 года назад
I've made these before using copper foil tape, but that approach can be somewhat fragile. I never thought about using solder wick. Thanks for the idea!
@ShellacScrubber
@ShellacScrubber 2 года назад
An ingenious idea and a great video Ken. As to uses for such a device, a midi Hi Hat pedal immediately springs to mind ! I'm continuing to have great fun with FlashForth and my various 328p based boards. I am currently enjoying playing with shift registers and using the "csend" word which is of course the equivalent Arduino's "Shift out" function.
@JanJeronimus
@JanJeronimus 2 года назад
Great idea to use the solder wick!
@PerScientiaAdAstra
@PerScientiaAdAstra 2 года назад
...Great tip, and a lot cheaper than using Force Sensitive Resistors, in appropriate applications.
@dancollins1012
@dancollins1012 2 года назад
Great project! I'm gonna study up on velostat and get some!
@lasersbee
@lasersbee 2 года назад
Smart idea... never saw that one before... Thanks for enlightening me and I'm sure many others...😉
@ciro_costa
@ciro_costa Год назад
Apparently this velostat material is used in the otomatone toy as a ribbon controller. As in, it outputs a different voltage (while hooked up to power) based on where you press on the ribbon. This seems to be at conflict with the velostat being a pressure sensitive resistor. I originally thought it was more of a resistive strip, like a potentiometer wiper or a sheet or graphite. It seems they used two sheets of velostat against eachother for the ribbon controller. It would be nice to test it out.
@0033mer
@0033mer Год назад
They use a softpot membrane. If it was velostat, the pitch would change with pressure intead of position. www.sparkfun.com/products/8681
@lucdrouin2625
@lucdrouin2625 2 года назад
Very innovative idea!
@avr_stm_pro2955
@avr_stm_pro2955 2 года назад
Class 🙂👍👍👍
@t1d100
@t1d100 2 года назад
Excellent. Thank you.
@0033mer
@0033mer 2 года назад
You are welcome!
@WalidIssa
@WalidIssa 2 года назад
Great but do another video when you put this on your finger back and pend the finger and see the result. I expect it also senses the degree of your figure pend, it is like flex sensor, if worked share it
@johncatsoulis
@johncatsoulis 2 года назад
Very, very cool. :)
@neilgraham7670
@neilgraham7670 2 года назад
Neat!
@noweare1
@noweare1 2 года назад
I think a while ago you used the foam to make a pressure transducer, I could be mistaken. Would the sensor output change if the sensor is bent ?Maybe could be used to detect angles roughly, looks like it could be good for making a scale too.
@zedmeinhardt3404
@zedmeinhardt3404 Год назад
Late to the party, but for anyone else wondering. I seen a very similar design used as a flex sensor.
@mrnewham
@mrnewham Год назад
could you recommend a microcontroller with 30 or more pins that could work like the scamp 3 in this circuit? I want to implement LEDs in a circular configuration so that the one in the center lights up with a little pressure and then by adding pressure the second circle lights up, then the third, etc...I need it to be compact, so the scamp probably isn't ideal. P.s. Thank you for the content you make. I've learned a lot.
@0033mer
@0033mer Год назад
You could use the Atmega2560 micro used on the Mega2560 pro board. www.pcboard.ca/mega-2560-pro Other options are to use shift registers like the 74HC595 which can drive 8 LEDS or the MCP23017 which can drive 16 LEDS using the I2C bus where a couple of GPIO pins are used to drive as many LEDS as desired.
@mrnewham
@mrnewham Год назад
thanks for the swift reply! I'll look for your tutorials using these microcontrollers. I actually found some LEDs that are soldered in circles on a circuit board, so I might not need as many pins as i thought, but it would be nice to vary the brightness of each circle with the pressure sensor, rather than just reaching a threshhold and giving on/off behaviour. Is that behaviour programmable with the microcontrollers you mentioned in the reply? You're time and patience is much appreciated.
@0033mer
@0033mer Год назад
If you want to vary the brighness and control a circle of LEDS with a single GPIO pin you probably want to look into neopixels. Check out Adafruit's website: www.adafruit.com/category/168
@mrnewham
@mrnewham Год назад
thanks a bunch😀
@ChavalBrasil
@ChavalBrasil Год назад
This is awesome! Any idea how I could make this a on/off switch? Press=On, Release=Off... connected to some simple circuit without Arduino
@ChavalBrasil
@ChavalBrasil Год назад
that will be for using in electronic drum cymbals, as a sensor to detect when the border is hit, additional to the piezo signal
@0033mer
@0033mer Год назад
You could use a voltage comparator to detect the voltage change for "ON" and turn "OFF" when the voltage returns to the normal state.
@balloftitanium3961
@balloftitanium3961 5 месяцев назад
Hi sir, does the Velostat surface need to be sandwiched with conductive material like copper to be able to detect pressure? what if I used copper tape but the adhesive side (the side that contacted the velostat's surface) are not conductive ? I'm thinking if this possible for wearable Vest with pressure sensor that cover whole area.
@0033mer
@0033mer 5 месяцев назад
You can use tape that has conductive adhesive. www.adafruit.com/product/1127
@viscera9579
@viscera9579 Год назад
could I use this pressure sensor for a chair that detects if someone is sitting on it?
@0033mer
@0033mer Год назад
Easiest solution would be a car seat pressure sensor: www.ebay.com/itm/294111776495
@KaranSahota369
@KaranSahota369 2 года назад
can we use raspberry Pi or arduino instead of scamp3 (scamp3 is not available where i live)
@0033mer
@0033mer 2 года назад
You can use any microcontroller that has ADC so the Arduino Uno/Nano will work. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-2XiRnoc8ZRo.html
@reinaldoruiz5909
@reinaldoruiz5909 2 года назад
Hi ken, the reason I am contacting you is because I need help on an idea I have to creat a batting glove that reeds the pressure points when swinging a bat, can you help me with that?
@0033mer
@0033mer 2 года назад
For that type of application you will need strain gauge sensors that can output calibrated values. If you are serious about this project I would contact an applications engineer at Tekscan.com. They have development boards using their A201 Flexiforce piezo strain gauge sensors that can be fitted into a glove.
@reinaldoruiz5909
@reinaldoruiz5909 2 года назад
@@0033mer Yes, it is something I’m interested in doing but I have no idea how to develop that idea and that’s the reason I contacted you to see if you can help me with that?
Далее
Force Sensing Materials
10:03
Просмотров 39 тыс.
Building a matrix keyboard using velostat film
39:59
Просмотров 3,2 тыс.
Hi-Res Pressure Sensor Matrix with the LattePanda
8:00
Fun with Transistors
24:33
Просмотров 201 тыс.
Soft Fabric Sensors
3:08
Просмотров 25 тыс.
I Made My Own Computer | Let's See How It Works
7:51
Просмотров 770 тыс.
Pressure Pad Lecture - How to make your own
13:42
Просмотров 41 тыс.
Arduino DIY Bend Flex Pressure Sensor Velostat
12:33
Просмотров 13 тыс.