❌

Normal view

There are new articles available, click to refresh the page.
Before yesterdayMain stream

Neural Net Reads the Gas Meter

21 July 2026 at 14:30

In an ideal world, the role of technology would be to make all of our lives easier. And although all the ads suddenly appearing in our smart TVs and gaming systems might make it seem otherwise, some technology can still improve our lives if we work hard at it. For [Cian], that meant training a neural network to read his gas meter so he wouldn’t have to do it himself.

The root issue here is twofold, first that [Cian]’s gas company hasn’t upgraded their own technology to modern, remote-readable meters, and second that the meter can’t be read by a gas employee because it’s hidden in the depths of [Cian]’s basement. This latter fact requires him to delve into Moria-like depths to get to the meter, so the solution here was to place a Raspberry Pi in this location instead. With a camera pointed at the meter, it’s not quite capable of discerning digits on its own so a neural network was trained in order to get accurate readings of the dial. And, finally, since the machine is networked already [Cian] set it up to automatically notify the gas company of its reading so he is now completely out of the loop.

For automating tedious tasks like these, the Raspberry Pi with something like OpenCV as a computer vision tool is a fairly mature platform for light machine learning duties like these. We’ve seen license plate readers as well as neighborhood traffic surveys built on these platforms to help automate human labor away, making our lives easier one single-board computer at a time.

Printing Fungal Art with Laser Control

12 July 2026 at 07:00
A series of simulations of a shape are shown, with that shape traced out in a petri dish with a laser below. The shape is roughly like a 90-degree corner bisected by a third arm.

Preservationists usually take great care to prevent fungi from appearing the world of art, but in the case of [Kexin Wang]’s Funguy project, the fungus itself is the art. It uses a laser diode to repeatedly trace an outline onto a dish of agar gel in which fungus is growing, and the photophobic fungus grows only up to the edge of the laser-traced figure, potentially creating complex designs.

This project evolved out of a research project in which they developed a computer model for fungal growth, then used its predictions and a laser to control a fungus’s growth pattern. The model has two parts: a temporal convolutional neural network which learns fungi growth patterns from a series of images, and a cellular automaton to simulate these growth patterns under different starting conditions. The cellular automaton’s rules aren’t fixed; each cell runs a small neural network which learns the rules under supervision from the convolutional network. By training these networks on images of the growth stages of three different fungi, it was able to realistically predict the different growth patterns of the different species.

To actually control the growth pattern, the researchers tried a series of different wavelengths and laser powers; shorter wavelengths tended to work better, with a 405 nm laser working best. The growth model complemented the laser setup by predicting in which areas the growth medium had run out of nutrients. Since fungus would no longer spread in these regions, the laser no longer needed to trace these sections. The Funguy kit’s laser system itself is similar to a laser engraver, with an XY-kinematic system seemingly built from a DVD drive frame. It uses fungi from the Mucor genus, though it can print with other photophobic microorganisms, such as slime molds.

This project seems aimed at artistic and educational uses, but considering the various electronic parts that have been made of fungi, more functional applications should be possible.

❌
❌