LED Cyber Eyes; More Nerdy Than Just Taping Your Glasses

Regular glasses are okay, but these light up and respond to your movement. [Dr. Iguana] is at it again, designing a very interestingly shaped PCB to augment your visual augmentation devices.

The circuit board has two thin curving wings which conform to the shape of a pair of glasses. In the middle there’s a larger area that holds most of the components but it’s still smaller than a common coin cell battery that powers the device. Over each eye there are a half dozen red LEDs which are driven by a PIC 12F1840. It can flash a bunch of patterns the but the interactivity is the real gem of the project. The doctor included an MMA8450 3-axis accelerometer. As you can see in the clip after the break, shaking your head this way and that will be reflected in the pattern of lights.

Continue reading “LED Cyber Eyes; More Nerdy Than Just Taping Your Glasses”

Programming Without A Toolchain; Crafting PIC Op Code By Hand

We’ve been living a life of luxury, writing our microcontroller code in a text editor and using — of all things — a compiler to turn it into something the chip can use. [Dan Amlund Thomsen] shows us a different way of doing things. He’s actually crafting the operation codes for a PIC microcontroller by hand. We’re glad he’s explained this in-depth because right now we feel way over our heads.

His program is pretty simple, it blinks a single LED and he’s chosen t work with a PIC 12F1840. The first order of business is to issues the words that configure the chip using 14-bit binary values from the datasheet. From there he goes on to write the program in assembly code. At this point he could pretty much just run this through the assembler, but he’s really just getting started now. He walks through the format necessary to package the configuration words, then goes on to illustrate the translation of assembly commands to binary op codes. We’re not sure we’ll ever get around to trying this ourselves, but it was certainly fun to read about it.

Single-chip Digital Audio Player

[Dmitry Gr.] built a simple circuit to playback digital audio. At the center you can see an 8-pin PIC 12F1840 microcontroller. It’s pulling audio data from a microSD card which is read through a full-sized SD card adapter to which he soldered jumper wires for all of the necessary connections. There is one additional semiconductor, a FET which is used to drive the speaker seen to the left. Unregulated power is provided by a pair of AA batteries (four are seen in the picture above but only two are actually connected to the circuit). He’s planning to post his code package soon, but for now you’ll have to be satisfied with a couple of demo videos and a schematic. Both videos are embedded after the break, and we’ve also included a screenshot of the schematic which is shown in the second video.

This is very similar to the 1-Bit Symphony CD we saw almost a year ago in a links post. That one used a jewel case instead of the protoboard seen here, and had a headphone jack instead of the speaker.

Continue reading “Single-chip Digital Audio Player”