Skip to main content

Add An Ant To Your Desk For Some Compact PCB Manufacturing

Usually when one thinks of using a CNC machine for producing PCBs, one thinks of those big, bulky CNC machines that pretty much fill an entire desk. But what if a CNC machine could be small enough to fit on a desk without getting in the way, yet still be useful enough to make single- and double-sided PCBs? This was the idea behind The Ant, the compact PCB manufacturing machine which [Mattia] and [Angelo] designed and open sourced.

In addition to the above linked Bitbucket repository for the project, the ‘Ant Team’ has a YouTube channel on which they have a range of rather professionally edited videos on the project, ranging from constructing the little machine, to various updates and more  Also see the video that is attached after the link for a visual introduction to the project.

Support and community interaction is mostly performed via the Reddit group for the project, where the diminutive machine finds a welcoming community as it continues to evolve. The machine itself is specified at this point as being able to built from commercially available and 3D printed parts, requiring no further tools for cutting or shaping. The precision is about 0.2 mm trace spacing.

Optical alignment for double-sided boards is achieved using a USB micro camera and the bCNC software, while the cost for materials is said to be quite inexpensive when compared with commercial solutions

Honestly, after seeing the machine in action, wouldn’t you want to have a CNC machine that’s so small and good-looking on your desk? If there’s one thing one might want to add, it’s probably a way to deal with the copper dust that’s produced while creating PCBs. Having to clean that off the desk after each PCB manufacturing session would get a bit cumbersome, we imagine.



from Hackaday https://ift.tt/2LJXTk5

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...