The Atomic Pi: Is It Worth It?

Several months ago, a strange Kickstarter project from ‘Team IoT’ appeared that seemed too good to be true. The Atomic Pi was billed as a high-power alternative to the Raspberry Pi, and the specs are amazing. For thirty five American buckaroos, you get a single board computer with an Intel processor. You get 16 Gigs of eMMC Flash, more than enough for a basic Linux system and even a cut-down version of Windows 10. You have WiFi, you have Bluetooth, you have a real time clock, something so many of the other single board computers forget. The best part? It’s only thirty five dollars.

Naturally, people lost their minds. There are many challengers to the Raspberry Pi, but nothing so far can beat the Pi on both price and performance. Could the Atomic Pi be the single board computer that finally brings the folks from Cambridge to their knees? Is this the computer that will revolutionize STEM education, get on a postage stamp, and sell tens of millions of units?

No. The answer is no. While I’m not allowed to call the Atomic Pi “literal garbage” because our editors insist on the technicality that it’s “surplus” because they were purchased before they hit the trash cans, there will be no community built around this thirty five dollar single board computer. This is a piece of electronic flotsam that will go down in history right next to the Ouya console. There will be no new Atomic Pis made, and I highly doubt there will ever be any software updates. Come throw your money away on silicon, fiberglass and metal detritus! Or maybe you have a use for this thing. Meet the Atomic Pi!

Continue reading “The Atomic Pi: Is It Worth It?”

You Don’t Need That Bulky CRT Oscilloscope Anymore

While it might be nice to use a $4,000 oscilloscope in a lab at a university or well-funded corporate environment, a good portion of us won’t have access to that kind of equipment in our own home shops. There are a few ways of getting a working oscilloscope without breaking the bank, though. One option is to find old CRT-based unit for maybe $50 on craigslist which might still have 60% of its original 1970s-era equipment still operational. A more reliable, and similarly-priced, way of getting an oscilloscope is to just convert a device you already have.

The EspoTek Labrador is an open-source way of converting a Raspberry Pi, Android device, or even a regular run-of-the-mill computer into a working oscilloscope. It’s a small USB device with about a two square inch PCB footprint that includes some other features as well like a signal generator and logic analyzer. It’s based on an ATxmega which is your standard Arduino-style AVR microcontroller but geared for low power usage. It looks as though it is pretty simple to use as well, and the only requirements are that you can install the software needed for the device on whatever computing platform you decide to use.

While the Labrador is available for sale at their website, it is definitely a bonus when companies offer products like this but also release the hardware and software as open source. That’s certainly a good way to get our attention, at least. You can build your own if you’d like, but if you’d rather save the time you have pre-built options. And it doesn’t hurt that most of the reviews of this product seem to be very favorable (although we haven’t tried one out ourselves). If you’d prefer an option without a company backing it, though, we have you covered there too.

A Briefcase Computer For Your Hacking Needs

Decent laptop computers have been available for decades now. Despite this, there’s still something charming and enigmatic about a computer hidden within a briefcase. [MakeFailRepeat] wanted just such a rig, so did the maker thing and built one.

The project began when [MakeFailRepeat] was donated a 15″ monitor that ran on 12V. Naturally, it needed to be used in an awesome project, and the build began. MDF panels were cut to mount the screen inside an aluminium briefcase, and covered in black felt for a pleasing look and feel. A Logitech wireless keyboard and touchpad combo is used for input. The brains of the operation is a Raspberry Pi, equipped with a UPS HAT to handle battery and mains power, and an Adafruit Speaker Bonnet for sound.

The project was inspired by the classic video game Captive, released on Amiga, Atari, and MS-DOS platforms way back in 1990. While we’re pretty sure [MakeFailRepeat] isn’t trapped on a space station, his briefcase computer should nonetheless prove useful. A computer isn’t the only thing you can build into a briefcase, though. Video after the break.

Continue reading “A Briefcase Computer For Your Hacking Needs”

The Automated Solution To Your Unpopularity

You feel that you’re unpopular and no one likes you. The bad news is that if that’s the case in the real world there’s no easy way to fix it. The good news is there’s a great substitute — your popularity on Instagram. With this vending machine you can replace your personality with followers on Instagram. It’s just a shame we have to wait a year until Coachella.

This project is an interactive installation from [Dries Depoorter] that makes it possible to buy followers and likes in just a few seconds. It’s not limited to Instagram — you can get followers on FaceBook, YouTube, and Twitter, too. The hardware consists of a Raspberry Pi 3B+, an Arduino, coin acceptor, a few character LCDs running over I2C, and somewhat surprising for a one-off ‘art installation’, a lot of DIN rails mounted to a real industrial enclosure. Someone here knows what they’re doing;  there’s something resembling cable management inside this box and this vending machine is built to last.

Using this vending machine is as easy as sticking a few Euro coins in the slot and selecting the number of followers or likes you’d like. In a few minutes afterward, hundreds of notifications pop up on your phone. There’s no mention of the software in this vending machine aside from it being written in Python, which makes us wonder where these Instagram bots are based. Check out the video below.

Continue reading “The Automated Solution To Your Unpopularity”

Tiny Wooden Laptop Packs Raspberry Pi

Building a handheld Raspberry Pi rig is practically a hacker rite of passage these days. Off-the-shelf parts keep getting better, and we’re now starting to see affordable compact LCD screens with decent resolution become common. [MakeFailRepeat] got his hands on a HyperPixel screen, and decided to whip up a neat project with it.

The result is a charming little laptop, packing a 4″ screen with 800×480 resolution. Input is via multi-touch, as well as an integrated keyboard. The frame of the laptop is wooden, with a 3D printer supplying parts for the hinge mechanism. To round out the aesthetics, the top of the device was given a decorative copper inlay. Power management is via a UPS hat, which allows the device to switch seamlessly between battery and mains power.

A project like this is a great way to learn a wide range of valuable skills. It involves woodworking and 3D design, as well as the basic configuration of a single board computer. They come in all shapes and sizes, like this tiny RetroPie handheld, or this slick laptop build. Video after the break.

Continue reading “Tiny Wooden Laptop Packs Raspberry Pi”

PiFX, The Pi-Powered Pedal Board

Since the beginnings of the Raspberry Pi, [Tibbbbz] has wanted to build a DIY guitar effects board and amp simulator. A device like this, and similar ones sold by Boss and Kemper, put a bunch of processing power inside a metal enclosure with some footswitches and a pair of quarter inch jacks for input and output. Mash some buttons and wicked toanz come out the other end. Now this is actually possible with a Pi, and it’ll sound great too.

Because this is an audio application, latency is critical. It doesn’t really matter if you have 200 milliseconds of latency when scrolling through your Facebook feed, but for real-time audio processing anything over five milliseconds is disorienting and nearly unusable. [Tibbbbz] is using a standard, off-the-shelf USB audio adapter that gets the latency down to about that level. A Raspberry Pi is never going to have latency as low as a handful of transistors in a analog effects pedal, but it’s close enough.

For the audio system, it’s all about JACK audio: a wonderful frontend for the Linux audio system. The actual pedal emulation is happening with Guitarix. For the hardware part of this build, there’s actually not that much going on here apart from a USB sound card and a touch screen display. The footswitches are the most interesting as they’re wired up as buttons in a repurposed USB keyboard controller board. This repurposing of a USB keyboard is rather interesting, because it vastly simplifies the entire build. All of this is wrapped up in a wedge-shaped walnut pedalboard that’s sturdy enough to live on the stage at least part of the time. You can check out the demos here.

Muscle Wire BugBot And A Raspberry Pi Android With Its Eye On You At Maker Faire

I spent a good chunk of Saturday afternoon hanging out at the Homebrew Robotics Club booth at Maker Faire Bay area. They have a ton of really interesting robot builds on display and I just loved hearing about what went into these two in particular.

It’s obvious where BugBot gets its name. The six-legged walker is the creation of [Mark Johnston] who built the beast in a time where components for robots were much harder to come by. Each leg is driven by a very thin strand of muscle wire which contracts when high voltage is run through it. One of the really tricky parts of the build was finding a way to attach this wire. It has a very low melting point, so trying to solder it usually results in melting right through. His technique is to wrap the wire around the leg itself, then slide a small bit of brass tubing over it and make a crimp connection.

At the heart of the little bug is a PIC microcontroller that is point-to-point soldered to the rest of the components. This only caused real problems once, when Mark somehow bricked the chip and had to replace it. Look close and you’ll see there’s a lot of fiddly bits to work around to pull that off. As I said, robot building was more difficult before the explosion of components and breakout modules hit the scene. The wireless control components on this were actually salvaged out of children’s RC toys. They’re not great by any stretch of the imagination, but it was the best source at the time and it works! You can find a demo of the robot embedded after the jump.

Ralph Campbell (left) and Mark Johnston (right)

An Android robot was on display, but of course, I was most interested in seeing what was beneath the skin. In the image above you can see the mask sitting to the left of the “Pat” skeleton. Ralph Campbell has been working on this build, and plans to incorporate interactive features like facial recognition and gesture recognition to affect the gaze of the robot.

Inside each of the ping pong ball eyes is a Raspberry Pi camera (actually the Adafruit Spy Camera because of its small board size). Ralph has a separate demonstration for facial recognition that he’s in the process of incorporating. But for me, it was the mechanical design of the bot that I find fascinating.

The structure of the skull is coat hanger lashed and soldered together using magnet wires. The eyes move thanks to a clever frame made out of paper clips. The servos to the side of each eye move the gaze up and down, while a servo beneath the eye takes care of left and right. A wooden match stick performs double duty — keeping the camera in place as the pupil of the eye, and allowing it to pivot along the paperclip track of the vertical actuator. It’s as simple as it can be and I find it quite clever!

Continue reading “Muscle Wire BugBot And A Raspberry Pi Android With Its Eye On You At Maker Faire”