CH32V003 Provides Ultra Cheap Speech Recognition

Speech recognition was once the stuff of science fiction, but it’s now possible with relatively modest hardware. Just how modest, you ask? How about a 10 cent microcontroller?

[Brian Smith] has achieved a very basic form of speech recognition on a CH32V003 RISC-V microcontroller. It may only recognize spoken digits, but that it does so at all on such a modest platform is impressive in itself.

For training purposes it enlists the help of a desktop Linux computer, however the recognition process is purely in the ten cent chip. He goes into much detail about how it achieves this on a system without floating point arithmetic, as well as the other shortcomings of such a limited platform.

We’ve become used to thinking of super-cheap chips as of limited use, but the truth is they’re surprisingly more capable than expected. We’re seeing them starting to appear as subsidiary processors on some badges, so it will be interesting to see them proliferate in more projects now their availability problems have eased. Go on – for ten cents, what do you have to lose?

Tiny Orrery Is A Watchmaker’s Tour De Force

Six tiny gears, a few fancy pins, and some clever casting are what it takes to build this tiny orrery. And patience — a lot of patience, too.

As model solar systems go, this one is exceptionally small. Its maker, [Mike] from Chronova Engineering, says it measures about 20 mm across and qualifies as the smallest orrery around. We can’t officiate that claim, but we’re not going to argue with it either. It’s limited to the Sun-Earth-Moon system, and while not as complete as some other models we’ve seen, it’s still exquisitely detailed. The gears that keep the Moon rotating 12.4 times around the Earth for each rotation of our home planet around the Sun are tiny, and take an abundance of watchmaking skill to pull off.

The video below shows the whole process, which is absolutely entrancing to watch. There are some neat tricks on display, from milling out the arms of the main wheel using a powered tailstock spindle to casting the Sun from resin in a silicone mold. The final model, with the model Earth and Moon spinning around the Sun on delicate brass wheels, is a visual treat.

We’ve seen some interesting stuff from Chronova Engineering lately, including this bimetallic tea timer.

Continue reading “Tiny Orrery Is A Watchmaker’s Tour De Force”

Can You Hear Me Now? Try These Headphones

When you are young, you take it for granted that you can pick out a voice in a crowded room or a factory floor. But as you get older, your hearing often gets to the point where a noisy room merges into a mishmash of sounds. University of Washington researchers have developed what they call Target Speech Hearing. In plain English, it is an AI-powered headphone that lets you look at someone and pull their voice out of the chatter. For best results, however, have to enroll their voice first, so it wouldn’t make a great eavesdropping device.

If you want to dive into the technical details, their paper goes into how it works. The prototype uses a Sony noise-cancelling headset. However, the system requires binaural microphones so additional microphones attach to the outside of the headphones.

Continue reading “Can You Hear Me Now? Try These Headphones”

The Genius Of Slide Rule Precision

Most people have heard of or seen slide rules, with older generations likely having used these devices in school and at their jobs. As purely analog computers these ingenious devices use precomputed scales on slides, which when positioned to a specific input can give the output to a wide range of calculations, ranging from simple divisions and multiplications to operations that we generally use a scientific calculator for these days. Even so, these simple devices are both very versatile and can be extremely precise, as [Bob, the Science Guy] demonstrates in a recent video.

Slide rules at their core are very simple: you got different scales (marked by a label) which can slide relative to each other. Simple slide rules will only have the A through D scales, with an input provided by moving one scale relative to the relevant other scale (e.g. C and D for multiplication/division) after which the result can be read out. Of course, it seems reasonable that the larger your slide rule is, the more precision you can get out of it. Except that if you have e.g. the W1 and W2 scales on a shorter (e.g. 10″) slide rule, you can use those to get the precision of a much larger (20″) slide rule, as [Bob] demonstrates.

Even though slide rules have a steeper learning curve than punching numbers into a scientific calculator, it is hard to argue the benefits of understanding such relationships between the different scales, and why they exist in the first place.

Continue reading “The Genius Of Slide Rule Precision”

FLOSS Weekly Episode 785: Designing GUIs And Building Instruments With EEZ

This week Jonathan Bennett chats with Dennis and Goran about EEZ, the series of projects that started with an Open Source programmable power supply, continued with the BB3 modular test bench tool, and continues with EEZ Studio, a GUI design tool for embedded devices.

Continue reading “FLOSS Weekly Episode 785: Designing GUIs And Building Instruments With EEZ”

Pixel Graphics From An HD44780, By Cutting Wires

[Felipe Tavares] wasn’t satisfied with the boring default fonts on an HD44780-based display. And while you can play some clever tricks with user-defined characters, if you want to treat the display as an array of pixels, you’ve got to get out your scalpel and cut up a data line.

The hack builds on work from [MisterHW] who documented the bits going from the common display driver to the display, and suggested that by cutting the data line and sending your own bits, you could send arbitrary graphics. The trick was to make sure that they’re in sync with the display, though, which means reading the frame sync line in user code.

This done, it looks like [Felipe] has it working! If you can read Rust for the ESP32, he has even provided us with a working demo of the code that makes it work.

We can’t help but wonder if it’s not possible to go even lower-level and omit the HD44780 entirely. Has anyone tried driving one of these little LCD displays directly from a microcontroller, essentially implementing the HD44780 yourself?

Any way you slice it, this is a cool hack, and it opens up the doors to DOOM, or as [MisterHW] suggests, Bad Apple on these little displays . If you do it, we want to see it.

If your needs aren’t so exotic, the classic HD44780 display is a piece of cake to get working, and an invaluable tool in anyone’s toolbox.

Printing A Replacement Case For The ThinkPad 701c

Even among ThinkPads, which are nearly universally loved by hardware hackers and Linux tinkerers alike, the 701c is a particularly rare and desirable machine. Best known for it’s “butterfly” slide out keyboard, the IBM-designed subnotebook from the mid-1990s has gained a following all its own, with active efforts to repair and restore any surviving specimens still out in the wild.

[polymatt] has already taken on a number of 701c restoration projects, but the recent release of a 3D printable case for the vintage laptop is arguably the most impressive to date. After spending an untold number of hours with an original case and a pair of calipers, the final design has been released under the Creative Commons Attribution-NonCommercial license — in other words, you’re free to print one to spruce up your 701c, but don’t run off a stack of them and start trying to move them on Etsy.

Continue reading “Printing A Replacement Case For The ThinkPad 701c”