Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Drive DC motor
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ender  
View profile  
 More options Jun 12 2012, 5:33 pm
From: Ender <leopar...@gmail.com>
Date: Wed, 13 Jun 2012 00:33:33 +0300
Local: Tues, Jun 12 2012 5:33 pm
Subject: Drive DC motor
Hi pinguino folks,

Is there anyone who used pinguino to drive DC motors with motor driver
card ?
motor driver card model is RW-PL-1212 MC33926


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lucas Fernandez  
View profile  
 More options Jun 13 2012, 10:27 am
From: Lucas Fernandez <lfernan...@bearstech.com>
Date: Wed, 13 Jun 2012 07:27:39 -0700 (PDT)
Local: Wed, Jun 13 2012 10:27 am
Subject: Re: Drive DC motor
Not me, but have you a url who describe more precisly your card ?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ender  
View profile  
 More options Jun 13 2012, 11:56 am
From: Ender <leopar...@gmail.com>
Date: Wed, 13 Jun 2012 18:56:04 +0300
Local: Wed, Jun 13 2012 11:56 am
Subject: Re: Drive DC motor
Yes,i have a url which describes more precisely my card

http://www.pololu.com/catalog/product/1212

On 13.06.2012 17:27, Lucas Fernandez wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lucas Fernandez  
View profile  
 More options Jun 13 2012, 4:59 pm
From: Lucas Fernandez <lfernan...@bearstech.com>
Date: Wed, 13 Jun 2012 13:59:54 -0700 (PDT)
Local: Wed, Jun 13 2012 4:59 pm
Subject: Re: Drive DC motor
Wow, the MC33926 is new generation of driver really better and cheaper
than my old fashionned adafruit shield based on 74HC595N + L293D.

So, whats your problem with your board ? I hope I can help you.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ender  
View profile  
 More options Jun 15 2012, 9:49 am
From: Ender <leopar...@gmail.com>
Date: Fri, 15 Jun 2012 16:49:02 +0300
Local: Fri, Jun 15 2012 9:49 am
Subject: Re: Drive DC motor
thank you, i hope u can help us:)
My problem is the connection between this driver card  and
microcontroller (PIC18F4550). Datasheet for driver card was not helpful
to set the circuit.

On 13.06.2012 23:59, Lucas Fernandez wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Fabian  
View profile  
 More options Jun 15 2012, 7:30 pm
From: Juan Fabian <juan.fab...@gmail.com>
Date: Sat, 16 Jun 2012 01:30:20 +0200
Local: Fri, Jun 15 2012 7:30 pm
Subject: Re: Drive DC motor
Hi,

maybe i'm wrong, but reading the datasheet and the info on the web, it
seems that you can use a pwm output from pinguino. They also say that
you can use an enhanced mode if you plan to use fast pwm's (more than
10KHz).

So you have to connect one pwm output to an input of this chip, apart
from power supply and motor connections.

Hope it helps

2012/6/15 Ender <leopar...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ender  
View profile  
 More options Jun 15 2012, 7:45 pm
From: Ender <leopar...@gmail.com>
Date: Sat, 16 Jun 2012 02:45:55 +0300
Local: Fri, Jun 15 2012 7:45 pm
Subject: Re: Drive DC motor
Hi,
u r right, but i want to drive motors in on-off mode, fast or slow  it
doesn't matter.
If u read the datasheet, there are Vin, out1 and out2 pins. How can i
connect this to the PIC? I mean that  Is analogWrite function or
digitalWrite function necessary to drive the motors?

On 16.06.2012 02:30, Juan Fabian wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Fabian  
View profile  
 More options Jun 15 2012, 8:24 pm
From: Juan Fabian <juan.fab...@gmail.com>
Date: Sat, 16 Jun 2012 02:24:29 +0200
Local: Fri, Jun 15 2012 8:24 pm
Subject: Re: Drive DC motor
I think you can use an analogWrite on a pwm output to set the duty
cycle, and maybe you could use digitalWrite + delay combos to make a
pwm signal on your own.

Take a look here:

http://wiki.pinguino.cc/index.php/AnalogWrite

Hope it helps a little further!

2012/6/16 Ender <leopar...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Fabian  
View profile  
 More options Jun 15 2012, 8:33 pm
From: Juan Fabian <juan.fab...@gmail.com>
Date: Sat, 16 Jun 2012 02:33:48 +0200
Local: Fri, Jun 15 2012 8:33 pm
Subject: Re: Drive DC motor
Oh sorry, if you want to do full on/off i think you can use
digitalWrite (with high 5v or 3.3v if that's the case). It seems the
operation range for the driver is 3-5V, and there are some resistors
protecting the chip inputs a bit.

2012/6/16 Juan Fabian <juan.fab...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oswaldo Villarroel  
View profile  
 More options Jun 15 2012, 8:56 pm
From: Oswaldo Villarroel <oswaldovillarr...@gmail.com>
Date: Fri, 15 Jun 2012 20:56:16 -0400
Local: Fri, Jun 15 2012 8:56 pm
Subject: Re: Drive DC motor

Hello

I recomend do not use a dc motor direct pinguino u other pic...
why? intensity...
better way to drive a motor is using a *relay* o *transistor* (3906... for
example) just like a switch, and is a nice way to do a on/off control

2012/6/15 Juan Fabian <juan.fab...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ender Cetin  
View profile  
 More options Jun 16 2012, 3:34 am
From: Ender Cetin <leopar...@gmail.com>
Date: Sat, 16 Jun 2012 10:34:13 +0300
Local: Sat, Jun 16 2012 3:34 am
Subject: Re: Drive DC motor

Thank u all, i will try all of them.

On Jun 16, 2012 10:21 AM, "Oswaldo Villarroel" <oswaldovillarr...@gmail.com>
wrote:

> Hello

> I recomend do not use a dc motor direct pinguino u other pic...
> why? intensity...
> better way to drive a motor is using a relay o transistor (3906... for

example) just like a switch, and is a nice way to do a on/off control

pinguinocard@googlegroups.com.
>> Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse

pinguinocard+unsubscribe@googlegroups.com.
>> Pour plus d'options, consultez la page de ce groupe :

http://groups.google.com/group/pinguinocard?hl=fr

> --
> Vous recevez ce message, car vous êtes abonné au groupe Google
Groupes Pinguino.
> Pour envoyer un message à ce groupe, adressez un e-mail à

pinguinocard@googlegroups.com.
> Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse

pinguinocard+unsubscribe@googlegroups.com.
> Pour plus d'options, consultez la page de ce groupe :

http://groups.google.com/group/pinguinocard?hl=fr

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »