Unlocking Wireless PC Locks

[Mr.Pantz] pointed us to a web page  we thought you would find interesting. It deals with hacking PC lock using a Universal Software Radio Peripheral (USRP) . Following the good practice of logging off or locking your workstation while your not at it, it is darn hard to get users to actually do it. These little gadgets are a 2 piece setup one being a usb dongle, and the other being a badge like device. If the badge is turned off or is a distance greater than ~30 feet, the signal is lost and the pc is locked.

From there all you really need to do is figure out what frequency the 2 are running at and what codes are flying around the air. Some careful eyeballing suggests that this operates in the 434MHz region much like remote lock dongles for your car, and once the device is apart some research of 2 of the IC’s on board confirms it. Using the GNU Radio spectrum analyzer a signal is quickly captured, dumped, and a script is created to send the signal back out, provided you have the correct hardware to do so.

Automated Water Distiller Gets An Overhaul

automated_water_distiller_stillduino_v2

One thing we love about the hacking community is the drive that most people have to revamp and rework their “finished” projects. A few weeks ago, we wrote about a water distilling rig that [Kyle] hacked together, which allowed him to automate his distillation process. He took his project back into the workshop and tweaked a few things, giving us the heads up when he was finished.

He got his hands on a new distillation unit and decided that he wanted to transfer over his automation setup. He cleaned things up by ditching most of the components from his first distiller, including the toy clock tower dial (which we happened to think was pretty fun). The same relays and Arduino were used in the second version of the still, but he reworked all of his code to make use of his new control interface.

The new model sports an LCD panel that allows the user to interact with the machine via a push button rotary encoder. Now he can easily navigate through a series of menus that enable him to set the distillation quantity and start time, leaving the distiller to do the hard work. The still also does a quick safety check each time it starts up, to ensure that things are in good working order before firing up the heating element.

[Kyle] says he will continue to tweak the distiller, though we think it looks great already.

Continue reading to see a quick video of his Stillduino v2 in action.

Continue reading “Automated Water Distiller Gets An Overhaul”

scout_diy_quadcopter

How To Build Your Own Quadcopter, Step By Step

DIY-er [Russell] wanted a quadcopter, and like many people out there, he knew the satisfaction that would come from building it himself. Rather than purchase a kit or follow a set of online instructions, he spent a lot of time researching quadcopters, and eventually put together a thorough tutorial himself.

His Arduino-based quadcopter is named Scout and runs about $1,000 to $1,200 depending on which parts you choose to buy. [Russell] has a complete parts list available on his site, including plenty of alternate component choices for builders on a budget.

He covers the construction process in great detail, discussing frame fabrication and component placement as well as how to program the Arduino for the copter’s first flight. He also takes the time to break down his component list item by item to explain how each piece is part of the greater puzzle, which is great for first time builders.

We love seeing this level of detail when discussing a build process, and as you can see by the video embedded below, his quadcopter looks great!

[Thanks, Willow]

Continue reading “How To Build Your Own Quadcopter, Step By Step”

London’s 44Con Is Looking For A Few Good Hackers

44con_banner

While we see plenty of security-related conferences here in the US, our friends across the pond were apparently anxious to hold a large-scale security conference of their own. At the helm of the first ever 44Con are DEF CON Goon [Adrian] and Penetration Tester [Steve Lord]. The pair are quite involved in London’s security community and are looking to bring like-minded individuals together over four days of security talks and workshops.

While 44Con’s list of speakers has been wrapped up, they are still looking for people to help run workshops on the 1st and 2nd of September. They are requesting that any hackers in the area drop them a line if interested.

Taking a look at their site, you can see that they have a nice selection of talks lined up catering to those on the business side of Information Security as well as deep technical discussions about threats and vulnerabilities. If you plan on hitting up the conference, be sure to let us know in the comments section.

Building A One-instruction Computer

[Hasith] sent in this project where he goes through the process of designing a one instruction CPU in Verilog. It may not win a contest for the coolest build on Hack A  Day, but we really do appreciate the “applied nerd”  aspect of this build.

With only one instruction, an OISC is a lot simpler than the mess we have to deal with today. There are a few instructions that by themselves are Turing-complete (like Subtract and branch if negative, and Move). Designing an OISC with one of these instructions means it can also emulate a Turing machine.

Continue reading “Building A One-instruction Computer”

CircuitBee Makes Sharing Schematics And Circuit Diagrams Easy

circuit_bee_schematic_hosting

When looking for things to write about, there is nothing we like to see more than well-documented schematics and code available for download. In the case of schematics, we realize that they can be a bit of a pain to publish. Many times we see them in the form of blurry JPEGs or humungous PDF files, neither of which are incredibly convenient to use. The folks over at CircuitBee thought the same thing, and have been working diligently to make it easier for everyone to share their awesome ideas with the world.

Their free service requires registration, and not much else. Once you’re in, you are free to upload your Eagle or KiCAD circuit diagrams, which are then run through CircuitBee’s servers. They convert your drawings into embeddable objects which allow others to view your project without a lot of fuss. Their embeddable schematic window can be rendered in full screen mode, and gives users the ability to zoom in on any portion of the drawing to see the circuit’s finer details.

[Ben Delarre] from CircuitBee says that the product is in the alpha stages right now, so there are plenty of features and useful tools coming in the near future. If you like to build and share, it’s definitely something worth checking out!

[via Make]

[Thanks, Sanchoooo]

Add External MIC Input For Samsung HMX-T10 Videocamera

[Kalin] loved the picture from his new Samsung HMX-T10 camcorder, but the sound quality didn’t match up. Since it records video that can be directly imported to his editing suite of choice he didn’t want to just buy a different model, so he cracked it open and added an external mic input.

As with most consumer electronics these days, the hardest part of the hack is getting the thing apart and assembling it without any damage. [Kalin] had to get down to the bare circuit board to get to the audio input connections. He soldered up some shielded extension wire to an audio jack, then made some space in the case by cutting a bit of the plastic structure before finally gluing it in place. Details are a bit scarce, but it looks like he wired up the jack along with a couple of switches. We’d wager this still lets him use the stock microphone if he doesn’t feel like hauling around extra gear.