A Fully-Transparent Air Bubble Display

We all have good intentions when starting a new project, but then again, we all know where those lead. Such is the case with [RealCorebb]’s BBAir project, a completely transparent air bubble display. Although the plan was to spend about three months on it, the months slowly added up to a full year of tinkering.

It all started when [RealCorebb] made a subscriber counter using Minecraft campfire smoke to display the digits. Someone suggested using air to implement the next iteration, and for [RealCorebb], it was challenge accepted. After considering a syringe for each channel, a separate pump, or one pump and many solenoids, [RealCorebb] settled on solenoids to push air, and designed a PCB to reduce the amount of wire spaghetti.

Once [RealCorebb] created an acrylic enclosure and wired everything up, it was time to test it out. Everything worked, except that air was leaking from somewhere, which turned out to be the way the solenoids were installed. Then, of course, it was time to don sunglasses and write the code. We still don’t know if [RealCorebb] settled on water, glycerine, or silicone oil, but the end result is quite nice, and we’re betting on glycerine. Be sure to check out the build video after the break, which has English subtitles.

Although we’ve seen our share of bubble displays before, we often discuss bubble LEDs displays like this one.

Continue reading “A Fully-Transparent Air Bubble Display”

Inside A Rubidium Frequency Standard

We think of crystals as the gold standard of frequency generation. However, if you want real precision, you need something either better than a crystal or something that will correct for tiny errors — often called disciplining the oscillator. [W3AXL] picked up a rubidium reference oscillator on eBay at a low cost, and he shows us how it works in the video you can see below. He started with a GPS-disciplined oscillator he had built earlier and planned to convert it to discipline from the rubidium clock.

The connector looks like a D-shell connector superficially, but it has a coax connector in addition to the usual pins. The device did work on initial powerup, and using a lissajous pattern to compare the existing oscillator with the new device worked well.

Continue reading “Inside A Rubidium Frequency Standard”

Build A Strandbeest Replica Of Your Very Own

[Theo Jansen] is famous for his giant walking Strandbeest creations. They’re elegant, impressive, and powered by nature, and their walking mechanism is a thing of beauty. If you’ve ever wanted to build your own, [Antonio Garcia] has just the guide to get you started on the smaller scale.

Unlike so many other builds today, this one features some good old fashioned craft techniques. The build uses popsicle sticks for the legs, what appear to be toothpicks for the joints, and a cardboard box for the main body. A small brushed DC motor is used for propulsion to keep things easy, which runs off a few AA batteries. It’s a gearmotor, which gives it plenty of torque to propel the walking mechanism without undue strain.

It may not be powered by nature, and it may not be taller than most humans, but it’s still got an appealing gait and it still inspires us with its design. If you want to learn more, go ahead and take a gander at [Theo Jansen’s] own designs and see what you can pick up. Video after the break.

Continue reading “Build A Strandbeest Replica Of Your Very Own”

Adding Cellular Connectivity To The Hackaday Supercon Badge

Did you manage to make it down to Hackaday Supercon 2023? Maybe you did, and maybe you had a great time hacking away on the badge. [Dan] and ex-Hackaday alumnus [Mike Szczys] certainly did, with the guys from Golioth adding cellular connectivity to the hardware and developing a community art project.

The badge was hooked up over I2C to a Golioth Aludel Mini, which is a prototyping platform featuring a Sparkfun nRF9160 cellular modem. A custom Micropython implementation was compiled for the badge so that the badge could act as an I2C peripheral to be queried by the Aludel Mini. The sketch app on the badge was tweaked to allow the small pictures it created to be be uploaded to a cloud site called Badgecase, programmed in Rust. Amusingly, it turns out the sketch app uses a rectangular workspace, though you only see a circular section of it on the Supercon badge’s awesomely round display.

Much of the hack is happening off-board from the badge itself, but it’s a neat piece of work that shows how easy cellular connectivity is to implement these days. We’ve seen some other great feats with the Vectorscope badge, and it looked great if you happened to 3D print a case for it, too. Video after the break.

Continue reading “Adding Cellular Connectivity To The Hackaday Supercon Badge”

BBC Basic Is Back In A Big Way

The BBC has a long history of teaching the world about computers. The broadcaster’s name was proudly displayed on the BBC Micro, and BBC Basic was the programming language developed especially for that computer. Now, BBC Basic is back and running on a whole mess of modern platforms.

BBC Basic for SDL 2.0 will run on Windows, MacOS, x86 Linux, and even Raspberry Pi OS, Android, and iOS. Desktop versions of the programming environment feature a BASIC editor that has syntax coloring for ease of use, along with luxury features like search and replace that weren’t always available at the dawn of the microcomputer era. Meanwhile, the smartphone versions feature a simplified interface designed to work better in a touchscreen environment.

It’s weird to see, but BBC Basic can actually do some interesting stuff given the power of modern hardware. It can address up to 256 MB of memory, and work with far more advanced graphical assets than would ever have been possible on the original BBC Micro. If you honed your programming skills on that old metal, you might be impressed with what they can achieve with BBC Basic in a new, more powerful context.

If you’re passionate about the BBC and its history with computers, we’ve talked plenty about the BBC Micro in the past, too.

[Thanks to Stephen Walters for the tip!]

Walking Desk Is More Annoying Than A Standing Desk

We’re often told that sitting is bad for our backs, for our necks, and even our general health. The standing desk aims to solve this by keeping us in a more vertical position while we work. [Joel Creates] took this a step further by creating a walking desk that’s motorized and keeps him on the move.

[Joel’s] build started with a standing desk. He then pulled off the desk’s standard wheels, and replaced them with motors sourced from cheap second-hand hoverboards and a couple of casters. The hoverboard wheels and casters were upgraded with pneumatic tires for the sake of a smoother ride, and control is via a thumbstick mounted on a mouse. Power is via a large bank of lithium-polymer batteries which are responsible for running the motors and the computer hardware which [Joel] uses to work on the go. A solar panel canopy helps top off the batteries when he’s out and about.

As you might imagine, a guy walking around trails with an entire computer desk draws a lot of attention. It’s probably not the best way to be productive, but it’s a neat way to integrate exercise into your routine if you’re always working at a computer. Somehow we suspect these might not catch on. Video after the break.

Continue reading “Walking Desk Is More Annoying Than A Standing Desk”

Double-Dose Of AI Turns Daily Tasks Into Works Of Art

Not so long ago, “Magic Mirror” builds were all the rage, and we have to admit getting out daily reminders and newsfeeds on an LCD display sitting behind a partially reflective mirror is not without its charms. But styles ebb and flow, so we don’t see too many of those builds anymore. This e-ink daily calendar reminder hearkens back to those Magic Mirrors, only with a double twist of AI.

This project is the work of [Ilkka Turunen], and right up front we’ll say the results are just gorgeous. A lot of that has to do with the 10.3″ e-ink display used, but more with the creative use of not one but two machine learning systems. The first is ChatGPT, which [Ilkka] uses to parse the day’s online calendar entries and grab the most significant events to generate a prompt for DALL-E. The generated DALL-E prompt has specific instructions that guide the style of the image, which honestly is where most of the artistry lies. [Ilkka]’s aesthetic choices, like suggesting that the images look like a 19th-century lithograph or a satirical comic from a turn-of-the-(last)-century newspaper. The prompt is then sent off to DALL-E for rendering, and the resulting image is displayed.

It has to be said that the prompts that ChatGPT generates based on the combination of [Ilkka]’s aesthetic preferences and the random events of the day are strikingly complex. The chatbot really seems to be showing some imagination these days; DALL-E is no slouch either in turning those words into images.

Like the idea of an e-ink daily reminder but prefer a less artistic presentation? This should help.

Continue reading “Double-Dose Of AI Turns Daily Tasks Into Works Of Art”