Close

Latest Documentation

A project log for Mechaduino

Mechaduino is an affordable, open-source, industrial servo motor. Position, torque, velocity, and custom modes. Arduino compatible.

jcchurchjcchurch 06/29/2016 at 04:5211 Comments

Here's some updated documentation:

We've also posted files for our 3D printable NEMA 23 adapters on Thingiverse:

http://www.thingiverse.com/thing:1653797

Discussions

kidswong999 wrote 07/21/2016 at 21:42 point

Hello, it is interesting. To reduce costs, replacing the IC ATSAMD21 will be effective. If replaced stm32f405 would be better with a project micropython:

https://www.kickstarter.com/projects/214379695/micro-python-python-for-microcontrollers

  Are you sure? yes | no

Overdesign wrote 07/01/2016 at 04:46 point

Might be useful to have unpopulated boards available at a discount for the more diy types...it might also help out Kris and other more cost-sensitive hackers like him out there. I'd probably be in for one if it were cheap enough. A $5 pricetag might get a significant percentage of the backers to want to include one...just a thought.

  Are you sure? yes | no

Overdesign wrote 07/01/2016 at 04:31 point

Awesome! I'm probably going to pitch in for one assembled with the stepper regardless, but do you have any more info about the stepper?

  Are you sure? yes | no

Overdesign wrote 07/01/2016 at 04:40 point

Thanks for the super fast reply!

  Are you sure? yes | no

Kris wrote 06/29/2016 at 23:25 point

I like Mechaduino, great idea. $45 seems high. Is that what the components cost plus some profit? Please clarify.

  Are you sure? yes | no

jcchurch wrote 06/29/2016 at 23:32 point

This is pretty much the cost of components, pcb, assembly. We didn't want to cut any corners as far as performance, so there are a couple fairly expensive components...specifically the 14 bit encoder. We think it is worth it though.

We're taking very little off the top. Really. We're much more interested in getting the hardware into the hands of makers and developers.

As a comparison, this is still cheaper than a plain Arduino Zero.

Thanks for your interest. Feel free to dig into the BOM. If you can find ways to bring the cost down, we're all ears!

  Are you sure? yes | no

Kris wrote 06/30/2016 at 02:43 point

Good response, thank you. I'm getting at least 1 with stepper.

  Are you sure? yes | no

Jarrett wrote 06/30/2016 at 15:52 point

For what it's worth, my hackspace is building a bunch of these from the source files, and yeah, material costs alone are in the $35 range. That's without assembly, extras in case of screwups, or profitability. So $45 for this assembled and shipped is a killer deal.

The $8 encoder IC is the big item.

  Are you sure? yes | no

skrogh wrote 06/29/2016 at 22:01 point

Looks good.
Have you done any tests to quantify the heatup of the driver and current sense resistors during operation?

  Are you sure? yes | no

jcchurch wrote 06/29/2016 at 23:48 point

Just qualitative tests. Current sense resistors are operating well within their ratings, so the concern is more with the driver. We've been pushing them fairly hard in our testing and haven't had any problems...they get warm to the touch, but not really hot.

We thought carefully about thermal management when we laid out the board. You can always put a little heatsink on the driver if you plan on pushing them. It would pretty straight-forward to wire up a thermistor to an analog in pin if you wanted to monitor temperature.

In closed loop operation, current is applied only to correct position errors, so they run a lot cooler than standard stepper drivers.

  Are you sure? yes | no