Skip to main content

Open-Source Analytical Balance Pits Gravity Against Electromagnetism

As the open-source movement has brought its influence to more and more fields, we’ve seen an astonishing variety of things once only available at significant expense become accessible to anyone with access to the tools required to create them. One such arena is that of scientific instrumentation, and though we have seen many interesting developments there has been one which has so far evaded us. An analytical balance, a very specialised weighing machine designed to measure the tiniest of masses, remains available only as a new unit costing a fortune, or as a second-hand one with uncertain history and possible contamination. Fortunately, friend of Hackaday [Zach Fredin] is on the case, and as part of one of his MIT courses he chose to create an open-source analytical balance.

The write-up is interspersed with his course notes as he learns a series of fabrication techniques, but in addition to the milled Delrin finished model he treats us to his prototype and gives us an explanation of how these instruments work. It’s a technique that’s rather different to a traditional weighing machine: instead of measuring deformation of a spring in some way it produces a force from an electromagnet to oppose that exerted by gravity on the mass to be measured, and quantifies how much electrical energy is required to do that. The mechanism incorporates feedback through a vane and an optical sensor, which he admits he’s not yet had time to set up properly.

It’s an interesting project not least because it exposes some of the inner workings of an analytical balance, and we look forward to his completing it. If this whet your appetite for the topic it’s worth also looking at [Ben Krasnow’s] video of a balance made using a moving coil meter for an explanation of the technique.



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

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 ...