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.

Chatterbox Voice Assistant Knows To Keep Quiet For Privacy

Cruising through the children’s hands-on activity zone at Maker Faire Bay Area, we see kids building a cardboard enclosure for the Chatterbox smart speaker kit. It would be tempting to dismiss the little smiling box as “just for kids” but doing so would overlook something more interesting: an alternative to data-mining corporations who dominate the smart speaker market. People are rightly concerned about Amazon Echo and Google Home, always-listening devices for online retail sending data back to their corporate data centers. In order to be appropriate for children, Chatterbox is none of those things. It only listens when a button is pressed, and its online model is designed to support the mission of CCFC (Campaign for a Commercial-Free Childhood.)

Getting started with a Chatterbox is much like other products designed to encourage young makers. The hardware — Raspberry Pi, custom HAT, speaker and button inside a cardboard enclosure — is conceptually similar to a Google AIY Voice kit but paired with an entirely different software experience. Instead of signing in to a Google developer account, children create their own voice interaction behavior with a block-based programming environment resembling MIT Scratch. Moving online, Chatterbox interactions draw upon resources of similarly privacy-minded entities like DuckDuckGo web search. Voice interaction foundation is built upon a fork of Mycroft with changes focused on education and child-friendliness. If a Chatterbox is unsure whether a query was for “Moana” or “Marijuana”, it will decide in favor of the Disney movie.

Many of these privacy-conscious pieces are open source or freely available, but Chatterbox pulls them all together into a single package that’s an appealing alternative to the big brand options. Based on conversations during Hackaday’s Maker Faire meetup, there’s a market beyond parents of young children. From technically aware adults who lack web API coding skills, to senior citizens unaware of dark corners of the web. Chatterbox Kickstarter campaign has a few more weeks to run but has already reached funding goals. We look forward to having a privacy-minded option in voice assistants.

The Raspberry Pi Portable Console You Wish You Had

A retro game console is a fun all-arounder project. You’ve got electronics, mechanical design, and software considerations. For this year’s Hackaday Prize, is going all in. The Portable Retro Game Console with 7.9-inch Display is a work of art, and everything that a retro console could be.

This build is based on the Raspberry Pi 3 A+ instead of the B model for space-saving considerations. The screen is a beautiful 7.9 inch IPS panel with 2048 x 1536 resolution. Stereo 3 W speakers pump out the tunes, and an 8000 mAh provides somewhere between 3 and 6 hours of play time.

While using a Raspberry Pi 3 for retro gaming is fun, there’s a world of oppurtunity for emulating bigger and badder consoles thanks to more powerful single board computers. The Nvidia Jetson Nano is far more powerful than the Raspberry Pi 3, and could conceivably emulate N64 and PlayStation games. The Atomic Pi, the fantastic computer that totally isn’t industrial surplus repackaged as an educational computer, already is proven to emulate N64 games. Imagine taking a portable console out of your backpack and playing Conker’s Bad Fur Day on the bus. Oh, that’s cheeky, but it is possible thanks to the amazing work of hardware creators.

PocketPi Is Exactly What It Sounds Like

The Raspberry Pi line of single-board computers are remarkably useful things, but they generally require some accessories to be hooked up to become a useful computing platform. [Ramin Assadollahi] wanted a pocket-sized computer to work on without the distractions so common on smartphones, so whipped up the PocketPi to do the job.

It’s a testament to the popularity of the Raspberry Pi platform that [Ramin] was able to put this project together with so many off-the-shelf parts. A Pi Zero W was chosen for its compact size, while a HyperPixel 4.0 screen was chosen for its high resolution in a small package. These parts were combined with a 3000 mAh battery, Adafruit Powerboost 1000C and a small USB keyboard and hub. It’s all wrapped up in a tidy 3D printed package, giving the pocket-sized computer a classic late-1980s look, albeit with much more horsepower under the hood.

It looks like a fun and useful machine to have when out and about, and the full QWERTY keyboard makes input easy. We’ve seen [Ramin]’s work before – with last year’s StickPi implementing an e-paper display. Video after the break.

Continue reading “PocketPi Is Exactly What It Sounds Like”

This Is The Raspberry Pi Mini Laptop That We Want

In the seven years since the Raspberry Pi was first launched to an expectant audience we have seen many laptops featuring the fruit-themed single board computers. Some of them have been pretty jaw-dropping in their quality, so for a new one to make us stop and gape it needs to be something really special. On cue, here comes [Igor Brkić] with one of the neatest efforts we’ve seen, a high quality Pi laptop that’s smaller in frontal area than many smartphones.

At its heart is a Pimoroni Hyperpixel touchscreen HAT, and a Pi sitting behind it that has been stripped of all bulky connectors to reduce its height. The keyboard is a mini Bluetooth affair, and power comes courtesy of a deconstructed USB power bank with a lithium-ion pouch cell. The whole is contained within a neatly designed 3D-printed clamshell enclosure, making for a tiny and very neat laptop. We want one, and now you probably do too. (We wouldn’t say “no” to some level shifters and a GPIO port…)

If we had to pick another high-quality Pi laptop to compare this one with, it would have to be this one with a Psion-inspired hinge.

Wii Nunchuk Gets A Built-in Raspberry Pi Zero

The Wii controller will likely go down in history as the hacker’s favorite repurposed input device, and there’s no question that the Raspberry Pi is the community’s top pick in terms of Linux single board computers. So it should come as little surprise that somebody has finally given us the cross-over episode that the hacking community deserves: the PiChuk, a Pi Zero inside of Nintendo’s motion-sensing “nunchuk”.

Veterans of Wii Sports might be wondering how the hero of our story, a hacker by the name of [keycaps], managed to pull off such a feat. The Pi Zero is small, but it’s not that small. The trick is that the case of the nunchuk has been extended by way of a new 3D printed bottom half.

There’s more than just a Pi Zero along for the ride, as well. [keycaps] has manged to sneak in a 750 mAh LiPo and an Adafruit Powerboost, making the device a completely self-contained system. Interestingly, the original nunchuk PCB remains more or less untouched, with just a couple of wires connected to the Pi’s GPIO ports so it can read the button and stick states over I2C.

We know you’re wondering why [keycaps] went through the trouble of breaking out the HDMI port on the bottom. It turns out, the PiChuk is being used to drive a Vufine wearable display; think Google Glass, but without the built-in computing power. The analog stick and motion sensing capabilities of the controller should make for a very natural input scheme, as far as wearable computers go.

So not only could the PiChuk make for an awesome wireless input device for your next project, it’s actually a pretty strong entry into the long line of wearable computing devices based on the Pi. Usually these have included a DIY version of the distinctive Google Glass display, but offloading that onto a commercially available version is certainly a lot easier.

Python And Pi Provide Heads Up Display For Your Experimental Airplane

You shouldn’t be looking at screens when you’re driving, but what about a heads-up display? A screen that could put relevant information in your field of vision would be great, even more so if it used a Raspberry Pi. That’s exactly what [John] did, only he did it with an airplane.

First up, the legality of this build. [John]’s plane is registered as experimental, which, provided you know what you’re doing, is pretty close to ‘anything goes’ as you would want in a manned aircraft. [John] has a sufficient number of hours in his log book, and he’s built a Zenith 701.

For hardware, the hard part of this build is constructing a heads-up display. Fortunately, aftermarket HUDs exist, and [John] is using a Kivic projector, a $200 piece of equipment that’s readily available on Amazon. If you need a HUD for your car, there you go. The software is another thing entirely, with the goal of having the software decoupled from the display and data sources. This is somewhat easy to accomplish with a Raspberry Pi; the display is actually just some minimal text-based blocky graphics built in PyGame. This build is also decoupled from the data sources by building this as a user interface for Stratux, an independent Raspberry Pi-based ADS-B receiver for pilots.

There are several views available with this HUD, with the AHRS + ADS-B providing information on the aircraft’s attitude and altitude, along with a few indicators of the nearest planes. The traffic view expands on the ADS-B data, showing the nearest eight or so aircraft in the air, with a range, bearing, and difference in altitude. There’s a diagnostic window, and since [John]’s plane is a backcountry STOL thingamado that can hover in a strong wind, there’s also a digital version of a norden bombsight. It’s for dropping bags of flour onto a grass strip. You can check out [John]’s entire AirVenture presentation of the build below, with all the code available here.

Continue reading “Python And Pi Provide Heads Up Display For Your Experimental Airplane”