Smart Station Runs Entertainment, Is Entertainment

It’s that special time of year—time for the parade of student projects from [Bruce Land]’s embedded microcontroller design course at Cornell. [Timothy], [Dhruv], and [Shaurya] are all into remote sensing and control applications, so they built a smart station that combines audiovisual entertainment with environmental sensing.

As with the other projects in this course, the smart station is built on a PIC32 dev board. It does Bluetooth audio playback via RN-52 module and has a beat-matching light show in the form of a NeoPixel ring mounted atop the 3D-printed enclosure. But those blinkenlights aren’t just there to party. They also provide visual feedback about the environment, which comes from user-adjustable high and low trigger values for the mic, an accelerometer, a temperature and humidity sensor, and a luminosity sensor.

The group wanted to add an ultrasonic wake-up feature, but it refused to work with the 3.3V from the PIC. The NeoPixel ring wanted 5V too, but isn’t as picky. It looks to be plenty bright at 3.3V. Another challenge came from combining I²C, UART, analog inputs, and digital outputs. They had to go to the chip’s errata to verify it, but it’s there: whenever I²C1 is enabled, the first two analog pins are compromised, and there’s no official solution. The team got around it by using a single analog pin and a multiplexer. You can check out those blinkenlights after the break.

Maybe you prefer working in wood. If so, you might like this hexagonal take on audio-visualization.

Continue reading “Smart Station Runs Entertainment, Is Entertainment”

The IBM PC That Broke IBM

It was the dawn of the personal computer age, a time when Apple IIs, Tandy TRS-80s, Commodore PETs, the Atari 400 and 800, and others had made significant inroads into schools and people’s homes. But IBM, whose name was synonymous with computers, was nowhere to be seen. And yet within a few years, the IBM PC would be the dominant player.

Those of us who were around at the time cherished one of those early non-IBM computers, and as the IBM PC came out, either respected it, looked down on it, or did both. But now, unless your desktop machine is a Mac, you probably own a computer that owes its basic design to the first IBM PC.

The Slow Moving Elephant

IBM System/360 Model 30 mainframe
IBM System/360 Model 30 mainframe by Dave Ross CC BY 2.0

In the 1960s and 1970s, the room-filling mainframe was the leading computing platform and the IBM System/360 held a strong position in that field. But sales in 1979 in the personal computer market were $150 million and were projected to increase 40% in 1980. That was enough for IBM to take notice. And they’d have to come up with something fast.

Fast, however, wasn’t something people felt IBM could do. Decisions were made through committees, resulting in such a slow decision process that one employee observed, “that it would take at least nine months to ship an empty box.” And one analyst famously said, “IBM bringing out a personal computer would be like teaching an elephant to tap dance.”

And yet, in just a few short years, IBM PCs dominated the personal computer market and the majority of today’s desktops can trace their design back to the first IBM PC. With even more built-in barriers which we cover below, how did the slow-moving elephant make this happen?

Continue reading “The IBM PC That Broke IBM”

A Bluetooth Speaker For Babies

[Mike Clifford] of [Modustrial Maker] had not one, not two, but five friends call him to announce that their first children were on the way, and he was inspired to build them a Bluetooth speaker with a unique LED matrix display as a fitting gift. Meant to not only entertain guests, but to audio-visually stimulate each of their children to promote neurological development.

Picking up and planing down rough maple planks, [Clifford] built a mitered box to house the components before applying wood finish. The brain inside the box is an Arduino Mega — or a suitable clone — controlling a Dayton Bluetooth audio and 2x15W amp board. In addition to the 19.7V power supply, there’s a step down converter for the Mega, and a mic to make the LED matrix sound-reactive. The LED matrix is on a moveable baffle to adjust the distance between it and a semi-transparent acrylic light diffuser. This shifts the light between sharp points or a softer, blended look — perfect for the scrolling Matrix text and fireplace effects! Check it out!

Continue reading “A Bluetooth Speaker For Babies”

OpenCV Never Forgets A Face

All the cool phones now are doing facial recognition. While that sounds like a big job, you can add face detection and recognition easily to your projects if you can support the OpenCV library. [LinuxHint] has a great tutorial that steps you from the basics of OpenCV to actually acquiring and identifying faces. It is aimed at Ubuntu users, but the code would apply to any OpenCV-supported platform. You can also see a less detailed tutorial to learn more about installing OpenCV on the Pi Zero from [DanishMalhotra].

Of course, any facial recognition system is going to need a camera. The nice thing about the first tutorial is that it assumes you know nothing about OpenCV, so it covers the basics on up to using the face-related libraries.

Continue reading “OpenCV Never Forgets A Face”

Roller Coaster Tycoon IRL

Additive manufacturing has come a long way, but surely we’re not at the point where we can 3D-print a roller coaster, right? It turns out that you can, as long as 1/25th scale is good enough for you.

Some people build model railroads, but [Matt Schmotzer] has always had a thing for roller coasters. Not content with RollerCoaster Tycoon, [Matt] decided to build an accurate and working model of Invertigo, a boomerang coaster at King’s Park, the coaster nirvana in Cincinnati, Ohio. Covering a sheet of plywood and standing about 3′ tall, [Matt]’s model recreates the original in painstaking detail, from the supporting towers and bracing to the track sections themselves. It appears that he printed everything in sections just like the original was manufactured, with sections bolted together. Even though all the parts were sanded and vapor smoothed, the tracks themselves were too rough to use, so those were replaced with plastic tubing. But everything else is printed, and everything works. An Arduino Mega controls the lift motors, opens and closes the safety bars on the cars, and operates the passenger gates and drop floor in the station. The video below shows it in action.

Fancy a coaster of your own, but want something a little bigger? We understand completely.

Continue reading “Roller Coaster Tycoon IRL”

Light Switch For The Lazy

[Will Donaldson] has whipped up a quick hack for anyone thinking of dipping their toe into home automation — or otherwise detest flicking off the bedroom light before navigating their way to their bed: a remote control light switch!

This remote switch uses a sg90 servo, an Arduino Uno, and pairs of ATtiny85s with HC-05 Bluetooth modules assembled on protoboards. The 3D printed mount screws easily on top of a standard light switch cover while still allowing the switch to be flipped the old-fashioned way. It’s also perfect as a temporary solution — [Donaldson] is presently renting his apartment — or for those unwilling to mess with the mains power of their abode.

Continue reading “Light Switch For The Lazy”

Hackaday Links Column Banner

Hackaday Links: December 10, 2017

We have a contest going on right now challenging you to do the most with a coin cell. There are already quite a few interesting entries, and a few Hackaday writers are getting into the action by asking the question, ‘how do you open up a coin cell?’. The first thoughts were to open a lithium coin cell up while submerged in oil, but eBay came to the rescue with the cases for CR2025 cells. Of course that’s a thing.

Also falling into the, ‘of course that’s a thing’ category, there’s a project on Hackaday.io to execute arbitrary code on a calculator. A small group of calculator hackers have discovered an exploit on a line of Casio calculators running the obscure nX-U8/100 architecture. Right now, there’s not much to the project — just an LCD filled with bits of memory. However, this is a project we’re keenly watching, and we can’t wait to see what comes of it.

Hold onto your butts, because the ultimate multimeter is here. [Dave Jones] of the EEVBlog has released the 121GW Multimeter on Kickstarter. What’s cool about this meter? SD card logging, the ability to send data over Bluetooth, a 15V diode test voltage, a burden voltage display, and a whole bunch of hackable features. If you have a Fluke on your Christmas list, you would do well to check out the 121GW.

Also on Kickstarter, a new LattePanda board has been released. What’s a LattePanda? It’s a small single board computer built around a low-voltage Intel processor. This board features an Intel m3-7Y30 processor, comparable to the processor you’d get in a proper laptop that doesn’t have an i3, 8 gigs of DDR3, 64 gigs of eMMC, 802.11ac, BlueTooth 4.2, USB 3.0 with a Type C connector, HDMI, and a whole bunch of GPIOs. Yes, it runs Windows (but why would you?). If you need a somewhat beefy x86 system in a small form factor, there ‘ya go.

We’ve seen 3D printed remote-controlled airplanes, but never one this big. The guys at Flite Test printed a 1.6 meter Spitfire. It’s got flaps, it’s got retracts, and it’s friggin’ huge. The files for the print came from 3DLabPrint, and it flies beautifully, despite being a Spitfire. Want to see the video? Here ya go.