Watch All Of The Freshly Published Talks From 28c3

The 28th Annual Chaos Communications Congress just wrapped things up on December 31st and they’ve already published recordings of all the talks at the event. These talks were live-streamed, but if you didn’t find time in your schedule to see all that you wanted, you’ll be happy to find your way to the YouTube collection of the event.

The topics span a surprising range. We were surprised to see a panel discussion on depression and suicide among geeks (hosted by [Mitch Altman]) which joins another panel called Queer Geeks, to address some social issues rather than just hardcore security tech. But there’s plenty of that as well with topics on cryptography, security within web applications, and also a segment on electronic currencies like Bitcoins.

There really is something for everyone and they’ve been thoughtful enough to include playlists for all talks, just the lightning talks, and lightning talks categorized by the day they occurred. Get those links from their YouTube channel description, or find them after the break.

Continue reading “Watch All Of The Freshly Published Talks From 28c3”

Rooting A Motorola Actv (Android Wristwatch)

[Chris’] family made the mistake of giving him a hackable Christmas gift. We’d bet they didn’t see much of him for the rest of the day as he set about rooting this Android wristwatch.

This thing has some pretty powerful hardware under the hood. It’s sporting an OMAP3 processor running at 600 MHz along with 256 MB of RAM. [Chris] needed to get his hands on a firmware image in order to look for security holes. He found a way to spoof the update application in order to intercept an upgrade image from the Internet.

He dumped the firmware locations and got to work searching for a way to exploit the device. Details are a bit scarce about want exactly he did, but you can download his modified image, letting you root your own Motorola Actv using the Android Debug Bridge.

We’ve embedded a demo video after the break. The OS is pretty snappy on the tiny device. We’re not sure what will come of this functionality, but we assume [Chris] was really only interested in the challenge of rooting process itself.

Continue reading “Rooting A Motorola Actv (Android Wristwatch)”

Hack A Watchman

I have been on the hunt in our local thrift and random junk stores lately for a small TV to hopefully modify into a decent enough computer monitor for my Apple //C and Trash80. While there are TONS of TV’s out there, none were really striking me in tube size or picture quality. Roaming around the last resource I happened to find this tiny Sony Watchman Color LCD TV.

Of course this thing is way too tiny for a computer monitor. I thought it would be a great thing to have around the bench for when I am repairing a video game system, or messing about with the TV out Arduino library (the 3 buck price tag on half off day didn’t help either). Directly out of the store this thing is totally useless as there are no inputs and its tuner is for analog “over the air” stations which no longer exist.

Join me after the break to see how I turned this buck fifty paperweight into a functional bench tool!

Continue reading “Hack A Watchman”

MSP430-based Wristwatch Project

[Nav] is working on a scratch-built wristwatch. Although it is based on an MSP430 microcontroller, it’s not the ready-to-hack ezCronos that you might be thinking of. Instead, [Nav] started with a different TI development tool that we’ve looked at before, the ez430-F2013.

The breakout board for the F2013 is small enough to meet his needs, but still provides easy soldering with 0.1″ vias that break out each pin. To make sure the timepiece is accurate he added a 32.768 kHz clock crystal. A small, square, LCD screen acts as the face of the watch, but we didn’t find specific part information for the display.

Currently the watch can run for a few days on the CR2032. We’d bet some work with sleep modes for the microcontroller can help with that. The watch has a couple of buttons that let you control it, and [Nav] discovered that he could fit everything into the watch case for an iPod nano. That’s creative!

We’ve seen other hacks with tiny batteries. The next logical step here would be to swap out the disposable coin cell for something that can be topped off with an external charger.

ATtiny Hacks: Stopwatch Turned Race Clock

ATtiny Hacks Theme Banner

The folks over at blondihacks are gearing up for an event called “The 24 Hours Of LeMons” which is a form of low-budget endurance racing involving cheap cars, heroic repairs, wacky themes, and a lot of serious driving. The format of the race is pretty simple, the cars race around the track continuously for a set amount of time (usually 12 or 24 hours), and the goal is to complete as many laps as possible in that time.

In order to be racing that long each team has multiple drivers, and a in car timer would be especially helpful. While commercial models cost a pile of money, the team was able to source a dual clock / stopwatch with a nice big display, and hack it up with an Attiny13. The stopwatch is deactivated when the engine is off, and reactivated when the engine gets turned back on.

Now when one driver’s turn is up they come in for a pit stop where the engine is shut down for saftey reasons. When the new driver is ready to leave, the clock automaticly resets for them and they can get on with the race.

MindFlex Watches As You Judge Others By Sight Alone

mindflex_headset

[Paul] really wanted to know what his brain was thinking.

No, really. He is aware of all the thoughts that come and go, but he wanted to know what was going on in his brain below his conscious thought stream. Armed with a MindFlex headset and a Teensy, he set out to decode what really was going on inside his head.

He spent a month crawling 35 million Google profiles, downloading each user’s pictures into a MySQL database. The Teensy was attached to the MindFlex sensor board, and collects all of the headset’s output over a serial connection.

His experiment consisted of flashing each of the profile pictures on his monitor for one second, recording 2 of the 11 available brainwave channels from the MindFlex. These values were then plotted out so that he could visualize the “Attention” and “Meditation” values captured by the headset. At the end of the day he discovered, interestingly enough, that looking at dogs relaxed him the most!

We would love to see what correlations could be drawn from his collected data, and what sorts of “hidden” thoughts are coursing through others’ brains. It could certainly end up being a double-edged sword, uncovering subconscious biases and other such things, but it’s an incredibly intriguing experiment to say the least.

Be sure to check out the video below of the experiment in progress.

Continue reading “MindFlex Watches As You Judge Others By Sight Alone”

Bluetooth Wristwatch Based On An Arduino

We hate to admit it, but we missed out on the TI Chronos watch deal last week. While we’re still a little bit burned over the fact that these watches sold out so fast, [Ahmet] sent in his Open Source Bluetooth Watch and we’re thinking this could eventually be a decent replacement.

The watch is built around an Arduino Pro Mini, a scavenged Nokia LCD, and a BlueSMiRF Gold. The Bluetooth connects to a Nokia N900 with a little Bluetooth client app [Ahmet] wrote. He also wrote a small GUI for the watch’s LCD display. Afterwards, he was able to display missed calls, new email, and is now working on support for changing songs on his N900’s media player.

Admittedly, a little work needs to be done on the enclosure. Still, the potential for this watch is much greater than the iPod as a watch project we saw last year. Right now, we’re thinking about what could be added to [Ahmet]’s watch. An accelerometer would probably be on the top of our list, but if you have any ideas feel free to leave them in the comments.

Check out the walk through of the watch’s functions after the break.

Continue reading “Bluetooth Wristwatch Based On An Arduino”