Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
LinkBack Thread Tools Display Modes
Old 26th August 2008, 08:37 AM   (permalink)
Question Velocity Sensitive Touch Pad

I have comprehensive and practical knowledge of resistive and theoretical knowledge of capacitive touch pads. I was wondering if there are velocity sensitive touch pads out there.

I'm guessing if they do exist these pads will be impossible to recreate in home based workshop - kind of like the capacitive touch pads (or are those feasible?)

Just want your input, if it is not out there, I want to start a constructive discussion as how to it could be built.
__________________
transistance is futile...
transistance is offline  
Old 26th August 2008, 09:30 AM   (permalink)
Default

Just a thought: would this be possible by implementing a piezzo array below the capacitive/resistive layers? Can piezzos be built small and thin enough?
__________________
transistance is futile...
transistance is offline  
Old 26th August 2008, 10:16 AM   (permalink)
Default

Quote:
Originally Posted by transistance View Post
Just a thought: would this be possible by implementing a piezzo array below the capacitive/resistive layers? Can piezzos be built small and thin enough?
hi,
Look at Quantum Tunnelling Pills.

If you search the forum there is a recent thread. Quantum Tunnelling

http://www.electro-tech-online.com/e...tum+tunnelling
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/

Last edited by ericgibbs; 26th August 2008 at 10:18 AM.
ericgibbs is offline  
Old 26th August 2008, 06:41 PM   (permalink)
Default

Quote:
Originally Posted by transistance View Post
I have comprehensive and practical knowledge of resistive and theoretical knowledge of capacitive touch pads. I was wondering if there are velocity sensitive touch pads out there.

I'm guessing if they do exist these pads will be impossible to recreate in home based workshop - kind of like the capacitive touch pads (or are those feasible?)

Just want your input, if it is not out there, I want to start a constructive discussion as how to it could be built.
Can you explain the term "velocity sensitive touch pads"?
Is this the same as pressure sensitive touch pads?

Thanks,
prprog is offline  
Old 26th August 2008, 08:46 PM   (permalink)
Default

Not sure, i don't think so though.. It should involve some kind of acceleration sensor the way I'm thinking. Kind of like how modern synthesizers' keys.
__________________
transistance is futile...
transistance is offline  
Old 26th August 2008, 09:01 PM   (permalink)
Default

Quote:
Originally Posted by transistance View Post
Not sure, i don't think so though.. It should involve some kind of acceleration sensor the way I'm thinking. Kind of like how modern synthesizers' keys.
..for what I know synthesizer keyboards determine velocity value (MIDI information) by sensing 2 switches. The closure time difference between the 2 switches determine the velocity (volume) value. Is this what your are looking for?

Is there a synthesizer that used an acceleration sensor?

Last edited by prprog; 26th August 2008 at 09:12 PM.
prprog is offline  
Old 26th August 2008, 09:17 PM   (permalink)
Unhappy solution for my dell laptop

please i have a dell laptop pentum m d600 and it is not charging the battery, but the computer is working properly. the only problem i am facing now is that is it not charging the battery, i need a solution and the laptop diagram.

Last edited by ikennaobi; 26th August 2008 at 09:18 PM.
ikennaobi is offline  
Old 26th August 2008, 09:42 PM   (permalink)
Default

Quote:
Originally Posted by ikennaobi View Post
please i have a dell laptop pentum m d600 and it is not charging the battery, but the computer is working properly. the only problem i am facing now is that is it not charging the battery, i need a solution and the laptop diagram.
Hello ikennaobi,

Please start new threads when you want to start a discussion. This thread is about something else entirely. Posting an off-topic question in someone else's thread is known as "thread hijacking" and just confuses things.

At a glance, it sounds like your laptop battery has just gotten too tired to hold a charge anymore. As far as I know the only solution is to buy a new battery.


Torben
__________________
Curiosity was framed. Ignorance killed the cat.
Torben is offline  
Old 27th August 2008, 02:42 PM   (permalink)
Default

Quote:
Originally Posted by prprog View Post
..for what I know synthesizer keyboards determine velocity value (MIDI information) by sensing 2 switches. The closure time difference between the 2 switches determine the velocity (volume) value. Is this what your are looking for?

Is there a synthesizer that used an acceleration sensor?
2 switches make more sense, but I'm guessing it is also the reason behind having cheaper and more expensive synthesizer keyboards possibly. Since having individual accelerometers in my opinion will give better continuous data, and will cost a lot more.
__________________
transistance is futile...
transistance is offline  
Old 27th August 2008, 02:47 PM   (permalink)
Default

Quote:
Originally Posted by transistance View Post
2 switches make more sense, but I'm guessing it is also the reason behind having cheaper and more expensive synthesizer keyboards possibly. Since having individual accelerometers in my opinion will give better continuous data, and will cost a lot more.
I don't think any do such a crazy thing - two switches works perfectly - I don't see as accelerometers would improve it, quite the opposite probably as it couldn't detect a held down key.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now  
Old 27th August 2008, 06:40 PM   (permalink)
Default

I've heard of the two switches thing and others which use FSR (the two switches method does not allow for aftertouch). I've never heard of accelerometers being used.

Then again, I've never made a keyboard. I've cleaned lots of them, though.


Torben
__________________
Curiosity was framed. Ignorance killed the cat.
Torben is offline  
Old 28th August 2008, 10:44 AM   (permalink)
Default

If I wanted to measure the length of time a key was pressed, I would use a microprocessor, which can be programmed to measure times. However, this does not fully address the velocity question. The microprocessor approach can measure length of depression at microsecond precision - can you somehow relate velocity to 'depression time'?

On another line of thought, I built a velocity measurer, based on 2 laser beams. When they were broken and remade, velocity was measured using pretty simple microprocessor code. This does not seem practical in your application, but perhaps a variation of it would work. I am thinking of a user-built keyboard, with 3 layers of foil, and button cutouts. When pressed, the first contact would be between layers 1 and 2 of the foil, and then layer 3. The speed beteen layers 1, 2 and 3 would give you a key press velocity. The theory is sound but I wouldn't care to have to make it.

=OR= How about a keypad with break before make contacts? The break time would be measured, also giving velocity.

Last edited by brett2010; 28th August 2008 at 10:53 AM.
brett2010 is offline  
Old 28th August 2008, 10:48 AM   (permalink)
Default

Quote:
Originally Posted by brett2010 View Post
If I wanted to measure the length of time a key was pressed, I would use a microprocessor, which can be programmed to measure times. However, this does not fully address the velocity question. The microprocessor approach can measure length of depression at microsecond precision - can you somehow relate velocity to 'depression time'?
Not that I know of, but if you read the posts in this thread, you will find some other ways to detect velocity. You can use a microcontroller or not--depends on how you want to solve the problem.


Torben
__________________
Curiosity was framed. Ignorance killed the cat.
Torben is offline  
Old 28th August 2008, 12:11 PM   (permalink)
Default

Quote:
Originally Posted by brett2010 View Post
If I wanted to measure the length of time a key was pressed, I would use a microprocessor, which can be programmed to measure times. However, this does not fully address the velocity question. The microprocessor approach can measure length of depression at microsecond precision - can you somehow relate velocity to 'depression time'?

On another line of thought, I built a velocity measurer, based on 2 laser beams. When they were broken and remade, velocity was measured using pretty simple microprocessor code. This does not seem practical in your application, but perhaps a variation of it would work. I am thinking of a user-built keyboard, with 3 layers of foil, and button cutouts. When pressed, the first contact would be between layers 1 and 2 of the foil, and then layer 3. The speed beteen layers 1, 2 and 3 would give you a key press velocity. The theory is sound but I wouldn't care to have to make it.

=OR= How about a keypad with break before make contacts? The break time would be measured, also giving velocity.
You seem to be ignoring how velocity sensitive keyboards work?, there are two sets of contacts, one closes before the other - the velocity is very simply worked out by how long the time between the two closures is.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now  
Old 28th August 2008, 09:48 PM   (permalink)
Default

Re: above comment

The switch would need to be a changeover switch - and you measure th time between the NC contacts opening and th NO ones closing
b rett2010 is offline  
Reply

Bookmarks

Thread Tools
Display Modes



Similar Threads
Title Starter Forum Replies Latest
Touch sensitive door switch altun Electronic Projects Design/Ideas/Reviews 1 4th August 2008 06:01 PM
How sensitive are high sensitive relays? avajoe General Electronics Chat 7 18th July 2008 06:26 AM
Touch sensitive wristband sil Electronic Projects Design/Ideas/Reviews 0 7th January 2008 09:07 PM
Touch Sensitive Switch (Take 2) MonkeyMera Electronic Projects Design/Ideas/Reviews 7 2nd October 2007 11:05 PM
Simple question on touch sensitive switches. swedishlf General Electronics Chat 7 12th July 2005 07:51 AM



All times are GMT. The time now is 05:29 PM.


Electronic Circuits  |  Learning Electronics
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

eXTReMe Tracker