Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Designing a simple DC Massage device

Status
Not open for further replies.
Looks Ok, might work.
I'm not aware of arduino boards with hardware power switches.
That kinda thing commercially would be done with power saving techniques such as sleep mode, where the 'duino is still powered up but draws very little, making the battery last for pretty much its shelf life.
You'd still probably need a power switch for the motor though, as I'm guessing with no Pwm input and the motor stopped the motor electronics will still burn some juice.
 
That would work, however you'd need some fairly complex signal processing to get the 'duino to read it.
I suggest one of these:
And it has a library available for the 'duino:
I've never used one so I odnt know how easy they are to use or how good they are.
Looks like it can read the ambient and target temp.
You could run the motor for a while, use the sensor to see where is the warmest then use that as your target area.
 
Thanks alot dr pepper , that really simplifies things. Here's what the semi final product looks like:

hY8BTNV.png



I had some difficulty fitting the MLX90614 behind the motor, I thought I'd separate the sensor from the board, put the board in the handle with the batteries and leave just the sensor inside the motor housing, no luck. It would be easier If I could find a flexible tube that had a groove or some king of fixture.
 
Looks like your going to 3d print that, proper job.
You could always revert to a more conventional temp sensor like a ds18b20, theres a high probability that the temp of the motor will be fairly even, its not that the motor is subject to rapidly changing dynamic loads or supply power / direction changes like a servo, its just whizzing a weight around.
Heres a wacky idea, use the yellow rpm feedback wire to tell the 'duino how fast the motor is turning, and use that to calc the vibtation level, and further use that to scale the pot command value, so that turning the pot gradually increases vibration over its rotation, instead of the last bit making the biggest chage.
Glad to be of help.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top