Agora, A Hackable E-Paper Clock

[Daniel Zilinec] appreciates the aesthetics of e-paper and thought it would make a great clock. 

The natural appearance of e-paper certainly appeals to a lot of hackers. We’ve seen everything from typewriters to trackers for imaginary money. The Agora clock is designed to be battery powered,;a classic night-stand alarm clock. With its wide angle viewing and even response to light it will be easily viewable even at dawn.

He saves the user a lot of time by designing the PCB up-front. It’s got a charging IC built in, back-light LEDs and pads for buttons. All you need to do is print out the case from the available thingiverse files and assemble. The schematic and firmware are available for the more enterprising hacker to work out as well.

There’s also a somewhat puzzling watch version of the clock. It would certainly be a fashion statement to wear one of these. Still, the is something nice about the organic feel and possible fonts that make it worth considering.

The Young Engineers Guide To University Capstone Projects

Engineering degrees are as wide and varied as the potential careers on offer out in the real world. There’s plenty of maths to learn, and a cavalcade of tough topics, from thermodynamics to fluid mechanics. However, the real challenge is the capstone project. Generally taking place in the senior year of a four-year degree, it’s a chance for students to apply everything they’ve learned on a real-world engineering project.

Known for endless late nights and the gruelling effort required, it’s an challenge that is revered beforehand, and boasted about after the fact. During the project, everyone is usually far too busy to talk about it. My experience was very much along these lines, when I undertook the Submarine That Can Fly project back in 2012.  The project taught me a lot about engineering, in a way that solving problems out of textbooks never could. What follows are some of the lessons I picked up along the way. Continue reading “The Young Engineers Guide To University Capstone Projects”

A Super Easy Laser Engraver

CNC comes in all shapes and sizes, from huge industrial lathes to homebuilt wire benders. [MJKZZ] has built their own compact rig, using optical drive parts to create a cute but effective laser engraver. (Video embedded below.)

The build aims to keep things simple by holding the laser stationary, and moving the bed instead. The laser in question is a 500 mW unit, driven by the Z axis on the Arduino CNC shield used to run the system. A DVD drive is taken apart, and the worm drive stepper motor assembly is used to slew the carriage back and forth, atop which is glued a bed. Upon this bed, a copy of the same assembly is then installed, offset 90 degrees, giving the X and Y axes.

The result of this setup is a lightweight moveable bed, controllable through Gcode with GRBL. With the laser situated above on some camera mounting gear, paper can be installed on the bed and engraved with ease. The resulting accuracy is admirable, and at full power, the laser is capable of cutting through the paper.

While it’s a lightweight rig, it could serve a purpose as a cheap and easy way to produce stencils from computerized artwork. Optical drives remain popular in the DIY CNC scene, as they’re a great way to source a moveable platform with all the mechanical considerations already worked out.

Continue reading “A Super Easy Laser Engraver”

The Strain Of Flu Shot Logistics

Did you get a flu shot this year? How about last year? In a world of next-day delivery and instant downloads, making the yearly pilgrimage to the doctor or the minute clinic feels like an outdated concept. Even if you get your shots free at the office, it’s still a pain to have to get vaccinated every year.

Unfortunately, there’s really no other way to deal with the annual threat of influenza. There’s no single vaccine for the flu because there are multiple strains that are always mutating. Unlike other viruses with one-and-done vaccinations, influenza is a moving target. Developing, producing, and distributing millions of vaccines every year is a massive operation that never stops, or even slows down a little bit. It’s basically Santa Claus territory — if Santa Claus delivered us all from mass epidemics.

The numbers are staggering. For the 2018-19 season, as in last year, there were 169.1 million doses distributed in the United States, up from 155.3 million doses the year before. How do they do it? We’re gonna roll up our sleeves and take a stab at it.

Continue reading “The Strain Of Flu Shot Logistics”

PixMob LED Wristband Teardown (Plus IR Emitters And How To Spot Them)

PixMob units are wearable LED devices intended for crowds of attendees at events like concerts. These devices allow synchronized LED effects throughout the crowd. [yeokm1] did a teardown of one obtained from a preview for the 2019 Singapore National Day Parade (NDP), and in the process learned about the devices and their infrastructure.

Suspected IR emitter for the PixMob units, mounted on a lighting tower (marked here in white).

PixMob hardware has been known to change over time. This version has two RGB LEDs (an earlier version had only one), an unmarked EEPROM, an unmarked microcontroller (suspected to be the Abov MC81F4104), and an IR receiver module. Two CR1632 coin cells in series power the device. [yeokm1] has made the schematic and other source files available on the teardown’s GitHub repository for anyone interested in a closer look.

One interesting thing that [yeokm1] discovered during the event was the apparent source of the infrared emitter controlling the devices. Knowing what to look for and reasoning that such an emitter would be mounted with a good view of the crowd, [yeokm1] suspected that the IR transmitter was mounted on a lighting tower. Viewing the tower through a smartphone’s camera revealed a purplish glow not visible to the naked eye, which is exactly the way one would expect an IR emitter to look.

Sadly, there wasn’t any opportunity to record or otherwise analyze the IR signals for later analysis but it’s possible that the IR protocol might be made public at some point. After all, running custom code on an earlier PixMob board was made possible in part by asking the right people for help.

An Epic Quest To Build The Perfect Retro Handheld

It’s a good time to be a fan of classic video games. Most of us carry around a smartphone that’s more than capable of emulating pretty much everything from the 32-bit era on down, and if you want something a little more official, the big players like Sony and Nintendo have started putting out “retro” versions of their consoles. But even still, [Mangy_Dog] wasn’t satisfied. To get the portable emulation system of his dreams, he realized he’d have to design and build it himself.

The resulting system, which he calls the “Playdog Blackbone”, is without a doubt one of the most impressive DIY builds we’ve ever seen. While there are still some issues that he’s planning on addressing in a later version of the hardware, it wouldn’t be an exaggeration to say that there’s commercially available game systems that didn’t have half as much thought put into them as the Blackbone.

Which is, incidentally, how this whole thing got started. The original plan was to buy one of those cheap emulation handhelds, which invariably seem to come in the form of a PSP clone, and fit it with a Raspberry Pi. But [Mangy_Dog] quickly realized that not only were they too small to get everything he wanted inside, but they also felt terrible in the hand. Since he wanted the final product to be comfortable to play, his first step was to design the case and get feedback on it from other retro game enthusiasts.

After a few iterations, he arrived at the design we see today. Once he printed the case out on his SLA printer, he could move on with fitting all of his electronics inside. This takes the form of a custom PCB “motherboard” which an Orange Pi Zero Plus2 (sorry Raspberry fans) connects to. There’s actually a surprising amount of room inside the case, enough for niceties like dual speakers and a fan complete with ducting to keep the board cool.

Unsurprisingly, [Mangy_Dog] says a lot of people have been asking him if they can buy their own version of the Blackbone, and have suggested he do a crowdfunding campaign to kick off mass production. While he’s looking at the possibility of resin or injection molding the case so he can produce a few more copies, on the whole, his attention has moved on to new projects. Which frankly, we can’t wait to see.

If you’re interested in slightly more modern games, we’ve seen a number of handhelds based on “trimmed” Nintendo Wii’s which you might be interested in. While they might not have the sleek external lines of the Blackbone, the work that goes into the electronics is nothing short of inspirational.

Continue reading “An Epic Quest To Build The Perfect Retro Handheld”

ATX2AT Makes Retrocomputing Safer, Heads To Kickstarter

It’s easy to take power supplies for granted in modern computing, but powering vintage hardware is not always so simple or worry-free. The power supplies for old electronics are themselves vintage, and the hardware being powered can be quite precious. A power problem can easily cause fried components and burned traces on a board. As [Doc TB] observes, by the time you hear crackling, it’s already far too late.

To address this, [Doc TB] designed the ATX2AT Smart Converter as an open source project and recently decided to make it available through a Kickstarter campaign. ATX2AT is a way to safely and securely replace some vintage power supplies with a standard PC ATX power supply, and adds a large number of protection features such as current monitoring and programmable reaction time for overcurrent protection. All of this can help prevent a retrocomputer enthusiast’s precious vintage hardware from being damaged in the event of a problem. It’s not just for powering known-good hardware; it can be invaluable when testing or repairing hardware that might be in an unknown state.

When we first came across [Doc TB]’s ATX2AT project we recognized it as a well-made device to address a specific niche, and to do it well. Assessing risk takes into account not only the probability of a problem occurring, but also just how bad things would be if it did happen. If your old hardware is precious enough to warrant the extra protection, or you are into repairing or assessing old hardware, then an ATX2AT might be just what you need. You can see it in action in the video embedded below.

Continue reading “ATX2AT Makes Retrocomputing Safer, Heads To Kickstarter”