Design not to break electrical buttons
Design not to break electrical buttons
(OP)
Simple problem, if I have a large button a user can put their hand on then I'm afraid they can put too much force and break the electrical button underneath.
If I make the external button bottom out before the electrical button (push button switch) how do I ensure the electrical button always activates?
All the push button switches I've looked at either have a very small window where they are guaranteed to activate but haven't physically bottomed (limited over travel) out or no window at all (no over travel), you just have to bottom them out.
Am I worried for nothing? Should I just assume the push button switches are robust enough to handle the force?
This is a low cost consumer device application, and I'm trying to avoid adding extra mechanical complexity or big expensive switches.
If I make the external button bottom out before the electrical button (push button switch) how do I ensure the electrical button always activates?
All the push button switches I've looked at either have a very small window where they are guaranteed to activate but haven't physically bottomed (limited over travel) out or no window at all (no over travel), you just have to bottom them out.
Am I worried for nothing? Should I just assume the push button switches are robust enough to handle the force?
This is a low cost consumer device application, and I'm trying to avoid adding extra mechanical complexity or big expensive switches.
RE: Design not to break electrical buttons
The other way is to have a flexible lever on the button to limit the force on the switch. It's possible to make that lever zig-zag or loop around under the button to save room.
Cheap and robust aren't typically used to describe mechanical switches. Have you looked at capacitive sensors? The chips that work with those are cheap and I think some microcontroller chips have internal hardware to handle the task.
For example: https://www.instructables.com/id/Capacitive-Touch-...
http://www.ti.com/microcontrollers/msp430-ultra-lo...
RE: Design not to break electrical buttons
I have considered doing a sort of linear camp profile to activate a microswitch or some other push button switch, so I may go ahead and do that, but definitely takes more room.
I'll do some thinking about a lever idea, I was hoping there was something I was missing here or some good off the shelf button options I hadn't found.
I have considered captive switches but there were some power consumption issues with those last time I evaluated it, but since the electrical design is changing I should take a look at that again.
I know keyboard gets way more cycles before breaking that I'd need for my application but then they don't use a mechanical switch persay mostly these days.
RE: Design not to break electrical buttons
Keith Cress
kcress - http://www.flaminsystems.com
RE: Design not to break electrical buttons
Josh
RE: Design not to break electrical buttons
Keith Cress
kcress - http://www.flaminsystems.com