Spooky, Scary Skeleton Is Pi Pico Powered

It’s the spookiest time of year once again, and hackers across the globe are cobbling together some spine-chilling projects. [Kevin] is amongst them, and has created a spooky, scary skeleton just in time for Halloween.

The project works in a relatively simple fashion: essentially, a Raspberry Pi Pico is charged with reading an HC-SR04 ultrasonic rangefinder. It’s all wrapped up in a 3D-printed skull-like housing. When the skeleton detects someone or something close in front, the Pi triggers a small servo hooked up to a 3D-printed gear. This interfaces with a pair of racks which drive the skull’s eyebrows up and down, and opens and shuts its jaw.

Of course, there are some major anatomical problems here. Skulls don’t have eyebrows; that’s just not possible. Eyebrows are hair attached to flesh and muscle; they simply don’t exist in the world of bone. However, it’s fair to say [Kevin]’s taking creative license for the sake of the holiday, and we can all support that.

This is a basic build, and a fun one. It would be an excellent way to learn some basic microcontroller skills, while also serving as a great little Halloween charm to scare guests going back to the fridge for another beverage.

We get a cavalcade of quality holiday hacks every year around this time. This year should be no exception – so get your spooktacular hacks into the tips line, post-haste! Video after the break.

Continue reading “Spooky, Scary Skeleton Is Pi Pico Powered”

Hackaday Prize 2022: Hedge Watcher Aims To Save Precious Bird Life

Hedges aren’t just a pretty garden decoration. They’re also a major habitat for many species of insects, birds, and other wildlife. In some areas, a lot of hedge trimming goes during the time that local birds are raising their fledglings, which causes harm at a crucial time. Thus, [Johann Elias Stoetzer] and fellow students were inspired to create Hedge Watcher.

Birds can easily blend in with their surroundings, but thermal cameras are a great way to spot them.

The concept is simple – using thermal vision to spot birds inside a hedge when they may not otherwise be easily visible. Many species blend in with their surroundings in a visual manner, so thermal imaging is a great way to get around this. It can help to avoid destroying nests or otherwise harming birds when trimming back hedges. The idea was sourced from large-scale agricultural operations, which regularly use thermal cameras mounted on drones to look for wildlife before harvesting a field.

However, staring at a thermal camera readout every few seconds while trimming hedges isn’t exactly practical. Instead, the students created an augmented reality (AR) monocular to allow the user to trim hedges at the same time as keeping an eye on the thermal camera feed. Further work involved testing a binocular AR headset, as well as a VR headset. The AR setups proved most useful as they allowed for better situational awareness while working.

It’s a creative solution to protecting the local birdlife, and is to be applauded. There’s plenty of hubris around potential uses for augmented reality, but this is a great example of a real and practical one. And, if you’re keen to experiment with AR yourself, note that it doesn’t have to break the bank either!

 

Publish Or Perish: Data Storage And Civilization

Who do you think of when you think of ancient civilizations? Romans? Greeks? Chinese? India? Egyptians?  What about the Scythians, the Muisca, Gana, or the Kerma? You might not recognize that second group as readily because they all didn’t have writing systems. The same goes, to a lesser extent, for the Etruscans, the Minoans, or the inhabitants of Easter Island where they wrote, but no one remembers how to read their writing. Even the Egyptians were mysterious until the discovery of the Rosetta stone. We imagine that an author writing in Etruscan didn’t think that no one would be able to read the writing in the future–they probably thought they were recording their thoughts for all eternity. Hubris? Maybe, but what about our documents that are increasingly stored as bits somewhere?

Continue reading “Publish Or Perish: Data Storage And Civilization”

Imagining A Dune-accurate Fremen Thumper

Never underestimate the power of fandom to obsess over the smallest details of its chosen canon. We say that with all due respect, of course, as some of the builds that result are really cool, like this working Fremen thumper from the Dune universe.

If you aren’t up to speed on [Frank Herbert]’s sci-fi epic, the Fremen are a warrior race that populates the sands of the desert planet Arrakis, which is inhabited by giant sandworms. The worms are attracted to vibrations, and thumpers are supposed to be mechanical devices set into the sand to lure worms. Thumpers are only vaguely described in the text, and have been imagined to varying degrees of success in the filmed versions of the story.

[Attoparsec] decided to take a stab at a working version, with the twist of making it plausible within what’s known about the Fremen in the stories. He settled on a pneumatic drive, which seems like something the Fremen would use. Using compressed CO2 cartridges, he discovered that it’s far easier to make a high-speed pneumatic vibrator than it is to make a piston move slowly up and down. Several iterations were needed to get to a mechanism capable of the more stately movements seen in any of the film versions of the story, and even then the thumping seems a bit fast for our liking. The triggering mechanism was very cool, though, and somewhat unexpected — [Herbert] describes “lighting the candle” to trigger a thumper, which led to the use of a thermal pressure relief valve and a fuse.

The video below goes over the design and build in some detail, as well as demonstrates the thumper in action with a clever cosplay bit. Hats off to [Attoparsec] for this dive down the fandom rabbit hole, maybe a faithful version of the “pain box” will be next up on the project list.

Continue reading “Imagining A Dune-accurate Fremen Thumper”

2022 Cyberdeck Contest: Picking The Best Of The Best

Given how many incredible builds we’ve covered over the last couple of years, we knew that an official Cyberdeck Contest would certainly receive some impressive entries. But never in our wildest dreams could we have predicted that more than 100 decks would end up crossing the finish line, or that of them, the vast majority would be never-before-seen designs. In fact, the response to this contest was so overwhelming that the judging process took far longer than we originally anticipated.

Ultimately, we decided that there were simply too many phenomenal builds entered into the contest to award $150 Digikey spending sprees to just three of them. So as an added bonus, we’ve rustled up some $50 Tindie gift certificates that will go to the four special category honorable mentions.

With that, let’s take a look at the cyberdecks that took top honors as decided by our panel of judges.

Continue reading “2022 Cyberdeck Contest: Picking The Best Of The Best”

Tiny Thin Client Is Small But Compatible

We were impressed with [moononournation’s] tiny thin client project. It claims to use an Arduino, but as you might guess it is using the Arduino software along with a network-enabled microcontroller like an ESP32. The impressive part is that it is standards-compliant and implements VNC’s RFB protocol.

The original coding for RFB on Arduino is from [Links2004] and armed with that, the thin client is probably easier to create than you would guess. However, this project wanted to use a larger screen and found that it led to certain problems. In particular, the original code had a 320×240 display. This project was to use an 800×480 display, but with the limits on the ESP32, the frame rate possible would be under 7 frames per second. The answer was to combine a 16-bit parallel interface with better compression back to the VNC server.

The little keyboard is probably not very practical, but it is compact. That would be another easy thing to modify. Currently, the keyboard uses I2C, but it would be straightforward to change things up. This would be a worthy base to build a bigger project on top. A 3D printed enclosure would be nice, too.

We’ve seen a number of projects built around commercial thin clients. Some from defunct businesses are good sources for obscure parts, too.

Continue reading “Tiny Thin Client Is Small But Compatible”

3D Printed Sorter Separates Spare Hex Nuts With A Shake

Got a pile of mixed hex nuts? Sort them in no time by printing [jonafriendj]’s nut sorter, which has options for pretty much any nut size you’d be after (it’s labeled metric, but actually includes Imperial sizes as well.)

Something to admire about the design is the handy little raised labels on each of the sieves, and the fact that all the parts print entirely without supports. Designing a part to play to a manufacturing method’s strengths (and avoid its weaknesses) is good DFM, or Design for Manufacturing.

With 3D printing being the boon that it is to workshops and hobbyists everywhere, it certainly pays to strive for good DFM, especially for designs meant to be shared with others. Sometimes good DFM takes a page from other manufacturing methods like injection molding, and we end up with things like using crush ribs on printed parts.

Want to see a demonstration of [jonafriendj]’s nut sorting design? Check out the short video embedded below the page break. If that leaves you wanting, take a look at a motorized, automated DIY solution.

Continue reading “3D Printed Sorter Separates Spare Hex Nuts With A Shake”