Woodshop Dust Collection Component Advice

Fairly new novice to Arduino and coding in general.

In working towards automation of my dust collection, I've seen many renditions online. Simply starting with hardware, I would very much appreciate advice on what to get.

I wish to be able to control 16 servo-controlled blast gates, with signals generated from 9 different tools - all 110V/15 amp served on various circuits. Thus, the way I see it, I need hardware capable of recognizing at least 9 unique input signals, and capable of modulating 16 different servos. I don't mind to turn on/off the actual dust collector manually as it is already remote controlled and is a 3 HP 220V beast.

Would it be best to use the standard UNO R3 with a servo shield, or to use the Arduino Mega 2560? I am in the process of learning/understanding the code side of things currently, but will likely come up with related issues/questions down the line.

Best.

You seem to write the blast gates are already controlled by servos. Is this the case?

No, but that's the plan. There are already 16 gates in the system (though this could arguably be reduced with a little bit of redesign). I just have to build the anchoring for the motors and the applicable control arm.

When that is done, yo can measure the torque needed to operate the devices. In both opening and closing!

Excellent. Thanks for the advice.

The real issue I need solved, though, is whether the standard UNO3 with a servo shield can uniquely handle 9 different inputs and 16 servos, or if I should upgrade to the Arduino Mega.

Thanks!

I would suggest Nano v3 and an Adafruit 16-channel servo module.



This will allow you to build your prototype on breadboard and, when complete and tested, solder up the circuit on protoboards/stripboard.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.