ESP32 Hands-On: Awesome Promise

The ESP32 is looking like an amazing chip, not the least for its price point. It combines WiFi and Bluetooth wireless capabilities with two CPU cores and a decent hardware peripheral set. There were modules in the wild for just under seven US dollars before they sold out, and they’re not going to get more expensive over time. Given the crazy success that Espressif had with the ESP8266, expectations are high.

And although they were just formally released ten days ago, we’ve had a couple in our hands for just about that long. It’s good to know hackers in high places — Hackaday Superfriend [Sprite_tm] works at Espressif and managed to get us a few modules, and has been great about answering our questions.

We’ve read all of the public documentation that’s out there, and spent a week writing our own “hello world” examples to confirm that things are working as they should, and root out the bugs wherever things aren’t. There’s a lot to love about these chips, but there are also many unknowns on the firmware front which is changing day-to-day. Read on for the full review.

Continue reading “ESP32 Hands-On: Awesome Promise”

Open Hardware RC Radios

A decade ago, RC transmitters were clunky, expensive and PCM. A decade before that, everything was analog. Now, RC transmitters are completely digital, allowing for hundreds of aircraft to take to the sky. They’re also cheap, thanks to engineers in China. Now, they’re open hardware, too.

An old Futaba radio outfitted with AR Uni electronics. Image source: vikar
An old Futaba radio outfitted with AR Uni electronics. Image source: vikar

An exceptionally long thread over on the RCGroups forums has been going on for a few months, extolling the virtues of the ‘AR Uni’ board that turns old transmitters into full featured digital radios. This board runs everything, from two analog sticks, a directional keyboard, pots galore, switches everywhere, and a fancy LCD that makes programming easy. The joys of Open Hardware, brought to RC geeks. It’s a thing of beauty. Continue reading “Open Hardware RC Radios”

Retro-Soviet Computer Brings The 80s Back

[Alex Zaikin] made a modern reproduction of an early-80s Soviet hobbyist home computer. Although the design was open, indeed it was published in “Radio” magazine, the project was a mammoth undertaking involving around 200 microchips, so not many “Mikro-80” computers were actually made.

[Alex] wanted to simplify the project and reduce the parts count. These days, 200 microchips’ worth of logic can easily fit inside an FPGA, and [Alex] wrangled the chip count down to seven. Moreover, he made it even easier to build your own retro minicomputer by building a modular platform: Retrobyte.

With the Retrobyte providing all of the essential infrastructure — SD card, tape recorder I/O, VGA outputs, and more — and the FPGA providing the brains, all that was left was to design a period keyboard and 3D print a nice enclosure. Project complete! Time for a few rounds of ASCII Tetris to celebrate.

We’ve covered a number of retro computer projects. We just have a soft spot for them, is all. If you don’t know what all the fuss is about, you could start out with a kit build to get your feet wet. Before long, you’ll be emulating ever obscurer computers of yore in custom logic. And when you do, be sure to drop us a line!