The First Real Palmtop

Back before COVID-19, I was walking through the airport towards the gate when suddenly I remembered a document I wanted to read on the flight but had forgotten to bring along. No worry, I paused for a bit on the concourse, reached into my pocket and proceeded to download the document from the Internet. Once comfortably seated on the plane, I relaxed and began reading. Afterwards, I did a little programming in C on a shareware program I was developing.

Today this would be an ordinary if not boring recollection, except for one thing: this happened in the 1990s, and what I pulled out of my pocket was a fully functional MS-DOS computer:

Introducing the HP-200LX, the first real palmtop computer. I used one of these daily up until the mid-2000s, and still have an operational one in my desk drawer. Let’s step back in time and see how this powerful pocket computer began its life. Continue reading “The First Real Palmtop”

Did ET Finally Call Us?

An Australian radio telescope picked up unusual signals back in 2019 and thinks they originated from Proxima Centauri, a scant 4.3 light years from our blue marble. Researchers caution that it almost certainly is a signal of human or natural origin and that more analysis will probably show it didn’t come from Proxima Centauri. But they can’t yet explain it.

The research is from the Breakthrough Listen project, a decade-long SETI project. The 980 MHz BLC-1 signal, as it’s called, meets the tests that identify the signal as interesting. It has a narrow bandwidth, it drifts in frequency consistent with a signal moving away or towards the Earth, and it disappears when the radio telescope points elsewhere.

Continue reading “Did ET Finally Call Us?”

We Bet You’ve Never Seen A Pink Denture Synth

At one end of the synthesizer world, there stands commercial instruments designed for the ultimate in sound quality and performance, tailored to the needs of professional musicians. On the other, there are weird, wacky prototypes and artistic builds that aim to challenge our conception of what a synth should be. The VOC-25 by [Love Hultén] falls firmly in the latter category.

The synth is built around the Axoloti Core, a microcontroller board set up for audio experimentation. Packing stereo DACs and ADCs, and MIDI input and output, it’s the perfect base for such a project. Loaded up with vocal samples, it’s played by a keyboard in a fairly typical sense. Where things get interesting is the panel containing 25 sets of plastic teeth. The teeth open and close when the user plays the corresponding note, thanks to a solenoid. Along with the clacking sound of the machinery and pearly whites themselves, it adds quite a creepy vibe to the piece.

With its clean pastel enclosure, we can imagine this piece as the star of an avant-garde filmclip, or merely something to terrify children at a Maker Faire. It’s a fun build, to be sure. We’ve seen some other great experimental synths over the years, too – this 48 Game Boy build comes to mind. Video after the break.

Continue reading “We Bet You’ve Never Seen A Pink Denture Synth”

Weather Note Tells You What You Need To Know, And No More

Smartphones are portals to an overwhelming torrent of information. Yes, they’re a great way to find out the time, your bus schedule, and the weather, but they’re also full of buzzers and bells going off every three minutes to remind you that your uncle has reposted a photo of the fish he caught ten years ago. Sometimes, it’s better to display just the essentials, and that’s what Weather Note does.

It’s built around the Adafruit Feather Huzzah, a devboard built around the venerable ESP8266. It’s a great base for an Internet of Things project like this one, with WiFi built-in and ready to go. The Weather Note talks to a variety of online platforms to scrape weather data and helpful reminders, with the assistance of If This Then That, or IFTTT. Reminders to walk the dog or get some milk are displayed on a small OLED screen, while there’s also a bunch of alphanumeric displays for other information. WS2812 LEDs are used behind a shadowbox to display weather conditions, with cute cloud, rain, and sun icons. It’s all wrapped up in a tidy frame perfect for the mantlepiece or breakfast table.

It’s a great build to learn about programming for the Internet of Things, and with those bright LED displays, it’s probably a viable nightlight too. It’s a rare project that can both tell you about the weather and keep you from stubbing your toe in the kitchen, after all. Those desiring a stealthier build should consider going down the smart mirror route instead. Video after the break.

Continue reading “Weather Note Tells You What You Need To Know, And No More”

Splash Droplet Photos

Water droplets are beautiful things, though photographing them can prove difficult without a little help. Precise timing is key, and that’s what led [Alex Pikkert] to build a timing controller to help nail the perfect shot.

It’s a job that’s ideally suited for the average microcontroller. In this case, [Alex] chose the venerable Arduino Uno. Paired with a bunch of buttons and a 16 x 2 character LCD, it has a simple-to-navigate interface for dialling in a shot. The trick to splash and droplet photography is to first open a valve to release a droplet, and then fire a flash a set time after to capture the droplet in flight, after it’s hit the surface of the liquid. [Alex]’s design uses a MOSFET to trigger the water valve, and optoisolators to safely trigger the flash and camera.

[Alex] has gotten some impressive results with the rig, and it would serve as a great starting point for anyone looking to get into the field. We’ve seen similar builds before, too. If you’ve got your own fancy photography rig for those otherwise-impossible shots, be sure to drop us a line!

Hackaday Links Column Banner

Hackaday Links: December 20, 2020

If development platforms were people, Google would be one of the most prolific serial killers in history. Android Things, Google’s attempt at an OS for IoT devices, will officially start shutting down on January 5, 2021, and the plug will be pulled for good a year later. Android Things, which was basically a stripped-down version of the popular phone operating system, had promise, especially considering that Google was pitching it as a secure alternative in the IoT space, where security is often an afterthought. We haven’t exactly seen a lot of projects using Android Things, so the loss is probably not huge, but the list of projects snuffed by Google and the number of developers and users left high and dry by these changes continues to grow. Continue reading “Hackaday Links: December 20, 2020”

Lidar House Looks Good, Looks All Around

A lighthouse beams light out to make itself and its shoreline visible. [Daniel’s] lighthouse has the opposite function, using lasers to map out the area around itself. Using an Arduino and a ToF sensor, the concept is relatively simple. However, connecting to something that rotates 360 degrees is always a challenge.

The lighthouse is inexpensive — about $40 — and small. Small enough, in fact, to mount on top of a robot, which would give you great situational awareness on a robot big enough to support it. You can see the device in action in the video below. Continue reading “Lidar House Looks Good, Looks All Around”