12-axis Sensor Adds Auto Screen Orientation To This Older Tablet PC

[Mal’oo] has one of those laptop computers whose screen swivels to turn it into a tablet. But the thing is a few years old and didn’t come with an orientation sensor that changes the screen between landscape and desktop, but also knows which side is up. His solution was to add a 12-axis sensor via the mini PCI express header.

The hardware comes in two pieces. The first is a mini-PCIe card to USB interface. This is handy if you want to add a Bluetooth dongle permanently to your computer. But he’s got other things in mind for it. After hacking the BIOS (which for some reason limits what you can plug into this slot) he moved onto the second part which is a USB 12-axis sensor. This picture shows the wires before they were soldered to the USB card. [Mal’oo] couldn’t just plug it in because the sensor wouldn’t have been oriented correctly in relation to the computer. The final product is quite response, as shown in the clip after the jump. Continue reading “12-axis Sensor Adds Auto Screen Orientation To This Older Tablet PC”

How A Dial-up Modem Handshake Works

If you’re old enough to have used a dial-up modem we’d bet you can do an imitation of the sounds it made while connecting. Those not-so-beautiful sounds heralded the dawning of a technological era. But few actually know what each of those distinct sounds were doing. Now’s your chance to learn. This post explains each step in the dail-up handshake process.

This may be the most useful infographic we’ve ever seen. Normally we just seem them as gimmicks, but [Oona Räisänen] really put together something special with this one. Her blog post includes an audio clip so that you can play back the full handshake sounds. The main box on the graphic shows the audio spectrum from that clip, with an explanation below it. But you’ll also want to read through her full write-up for a more narrative description.

The part we found the most interesting is that these modems needed to disable the echo suppression used by the telephone system in order to operate at full-duplex. Apparently land lines disabled the speaker while you were talking so that you didn’t hear your own voice. This was a problem if the modem was trying to send and receive at the same time.

[via Reddit]

Getting An Arduino To Control A Wireless Outlet

[Reza’s] methodical investigation of this remote controlled outlet let him patch in with an Arduino using a 433 MHz transmitter. This is a single-device unit, but the techniques used here should allow you to take control of wireless rigs that have multiple modules to control many devices.

We’ve seen some folks at our local hackerspace try to patch into the remote control itself. That used some type of weird button scanning (not just connecting a pin to ground or voltage) and didn’t pan out. [Reza] doesn’t even crack open the case of either of the units seen above. Instead, he goes straight for a wireless receiver he had on hand, using a logic analyzer to capture the signals coming from the remote.

Once he had a good snapshot of the signals sent when pressing the on or off button of the remote he set out to replicate it in his Arduino code. His function called setStateWithDelay takes three parameters: the transmit pin, the level (high or low), and a number of milliseconds to delay. Each signal calls this function many times, but working the bugs out is pretty easy; just capture the signal with the logic sniffer and compare to the stock remote.

Turning The Belkin WeMo Into A Deathtrap

The Belkin WeMo is a small, WiFi connected outlet controlled by a mobile device that adds Internet control to a desk lamp, coffee maker, or, if you’re feeling daring, your home server. It’s an interesting device, but of course there are a few security implications of having your electric kettle connected to the Internet. [Daniel] was able to get root on his Belkin WeMo and with full control of his Internet-connected outlet was able to turn it into a deathtrap.

[Daniel] says his exploit could be developed into a virus that will scan for WeMo devices. Once these Internet-connected devices are found, it’s easy to turn these devices on and off really fast; something not too dangerous for a desk lamp, but potentially lethal if it’s plugged into a space heater.

In the video after the break, you can see [Daniel] exploiting the WeMo with a flaw in its UPnP implementation. There’s footage of his terminal hacking and of his desk lamp being turned on and off really fast, something that could be very dangerous for higher current devices.

Continue reading “Turning The Belkin WeMo Into A Deathtrap”

Letting People On The Internet Control Your Dating Experience

charismacheck

Like Cyrano giving advice to Christian from underneath Roxanne’s balcony, now you too can can advise young suitors trying to win the heart of the object of their affection.

[Lauren] had the idea of using objective, third-party observers checking in on her dating activities and giving advice as to what she should do next. Yes, she’s streaming her dates over the Internet and asking for advice from Mechanical Turk workers.

The idea behind this project isn’t that [Lauren] isn’t looking for advice from her own Cyrano, but rather to open up new, previously unexpected possibilities. Turk workers will watch the stream while [Lauren] presents them with options telling her to smile more, laugh, change the subject, or ask a question. [Lauren] receives these results as a text message, where she’ll comply with the Internet’s wishes and hope her date doesn’t go horribly awry.

It’s an interesting project to say the least, but we’ve got to wonder about the quality of the advice given from her online advisers. Turk workers do take their jobs more seriously than random people on the Internet, so barring an invasion from /b/, [Lauren]’s night might just go alright.

Gas Sensor Suite Built With Gadgeteer Modules

gadgeteer-gas-sensor-suite

[Blake] just finished a gas sensor suite built from Gadgeteer parts. The three sensors are the cylindrical towers along the left hand side of the assembly. The one at the top (with the orange ring) is an alcohol sensor. The middle one senses ammonia and the lower sensor measures air quality. Also rolled into the mix are temperature and humidity sensors.

You can collect a lot of data with this type of setup. To keep it organized [Blake] used the ThingSpeak interface. Using the NIC in the upper right he uploads the measurements for real-time graphing. The setup is explained in detail in the video after the break, including a test with some cleaning ammonia.

We haven’t tried out the Gadgeteer system for ourselves yet. But you’ve got to admit that the ribbon cable connector system the family of parts uses really helps to keep a rather complicated setup like this one nice and tidy.

Continue reading “Gas Sensor Suite Built With Gadgeteer Modules”

7x7x7 LED Cube Driven By Arduino Mega

Sure, the physical build itself looks great, but it’s what [Michael] did with the firmware that impresses us the most. He’s using an Arduino Mega to drive the 7x7x7 cube and manages to squeeze out what he calls 142 frames per second with the setup. We’re not sure FPS is the right measurement, as we believe it’s the multiplexing rate that he’s trying to describle. It takes 144 uS to scan the entire matrix once. He performs the scan seven times per frame and the result is a flicker-free appearance, even to cameras.

You can see a video demonstration after the break. Since [Michael] emailed us directly with more details about the build we’ve pasted those below the fold as well.

If you’re looking for a more entry-level Arduino LED cube this 4x4x4 project is just the thing.

Continue reading “7x7x7 LED Cube Driven By Arduino Mega”