All times are UTC + 8 hours




Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Jan 6th, '15, 08:48 
Legend Member
Legend Member
User avatar

Joined: Aug 30th, '12, 09:54
Posts: 692
Gender: Male
Are you human?: No a meat popsicle
Location: St. Louis, MO USA
MrMiagi wrote:
If you are doing a group but I would like to get one as long as they are compatible with Arduino motor shields, or can be used with arduino's

Thanks



From what I can see that it is just a two wire motor and it should not have any problems.


Top
 Profile  
Reply with quote  
    Advertisement
 
PostPosted: Jan 7th, '15, 06:48 
Newbie
Newbie

Joined: Nov 27th, '14, 15:04
Posts: 23
Gender: Male
Are you human?: YES
Location: QLD Townsville
I think its 5V for arduino's?


Top
 Profile  
Reply with quote  
PostPosted: Jan 7th, '15, 07:31 
A posting God
A posting God
User avatar

Joined: Dec 12th, '13, 18:34
Posts: 3846
Gender: Male
Are you human?: Yes
Location: Adelaide
There are ways around it. The arduino usually doesn't have enough amps to run the bigger motors, even if they are 5v ones.

There are motor shields that you can attach to them, so external power goes into the motor, and the power going in is regulated through the arduino.


Top
 Profile  
Reply with quote  
PostPosted: Jan 8th, '15, 02:09 
Legend Member
Legend Member
User avatar

Joined: Aug 30th, '12, 09:54
Posts: 692
Gender: Male
Are you human?: No a meat popsicle
Location: St. Louis, MO USA
Colum Black-Byron wrote:
There are ways around it. The arduino usually doesn't have enough amps to run the bigger motors, even if they are 5v ones.

There are motor shields that you can attach to them, so external power goes into the motor, and the power going in is regulated through the arduino.


Sorry I ment with using the shield. I have used the motor shield several times form my projects.
3D Printed Mecanum Wheels

The shields are good up to .6A 24vdc motors on the version I have (Adafruit V1.2) but I have kept them under 6vdc. Never got steppers to work with the shield. They usually just buzzed or only moved one way. I was also using pulled steppers from printers and could not find info on them.


Top
 Profile  
Reply with quote  
PostPosted: Jan 8th, '15, 03:53 
A posting God
A posting God
User avatar

Joined: Jul 6th, '14, 20:25
Posts: 3854
Location: 2.2 kilometers up, NM, USA
Gender: Male
Are you human?: Series of particles
Location: Sapello, New Mexico USA
Quote:
It really depends on what you want it to do. Setting it to go off every 7 hours is easy, for x amount of time, and to reverse the speeds, you'd need two relays, which send the voltage in different directions. But if you want to speed it up or down, or do any fiddling around with it, it requires more, a number pad, screen to see what you're doing, and they add up the price/complexity. Or the ability to go into the sketch and fiddle with the numbers to make it do different things.
Wise advice


Top
 Profile  
Reply with quote  
PostPosted: Jan 8th, '15, 05:50 
A posting God
A posting God
User avatar

Joined: Dec 12th, '13, 18:34
Posts: 3846
Gender: Male
Are you human?: Yes
Location: Adelaide
Thanks Brian.

http://www.ebay.com.au/itm/L298P-Motor- ... 1e8c5cb3c6

That's the sort of shield that'll let you use external power, there are also stepper motors shields that do the same. I tried the steppers direct on the arduino, but it just sort of clicked. They are a microcontroller, aren't really designed for powering things like that.


Top
 Profile  
Reply with quote  
PostPosted: Jan 8th, '15, 06:35 
In need of a life
In need of a life

Joined: Jul 2nd, '14, 14:59
Posts: 1848
Images: 0
Location: Peakhurst - Sydney
Gender: Male
Are you human?: Thought I WAS
Location: Sydney
..
It annoys me that folk develop a product and then start to invent names to make them sound better.. or different :bootyshake:

"Shield"...

I shield something from Interference...

and I interface to a motor.. or I have a "Motor Driver"

Quote:
1pc Japan TAKANAWA 555 metal DC gear motor Dia 38mm 3v - 24V DC gear motor high torque and low noise


http://www.aliexpress.com/item/1pc-Japan-TAKANAWA-555-metal-DC-gear-motor-Dia-38mm-3v-24V-DC-gear-motor-high/2031761909.html

I ordered a couple of these.. I like the idea of 3 to 24V so that you can completely control delivery, and I hope there will be lots of torque at ANY voltage..
..
.


Top
 Profile  
Reply with quote  
PostPosted: Jan 8th, '15, 06:38 
Xtreme Contributor
Xtreme Contributor

Joined: Jun 7th, '09, 20:13
Posts: 198
Gender: Male
Location: Australia, WA, Dalwallinu
BuiDoi wrote:
..
It annoys me that folk develop a product and then start to invent names to make them sound better.. or different :bootyshake:

"Shield"...

I shield something from Interference...

and I interface to a motor.. or I have a "Motor Driver"

.

+10 :dontknow:


Top
 Profile  
Reply with quote  
PostPosted: Jan 15th, '15, 21:13 
Seriously, this cant be healthy.
Seriously, this cant be healthy.
User avatar

Joined: Mar 26th, '10, 20:46
Posts: 5404
Location: South Australia
Gender: Male
Are you human?: Yep
Location: South Australia
Colum Black-Byron wrote:
There are ways around it. The arduino usually doesn't have enough amps to run the bigger motors, even if they are 5v ones.

There are motor shields that you can attach to them, so external power goes into the motor, and the power going in is regulated through the arduino.


What can you run directly from an arduino pin?

I think PICAXE is only enough to run an LED or a cell phone vibro-motor or similar. Twenty milliamps or something.


Also... was it you that owns an oxygen probe?


Top
 Profile  
Reply with quote  
PostPosted: Jan 15th, '15, 22:37 
Seriously, this cant be healthy.
Seriously, this cant be healthy.
User avatar

Joined: Mar 26th, '10, 20:46
Posts: 5404
Location: South Australia
Gender: Male
Are you human?: Yep
Location: South Australia
BuiDoi wrote:
..
Thanks for the thought chaps.. I'll look into those links..

PS - the PICAXE circuit is only mono-directional.. a small issue if I want ONE device to feed TWO tanks..
..
.


it's only a few lines of code and one extra pin (I think) to add another direction.

But my feeder is overkill if you dont want it to be a demand feeder.

Either way PICAXE or whatever, I'm sure someone (or me) will help you with the code.


There's probably a much simpler way to just dump a given amount of feed into two tanks in turn rather than programmable chips if all you want is a solution. ie rather than learning stuff. IT's been so long since I actually needed a solution, that sometimes I forget that people just want to get things dont rather than just endlessly learning.

Solutions that test the invention engine are free.

Here's a voucher.

----cut here ----

A voucher.

----cut here ----

Just say EXACTLY what you want it to do, and I'll run it through the engine and see what it spits out.

You never know. :)


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2

All times are UTC + 8 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB® Forum Software © phpBB Group
Portal by phpBB3 Portal © phpBB Türkiye
[ Time : 0.038s | 14 Queries | GZIP : Off ]