Robotics on Adabox 005! Oh my

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Kabaju42
 
Posts: 15
Joined: Thu Aug 31, 2017 9:23 pm

Robotics on Adabox 005! Oh my

Post by Kabaju42 »

I put the stepper motor kit (product ID 2348) on my raspberry pi and I've been trying to run a 12V stepper motor on it. (The motor is very similar to product ID 324). It works, but the motor seems really slow. I've tried increasing the speed in the example code, but it doesn't do much. Is that something that the controller is limiting, or is it the motor?

User avatar
adafruit_support_bill
 
Posts: 88142
Joined: Sat Feb 07, 2009 10:11 am

Re: Robotics on Adabox 005! Oh my

Post by adafruit_support_bill »

The maximum step rate is limited by the speed of the i2c bus. It is possible to increase the i2c clock rate on the Pi.
http://www.extremeelectronics.co.uk/hig ... n-pi-zero/

User avatar
Kabaju42
 
Posts: 15
Joined: Thu Aug 31, 2017 9:23 pm

Re: Robotics on Adabox 005! Oh my

Post by Kabaju42 »

I got it working. It's still slower than I'd like, but I did cut down the operation time about 30%. I still have some improvements I can make on the gearing, but it works for now.

https://www.youtube.com/watch?v=L0eTxsP_12U

Edit: redid the video
Last edited by Kabaju42 on Tue Oct 24, 2017 11:00 pm, edited 1 time in total.

User avatar
adafruit_support_bill
 
Posts: 88142
Joined: Sat Feb 07, 2009 10:11 am

Re: Robotics on Adabox 005! Oh my

Post by adafruit_support_bill »

Nice looking project! Thanks for the video.

Locked
Please be positive and constructive with your questions and comments.

Return to “AdaBox! Show us what you made!”