This machine helps to experimentally find an estimation of absolute zero

How can we ever really know anything? If you listen to the anti-science types, you might believe that we can’t. But if you get past Plato’s Allegory of the Cave, you can start identifying basic truths, through logic and experiments, on which to build upon. One important foundational building block is absolute zero. Most of […]

The post This machine helps to experimentally find an estimation of absolute zero appeared first on Arduino Blog.

How can we ever really know anything? If you listen to the anti-science types, you might believe that we can’t. But if you get past Plato’s Allegory of the Cave, you can start identifying basic truths, through logic and experiments, on which to build upon. One important foundational building block is absolute zero. Most of us take scientists at their word about where that is relative to temperatures we can comprehend, but Marb built this machine to find it for himself through experimentation.

In the real world, nobody can physically bring anything down to absolute zero. It is a bit like Zeno’s Dichotomy Paradox — you can’t reach zero, because there isn’t anything cooler than the thing you’re cooling, so you just keep getting closer. But it is possible to get really close and that’s why Marb did here. 

The experiment works by expanding gas as much as is feasible, reducing the average energy in any given volume and resulting in cooling…on average. If you’ve ever used canned air to clean a dirty keyboard, you’ve experienced that effect yourself. 

But Marb didn’t have a way to expand gas enough to get anywhere close to absolute zero. Instead, he needed a way to develop a mathematical function to estimate the value.

To achieve that, he used a glass syringe (meant for gasses), a hot air gun, a thermocouple with amplifier, and a time-of-flight sensor from Adafruit. An Arduino Nano board took measurements from those. It measured the temperature and the plunger position in pairs while Marb heated the syringe. Using those values, Marb was able to calculate the gas volume for each given temperature.

From there, estimating absolute zero was a matter of finding a function that fits the measured values and extrapolating it out to zero.

The post This machine helps to experimentally find an estimation of absolute zero appeared first on Arduino Blog.

Solar upgrades the Nebulophone synthesizer to enhance playability 

Woodwinds and brass are so 19th century. We’re living in the future and now it is synthesizers all the way down. There are many to choose from and the Bleep Labs Nebulophone is a neat example that was sold from 2012 to 2016, with the design files now available on GitHub for DIYers. Marcus Dunn […]

The post Solar upgrades the Nebulophone synthesizer to enhance playability  appeared first on Arduino Blog.

Woodwinds and brass are so 19th century. We’re living in the future and now it is synthesizers all the way down. There are many to choose from and the Bleep Labs Nebulophone is a neat example that was sold from 2012 to 2016, with the design files now available on GitHub for DIYers. Marcus Dunn liked how the Nebulophone sounds, but wanted it to be more practical. That’s why he developed this “Solar” upgrade that dramatically enhances the playability of the Nebulophone.

The primary interface of the Nebulophone is a stylus keyboard integrated directly into the PCB. That was a design choice that saved a lot of money and has a lot of character, similar to the iconic Stylophone, but a stylus is a bit unwieldy during performances that include several pieces of equipment.

Dunn’s Solar upgrade adds a tactile keyboard and repackages the entire thing so that it can fit in a Eurorack along with other modules. There is also a sync-in for using Solar with other synths.

The audio circuitry is based on the original Nebulophone, but Dunn completely redesigned the PCB to accommodate the new features. In fact, Solar has two PCBs: one for the circuitry and one that mostly acts as a cover plate. It looks great with the Cherry MX key switches and key caps. 

The brain of the operation is an Arduino Nano board and it runs the Nebulophone sketch, available on Dunn’s GitHub page. As Dunn demonstrates in his video, Solar sounds really cool and would be a great addition to your Eurorack. 

The post Solar upgrades the Nebulophone synthesizer to enhance playability  appeared first on Arduino Blog.