tchoffman / Bogie

Robot with 2 tracks and 4 axis arm.
1 stars 0 forks source link

Can you share your hardware set up? #1

Closed jacebenson closed 5 years ago

jacebenson commented 5 years ago

Hey, I just watched your video: https://www.youtube.com/watch?v=1KNCQ7p-Euc

I am working on a similar project but didn't see if you needed to do anything special for the voltage to the motors.

Can you share the hats you were using the power the motors. I'm trying with just a explorer phat but I'm missing something with the battery and how that was all wired up.

tchoffman commented 5 years ago

There is a "servo HAT" to control servos for the arm but to control the motors you need a way to convert pulse width to varying voltages. The RasPi will send out pulses with varying intervals. This signal should go through a "motor controller" which contains circuitry that will take the pulse widths and translate them to varying electrical output to drive the motors at different speeds. This seems very similar to the one I used ( https://www.amazon.com/Qunqi-Controller-Module-Stepper-Arduino/dp/B014KMHSW6/ref=asc_df_B014KMHSW6/?tag=hyprod-20&linkCode=df0&hvadid=167139094796&hvpos=1o4&hvnetw=g&hvrand=11931195071073478197&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9010794&hvtargid=pla-306436938191&psc=1 )

On Mon, Mar 25, 2019 at 12:06 PM Jace notifications@github.com wrote:

Hey, I just watched your video: https://www.youtube.com/watch?v=1KNCQ7p-Euc

I am working on a similar project but didn't see if you needed to do anything special for the voltage to the motors.

Can you share the hats you were using the power the motors. I'm trying with just a explorer phat but I'm missing something with the battery and how that was all wired up.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tchoffman/Bogie/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AIBZjSFGH6jJ0mz1QFFbtzxLntBH8j25ks5vaPQAgaJpZM4cHQ_t .

-- Trenton Hoffman 817-228-2755 trenton.hoffman@gmail.com

jacebenson commented 5 years ago

Thanks Trenton!