The Netherlands
Offline
Newbie
Karma: 0
Posts: 39
|
 |
« on: May 29, 2012, 11:10:58 am » |
Hi all, I'm making a wristband that vibrates at certain times, and found that the standard vibration motor most people use and report about (e.g. http://www.sparkfun.com/datasheets/Robotics/310-101_datasheet.pdf) does not give strong enough vibrations for my use. Does anyone know of a vibration motor that is similar in form factor (i.e. flat-cylindrical), but stronger? It could be up to an inch (25mm) in diameter. I have either 5V or 9V at my disposal in this project. I have searched quite a lot (maybe I'm using the wrong search terms), but keep getting to the same 3V, 10mm diam. motor. Thanks!
|
|
|
|
|
Logged
|
|
|
|
|
Massachusetts, USA
Offline
Tesla Member
Karma: 108
Posts: 6611
|
 |
« Reply #1 on: May 29, 2012, 08:55:08 pm » |
You may need to get a small DC motor that fits your size limits and add a off-center weight to the shaft to make it a vibrator.
|
|
|
|
|
Logged
|
|
|
|
|
Topsham, Vermont USA
Offline
Edison Member
Karma: 16
Posts: 1466
... in The Woods In Vermont
|
 |
« Reply #2 on: May 30, 2012, 12:47:43 am » |
How about two contacts inside the wrist band, and a Fet that pulses a small inductor to get 100 volts or so spikes? Probably less power than a motor. And the more you sweat, the better it works 
|
|
|
|
|
Logged
|
|
|
|
|
The Netherlands
Offline
Newbie
Karma: 0
Posts: 39
|
 |
« Reply #3 on: May 30, 2012, 10:53:21 am » |
@John: thanks for the suggestion, but get a bit too big, it needs to fit inside a wristband. Or are there very flat motors that would do the job? @Terry: Are you serious? If so, I'm interested, but it sounds a bit dangerous.  Would you have a link or documentation to get me started with this?
|
|
|
|
|
Logged
|
|
|
|
|
Topsham, Vermont USA
Offline
Edison Member
Karma: 16
Posts: 1466
... in The Woods In Vermont
|
 |
« Reply #4 on: May 30, 2012, 03:10:16 pm » |
Hi, RedFuse sounds a little dangerous already  It takes about 60 volts to cause an obvious feeling on bare skin, maybe less if the contacts are, say, 2 cm apart. I think all you need is a small inductor, such as the primary of a small audio transformer, or a small inductor from a switch mode power supply.. Hmmm. This is a small current, traveling through skin on an extremity, not through the chest, and would not be dangerous. The idea is simple: it's a "Boost Converter" often used in power supplies. See: http://en.wikipedia.org/wiki/Boost_converter I think all you'd need is the inductor and a small transistor to act as the switch. If you pulsed it with Arduino for maybe 10 cycles at 50 Hz it would be an obvious signal. You can put a resistor in series with the inductor to control the voltage to something noticeable but not uncomfortable. How often does this signal need to be made? What is going on for the user here?? Is it something like a heart rate monitor??
|
|
|
|
|
Logged
|
|
|
|
|
Massachusetts, USA
Offline
Tesla Member
Karma: 108
Posts: 6611
|
 |
« Reply #5 on: May 30, 2012, 09:15:45 pm » |
@John: thanks for the suggestion, but get a bit too big, it needs to fit inside a wristband. Or are there very flat motors that would do the job?
You said "up to an inch (25mm) in diameter". Here's a nice little 5V DC motor with a 12mm diameter body (10mm across flats): http://www.digikey.com/product-detail/en/M1N10FB11G/P14354-ND/2417078
|
|
|
|
|
Logged
|
|
|
|
|
The Netherlands
Offline
Newbie
Karma: 0
Posts: 39
|
 |
« Reply #6 on: May 31, 2012, 05:18:37 am » |
What is going on for the user here?? Is it something like a heart rate monitor??
Actually, I'm making a modern torture device. Just kidding  I'm making a feedback monitor for joggers. It gives feedback according to how well they're doing in their lapse. I've been reading up on inductors and boost converters and it sounds promising. But could you also accomplish this with a capacitor? Just because inductors can get quite large, and (electrolytic) capacitors are usually smaller. Also, for inductors to 'charge' you need AC power, right? How could the arduino generate that? With PWM?
|
|
|
|
|
Logged
|
|
|
|
|
The Netherlands
Offline
Newbie
Karma: 0
Posts: 39
|
 |
« Reply #7 on: May 31, 2012, 05:33:34 am » |
Thanks, I assume if you would want to put it in a cylindrical enclosure you would put it sideways, and in that case the diameter of the enclosure would be about 30mm in diameter and 15mm in height. That would be pushing it, but still be acceptable. Then I just need to find that enclosure and a off-centre weight. Any idea where you could get either?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #9 on: June 01, 2012, 11:27:43 am » |
Shocking people doesn't sound very nice (or safe), but may encourage them to run faster! To increase the strength of the vibration motor there's a couple of things you can do: 1. Use a stronger motor. In the datasheet you linked, the term vibration amplitude is the key. The motor's speed, weight of the mass, and it's eccentricity all contribute to the vibration strength. Coin vibration motors are typically not as strong as cylindrical ERMs because their form factor limits the size of the internal eccentric mass. Some people cannibalise old toys to find them, but your datasheet names the company! https://catalog.precisionmicrodrives.com/order-parts#vibration-motor2. Drive the motors at a higher voltage. This increases the speed, and therefore the vibration strength. But don't exceed the motor's max voltage, it just can cause it to fail or dramatically reduce the lifetime. 3. Use two of the same motors mounted in the same direction. It's not as efficient as suggestion 1, but it does work. The two rotating masses synchronise and it behaves as one motor with double the eccentric mass. To control it you can use a PWM signal or GPIO through a MOSFET, but don't try to drive them direct as the current draw is likely too large for the Arduino - plus motors are noisy beasts and you should have protection in there anyway See: http://www.electronics-tutorials.ws/transistor/tran_7.htmlhttp://brunningsoftware.co.uk/FET.htmhttp://www.precisionmicrodrives.com/application-notes-technical-guides/application-bulletins/ab-001-discrete-driver-circuits-for-vibration-motors
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Portsmouth UK
Offline
Newbie
Karma: 0
Posts: 10
|
 |
« Reply #11 on: June 03, 2012, 02:07:10 pm » |
maybe a salvaged mobile phone vibrator?
|
|
|
|
|
Logged
|
|
|
|
|
London
Offline
Sr. Member
Karma: 7
Posts: 339
|
 |
« Reply #12 on: June 06, 2012, 10:13:17 pm » |
Some people cannibalise old toys to find them There are vibrating 'toys' with a small motor inside them, much admired by some females  . From what I've seen of them, the motor cannot be any larger than 1" in diameter and I believe they run off of 3 volts. I'm told they give a very noticable vibration 
|
|
|
|
|
Logged
|
|
|
|
|
|