7 replies
Nov '14

z_world

Uploaded the code for PD motor speed controller using arduino

Let me know if you guys need any help.

Nov '15

nahueltaibo

Awesome post! I have

Awesome post! 

   I have to implement this on my robot, so I’m now downloading the code to adapt it to Andar

Thank you very much!

1 reply
Jan '16 ▶ nahueltaibo

z_world

welcome

You are most welcome.

Did you use the code? And did it work properly? I am eager to know.

May '16

helloworld94

Eagle Schematic

Hi,

I’ve never used EAGLE and find it pretty confusing. Do you have the schematic in PROTEUS?

Sep '16

lucas7007

Download link of the source code

Hi,

May I download the source code? I can’t find the link.

Thanks,

Luc

 

Feb '17

delon

Exactly what I was looking for!

Thanks so much for posting this.  I do have a question as it relates to calculating the RPM:

In your code, is the following calculating the RPM based upon a 30 pulse per rotation encoder?

//Calculating the speed using encoder count

speed_act = ((count - countAnt)(60(1000/LOOPTIME)))/(30);   

1 reply
Sep '17 ▶ delon

z_world

This calculates the speed for 30 pulse per rotation encoder

Yes it does