EVA: What’s On Telly For The Visually Impaired

[chewabledrapery] has certainly used his Raspberry Pi for good. His girlfriend’s grandfather is growing more visually impaired as time goes on. He likes to watch telly, but has trouble reading the on-screen information about the channel and programming. To that end, [chewabledrapery] has built an electronic voice assistant called EVA, who fetches the telly schedule from a web service and reads it aloud in her lovely voice that comes courtesy of Google Translate’s TTS function.

Under EVA’s hood is a Raspberry Pi. A USB hub powers the Pi and holds a small USB soundcard, a Wi-Fi dongle, and a USB daughterboard that the controller plugs into. The daughterboard is from a USB keyboard, which makes another appearance in the awesome controller. It’s made of a joystick and two arcade buttons that use the USB keyboard’s controller to interact with Python scripts.

[chewabledrapery]’s scripts make formatted requests to a web service called atlas, which returns JSON objects with the TV schedule and content descriptions. EVA then turns to Google Translate, speaking the formatted text through a small amplifier and salvaged PC speaker. In order to minimize the number of web calls, some of EVA’s frequent musings are stored locally. A full tour of EVA is after the break.

We love to see hacks that help people. Remember this RFID audio book reader?

Continue reading “EVA: What’s On Telly For The Visually Impaired”

Design & Build Part 2: Multi-Band, Phasing SSB, And SDR

 

Amateur radio is the ultimate hacker’s hobby. You can design, build, and put on the air your own high power transceivers. And with this homemade gear you are able to reach out directly, not relying on any infrastructure whatsoever, to connect with people all over the world. It is a thrilling experience to communicate with that long distance station using equipment you created, where you know at that instant what every single transistor is doing as you key down the mic.

In a previous post I described how SSB radio equipment worked and provided an example of a single-band 20m SSB transceiver. In this post I will discuss a multi-band SSB transceiver, an entire homemade amateur station including amplifiers, and conclude with software defined radio (SDR) that you can make in one weekend.

Continue reading “Design & Build Part 2: Multi-Band, Phasing SSB, And SDR”

Arduino Zero Pro Soft Release?

There’s an updated product page for the Arduino Zero, now called the Arduino Zero Pro, up on Arduino.org, one of the two dueling “Arduinos”.

We first covered the Arduino Zero in May 2014, and shortly thereafter even got to see a development prototype in the flesh. Based an Atmel’s ARM Cortex-M0+ chip, it’s built on a faster processor than the AVR Arduini, and it includes Atmel’s Embedded Debugger which serves as a USB-to-serial channel and on-chip debugging peripheral. But so far all we’ve seen is the prototype.

Now, there’s schematics and Eagle files available that are dated January 7, 2015. The Arduino.org site says that the Zero Pro is “Available now!” but we couldn’t see any in stock yet at any of our favorite online electronics distributors. Maybe we’re looking in the wrong places (unlikely) or maybe it’s just a matter of time.

Anyway, two things struck us in our casual perusal of the new Zero Pro info.

First of all, compared to (pictures of) the prototype versions, there’s more and larger decoupling capacitors scattered all over the board, from the power supply to the Embedded Debugger chip, to a really beefy 4.7uF tantalum capacitor buffering the analog reference voltage level. This suggests there’s been some real-world testing and a shakedown of some of the prototype’s design bugs. That’s all good, and we hope it’s a sign that it’s really coming to market soon.

Secondly, given the ongoing trademark dispute, even the annotations to the schematic for the Zero Pro become interesting. On opening up either the PDF schematic (PDF, naturally) or any of the Eagle files, there’s the usual “Do not finalize a design with this information” boilerplate. But where it used to read “Arduino is a registered trademark. Use of the ARDUINO name must be compliant with http://www.arduino.cc/en/Main/Policy ” it now reads:

“Arduino” name and logo are trademarks registered by Arduino S.r.l. in Italy, in the European Union and in other countries of the world.

(After noticing this change, we went back and compared the “rev3” Uno schematics PDF on arduino.cc to the “rev3E” schematics on arduino.org. Yup, same change in the legal notice.)

We’re not lawyers, but one of the “other countries of the world” that’s conspicuously missing from the claim is the U.S. of A. where Arduino LLC presumably holds the trademark. We’re still trying to make sense of all this, but it’s funny to see the legal battle playing itself out in annotations of Eagle schematics, no?

Stay tuned for more coverage of the Arduino vs Arduino legal battle and, of course, reviews of new hardware as it comes out.

And thanks [Marc] for the tip to the new board release.

Face Recognition For Your Next Con

[jwcrawley] is busy planning for the Makevention coming up in Bloomington, Indiana in late August. One problem when working any con is manning the door; it’s a good idea to know how many people are there, and you can’t double count people. Previously, the volunteers used dead trees to estimate how many people have turned up. This year they might go with a more technological solution: face recognition and tracking.

The project is called uWho, and it uses the faceRecognizer class in OpenCV. The purpose of the entire project is to identify who someone is from previous frames. If your face is unknown to the program, your likeness – rather, a few points of data – are added to the database of faces. It’s simple, and according to [jwcrawley], it works.

While this is technically the best way to count how many unique people show up to Makevention, there will be some discussions to see if this solution is appropriate. The program only saves unique data from a face locally, and does nothing online. It’s less evil than whatever Facebook does, but there are obvious privacy implications here.

Link to the Makevention.

Nixie Inspired 7 Segment Display

The supply of Nixie tubes from east European stock piles is still enough to keep their prices down. But once those start dwindling, prices will move north. Besides, if you want to use them, you need to work with high voltage supplies and worry about not getting zapped while trying to debug a circuit. [FilleK] had some time to spare and decided to build a cheaper substitute for a real nixie tube using a regular 7 segment LED display.

We have already seen this hack before, in the Arduino-based ENIGMA replica. But [FilleK] improved on that by adding an extra LED to simulate the radiant glow typical of Nixie tubes. His project log describes the fairly straightforward process using parts that can be found easily. A piece of plastic, painted in a shade of copper and fixed around the 7 segment display, acts as a nice baffle to contain and reflect the ambient glow of the back-light LED. A nice improvement would be to add a random flicker to the background LED. Maybe add an Octal socket (the decimal point had to be nixed though!), and cap it in a proper glass tube. If you’d rather work with the real McCoy, check out our archives.

Speaker out of a hard drive

Hard Drive… Speakers?

Speakers really aren’t that complex to make. In fact, if you’re clever about it, you can make a speaker out of just about anything. [Afroman] is kicking it old school with a hack he first did back in 2001, but now, in video form: Make your own HDD Speaker!

All you need is an old hard drive you don’t care about anymore, a bit of flexible wire, and an externally powered amplifier (no your cellphone will not work!). If you don’t have an amp, [Afroman] even has a tutorial so you can build your own Class D Amplifier on a breadboard!

First off you’ll need to crack open the HDD enclosure. You might need a torx or hex key to get past the manufacturer’s “safety screws” though. Once it’s open you’ll need to locate the hard drive head — this is the small metal arm that looks kind of like a record player tone arm. It’s actually controlled by a coil, you know, just like a speaker…

Continue reading “Hard Drive… Speakers?”

Solder Sucking the Easy Way

Introducing The Solder Sucker 9000

Using a regular plunger style solder sucker is tedious at best, and usually not that effective. If you’re trying to salvage components off a PCB, sometimes it can take longer than it’s worth to do — short of reflowing the entire board that is! But what if you had something to desolder individual components faster?

After getting fed up with his cheap plunger-based solder sucker, [electro1622] decided to try a different tactic. He reuses components from old PCBs all the time, so he tried something a bit unorthodox to remove them. Compressed air.

Now let’s just preface this with it will be messy, so you might want to set up a box to catch the removed solder. Simply use your iron of choice to heat up the solder globs holding back your components, and then blast it with compressed air out of a small nozzle. Way faster than a solder sucker.

Continue reading “Introducing The Solder Sucker 9000”