Locking Notebook Enclosure

[Dombeef] made a locking enclosure for his sketchbook. The diamond seen in the center of the book is formed by the four sliding parts of the lock. Only with the proper movements will you get the cover open so you can plan your next hack.

He was inspired by this wooden version created by artist [Kagen Schaefer]. There were no tips about how the mechanism was made but a bit of deep thinking led [Dombeef] to discover the secret. Being the papercraft ninja that he is (he makes things like gyroscopes, strandbeests, and claws) this was created using cardstock as the parts. There is a wooden pin on the right that serves as the latch. Each of the four puzzle pieces moves around each other to free a slot from its hold on the notched latch.

There is a diagram showing the parts and their movements in the post linked above. [Dombeef] also mentioned an animated GIF that he promises to publish soon.

Update: Arduino Shift Register PWM Gets Speed Boost

Community collaboration is a great thing. Take the Arduino PWM library for shift registers. Some folks at the Arduino forum pitched in and helped [Elco] trim off a bunch of clock cycles by using the Rotate Over Carry instruction. Now he’s reduced the overhead per shift-register from 108 down to just 43. So far this doesn’t mean more possible outputs – 768 is still quite a lot – but does it means better precision when max outputs are used. This effectively doubles the brightness levels for 768 LEDs from 16 up to 32.

We’re at a loss for what to link to here. [Elco] has a new page for the library. There’s the original forums thread but we didn’t see much of interest there. We found some stuff in the comments of this Reddit post. And of course, if you have no idea what we’re talking about go back and read the original feature.

Understanding Interrupts In PIC Microcontrollers

Interrupts are the name of the game for more functional microcontroller firmware. [Rajendra] just posted a tutorial covering all of the interrupt types for the PIC 16F688 microcontroller. He gives an overview of all of the major points: what an interrupt is, what causes interrupts, how to read the datasheet (often overlooked) to set up interrupts, and finally he applies it to a test platform and a bit of code.

We’ve been playing around with an Arduino again over the weekend and are a bit frustrated with the restricted access to interrupts. That issue deals with AVR interrupts, a topic with which we’re already well acquainted. But we work with PIC hardware much less often and it’s fun to explore how the other half does things, both in hardware and in code.

Regarding Atmel’s Xmega Chips

A few years back Atmel announced a new line of chips, the XMega series. We see the name bouncing around here and there, but when [Michael Kleinigger] mentioned that he’s seen very few project using these chips we realized that not only is he right, but we know next to nothing about them. Just give his XMega review post a whirl and you’ll be up to speed in no time.

He compares an XMega128A1 side-by-side with an ATmega1280. For those that abhor reading paragraphs full of words, there’s a table that can give you the quick facts like how the XMega costs less and runs faster. But we know from past discussions (like the one on PWM) that [Mike] knows his stuff so the whole thing’s worth a read. He’ll lead you through the programming tool chain (which hasn’t changed), a bit about the new event system, and then finish with a demo program on the Xplained development board.

Ignored Disabled Man Builds His Own Damn Elevator

diy_wheelchair_lift

There’s an old saying that goes something like, “When the going gets tough, the tough builds their own 5-story wheelchair lift.”

Actually we’re pretty sure that’s not even close to how the saying goes, but when his local council turned their backs on [Dmitry Bibikow’s] request for wheelchair access to his apartment, that’s exactly what he did.

[Dmitry], an avid mountaineer, was injured in a climbing accident that left him without the use of his legs. Unfortunately for him, he and his family reside on the 5th floor of an apartment building that was not handicap accessible. Rather than move out, he asked the local council to install an elevator, which they agreed to.

Time passed, and as the project sank deeper and deeper into a mire of bureaucracy, [Dmitry] began to lose hope of ever seeing an elevator installed. After six years of relying on friends to help him get in and out of his apartment, he took matters into his own hands and installed a chair lift just off the side of his balcony.

According to [Dmitry] it works great, and he can get from the front door to his apartment well before his more able neighbors make it up the stairs. So far, the city council has not said anything about the lift, and he hopes it stays that way.

DIY Segway Recycles Broken Electric Scooters

[Petter] built himself a DIY Segway out of a couple of cheap electric scooters. We’ve seen a couple of very nice Segway builds in the past like the all analog Segway, or the creepy walking version, [Petter]’s Segway build seems like it would be a useful human transport device.

The motors, chains, gears, and wheels are scavenged from a pair of electric scooters. Steering left and right is accomplished by tilting the handlebars left and right. The handlebars themselves are attached to the joint at a base that allows them to be taken on and off. We’re thinking this would be great for throwing a [Petter]’s Segway in the trunk of a car – a design feature the original Segway doesn’t have.

Continue reading “DIY Segway Recycles Broken Electric Scooters”

Is That A Rom In Your Locket?

[Andrew] recently ordered some lockets to bejewel them with some LEDs but got a bonus small locket for free with the order. Not really having a plan for the small locket it kind of sat around until finally some inspiration hit. Meet the ee-locket which contains a tiny circular pcb with a 64k eeprom, a few passive support components and a male pin header on the back so you can quickly plug it into the micro of your choice.

While the uses of such a thing may not be obvious at first, just sitting down writing this I thought of a few applications, such as some form of key and lock system, mission impossible dreams, or just going full out geek at your next job interview. Its a pretty spiffy idea no matter what its used for, and we just love it when people shove electronics where no one expect them.