gears

Raspberry Pi Opens Doors

The Raspberry Pi is a cheap credit card sized computer that has opened the doors of embedded Linux to millions of people. But in this case, it’s literally opening a door. The Computer Club at Western Michigan University had to move to a different room which brought with it a new challenge. The door handle was more difficult to turn than the old one. Nothing that a NEMA 17 stepper couldn’t handle, however.

After printing a few gears and wiring up an Easy Driver board between the Raspi and stepper motor, they had the basics of a door opener in place. A 5v relay is used to keep the power off the stepper when not in use, and a limit switch is used to monitor the position of the door handle while a Hall Effect sensor tells when the door is open and shut.

Be sure to check out the project as all source, parts list and schematics are available in case you have a simliar door that needs amending.

roach robot

Robotic Cockroach Built By Russian University

It’s name is Blaberus Cranifer, or Death’s Head for short. Light has now been shed on this once secret project built by the Immanuel Kant Baltic Federal University for a “vague” Russian organization. The little guy has a 20 minute battery life and can carry a 10 gram payload. Which comes in handy when you want to sneak a camera into hard to reach places. Other requirements were for it to look and behave like a real live insect.

It’s an impressive project considering it was built from scratch in only seven months time. Its intricate gears and other mechanical features would require the hands of a skilled watch maker to construct. Alternatively, one can control live insects such as controlling a roach’s brain or hooking up some radio controls to a live beetle. But building robotic insects is still pretty cool.

Be sure to check out the well made video detailing some of the project’s build process.

Continue reading “Robotic Cockroach Built By Russian University”

laptop

Don’t Steal This Laptop

As laptops have become smaller and easy to carry around, they have also picked up the most unfortunate property of being easy to steal. We’ve read the stories of how some victims are able to track them down via webcam still images of the thief. [Mastro Gippo] decided to take it one step further and add a remotely operated hardware self destruct to his laptop. The idea is if the laptop becomes unrecoverable, it will become useless and any sensitive data will be destroyed without harming the area around it.

It’s somewhat inception like, as it’s a hack within a hack. It’s based on the Crunchtrack, a CAN bus reverse engineering tool equipped with GPS and a SIM800 GSM module, which was also developed by [Mastro Gippo]. The idea is to tuck the small board somewhere in the laptop and wire it up between the battery and some sensitive parts. Send a single SMS text and ‘poof’, bye-bye laptop.

He wrote all the code in less the 24 hours for the BattleHack Hackathon. He decided to spice up the act with some firecrackers and a detonator, which made his team the crowd favorite and earned a victory.

Continue reading “Don’t Steal This Laptop”

cpu

Reach Out And Touch Your Computer

[Carter Yagemann] found himself in a bit of a pickle. He uses his computer mostly for gaming, but would like to access it remotely from time to time to do a littler server work on the side. The problem is gaming computers eat up a lot of electrons and he didn’t want to waste them by leaving it on all the time. The obvious solution was to use the Wake on Lan function. Unfortunately, his motherboard did not support this technology.

Like any good hacker would do, [Carter] used an IoT board to connect the power button of his PC to the internet. He achieved this goal with a Particle Core board. His motherboard was an ATX variety, so wiring up two of the IoT board’s I/O pins to the power on pins on the motherboard was a simple task accomplished with the help of an inline resistor.

This hack is so easy that it’s a great alternative to the blinky LED first program we all know so well. Want to get started in the hacking community? This is a great way to get going.

relay

Controlling Mains Power Rube Goldberg Style

[g3gg0] has some nice radio equipment including an AOR AR-5000 receiver and a HiQ SDR. They are so nice that it appears they lack an on/off switch. [g3gg0] grew tired of unplugging the things, and decided to nerdify his desk with a switch that would turn his setup on and off for him. He decided to accomplish this task by emulating the Scroll, Number and Caps Lock LEDs on his keyboard via a Digispark board. He uses the LEDs to issue commands to the Digispark allowing him to control a 5V relay, which sits between it and the AC.

Starting off with some USB keyboard emulation code on the Digispark, he tweaked it so he could use the Scroll Lock LED as sort of a Chip Select. Once this is pressed, he can use the Caps Lock and the Number Lock LED to issue commands to the Digispark.

It’s programmed to only stay on for a total of 5 hours in case he forgets to turn it off. Let us know what you think about this interesting approach.

Don’t Understand The Periodic Table? It’s Just A Quantum Truth Table

In the wee hours of the late 17th century, Isaac Newton could be found locked up in his laboratory prodding the secrets of nature. Giant plumes of green smoke poured from cauldrons of all shapes and sizes, while others hissed  and spat new and mysterious chemical concoctions, like miniature volcanoes erupting with knowledge from the unknown. Under the eerie glow of twinkling candle light, Newton would go on to write over a million words on the subject of alchemy. He had to do so in secret because the practice was frowned upon at that time.  In fact, it is now known that alchemy was the ‘science’ in which he was chiefly interested in. His fascination with turning lead into gold via the elusive philosopher’s stone is now evident. He had even turned down a professorship at Cambridge and instead opted for England’s Director of Mint, where he oversaw his nation’s gold repository.

Not much was known about the fundamental structure of matter in Newton’s time. The first version of the periodic table would not come along for more than a hundred and forty years after his death. With the modern atomic structure not surfacing for another 30 years after that. Today, we know that we can’t turn lead into gold without setting the world on fire. Alchemy is recognized as a pseudoscience, and we opt for modern chemistry to describe the interactions between the elements. Everyone walking out of high school knows what atoms and the periodic table are. They know what the sub-atomic particles and their associated electric charges are. In this article, we’re going to push beyond the basics. We’re going to look at atomic structure from a quantum mechanical view, which will give you a new understanding of why the periodic table looks the way it does. In fact, you can construct the entire periodic table using nothing but the quantum numbers.

Continue reading “Don’t Understand The Periodic Table? It’s Just A Quantum Truth Table”

neopixals

Seven Segment Clock Made From Scratch

[David Hopkins] built a seven segment clock, but not in a way you would think.  Typically, if one wants to make something like this, one would start off with some seven segment LEDs. [David] wanted to kick it up a notch and use RGB LEDs to get access to the wide array of different colors, but found off the shelf assemblies cost prohibitive. So, he did what any good hacker would do. He made his own.

clockThe easy part consists of Neopixels, an Arduino Nano and a DS3231 Real Time Clock. The hard part consists of Plasticard and a polymorph diffuser. Plasticard also goes by the name of Polystyrene and comes in sheets. [David] describes Polymorph as a type of moldable nylon that softens with heat, with a working temperature low enough that boiling water will suffice.

He was able to cut out the individual segments to make an impressive looking desk clock.