bdring / 6-Pack_CNC_Controller

MIT License
291 stars 72 forks source link

Just for fun....3 Pack #23

Closed bdring closed 4 years ago

bdring commented 4 years ago

I needed to test a new DC-DC power supply, so I decided to make a mini controller at the same time.

This is tiny controller that uses CNC I/O Modules. It is about the size of an Arduino Uno. It has sockets for 3 axes and 3 modules. Other than the power supply, there is no active circuitry on the board. It took only about an hour to design. It shows how the modular concept allows you to quickly prototype a controller with professional level accessory support.

20200814_131042

20200815_073919

Skywalkerf34 commented 4 years ago

Nice design, as already said modular design helps a lot, then "just" route a new board and that's it !

bdring commented 4 years ago

It would be interesting to make a 5V DC-DC module.

It would use the VMot to output 5V using the module pins. That would further reduce the complexity of the base controller.