Astrosmash Style Video Game As Sony SmartWatch Firmware

sony-smartwatch-native-video-game

Here’s a firmware hack that brings a video game to the Sony SmartWatch. It’s pretty impressive considering the limited screen real estate and the fact that it has to be shared with the touch input. But we find it equally impressive that a game of this quality followed so quickly on the heels of Sony announcing the ability to make your own firmware for the watch. The speedy development is thanks partly to the community driven effort to hack the Arduino IDE to load sketches on the watch.

The advent of this IDE hack means that taking your Arduino sketch writing abilities to this hardware now has a fairly low learning curve. And reading through [Asier Arranz’s] game code will make it even easier. He calls his game Star Wars but it reminds us more of Astrosmash. There’s a little green semicircle which is your ground-based defense vehicle. You need to fire the laser to shoot falling items out of the star-strewn night sky while also collecting power-ups that fall to the ground. Game play video is below.

Just remember, if you come up with a cool firmware app for the SmartWatch we want to hear about it.

Continue reading “Astrosmash Style Video Game As Sony SmartWatch Firmware”

Sony SmartWatch Running Arduino Sketches

sony-smartwatch-arduino-sketches

Well that didn’t take long. We just heard last week about the Sony inviting firmware hacks for their SmartWatch and here’s an early example. This image above is an animation running on the watch. It was written as an Arduino sketch which runs on a custom firmware image. [Veqtor] wrote the sketch, which is just a couple of nested loops drawing lines and circles. The real hack is in the firmware itself.

[Veqtor] took part in a workshop (translated) put on by [David Cuartielles] which invited attendees to try their Arduino coding skills on his firmware hack for the watch. It implements an Android parser, but the development is in very early stages. Right now there’s zero information in his readme file. But the root directory of the repo has a huge todo list. Dig through it and see if you can fork his code to help lend a hand.

Learn more about the SmartWatch firmware from the original announcement.

Continue reading “Sony SmartWatch Running Arduino Sketches”

HackIt: Sony Invites You To Hack Its SmartWatch Firmware

sony-smartwatch-hacking

This is Sony’s smart watch, which has been around for a while now. It’s designed for use with your Android phone, and has always included an SDK that allows app developers to interact with it. But now Sony is taking it one big step further. They’ve published everything you need to know to hack your own firmware for the SmartWatch.

The navigation scheme for that articles includes five menu items at the bottom which you’ll want to dig through. The most interesting to us was the one labeled “SmartWatch hacker guide”. It lays bare the hardware used in the watch and how it’s peripheral component connect to each other. This starts with the STM32 (ARM) microcontroller that drives the watch. It goes on to document how the screen is addressed (SPI1) including the pin to turn it on and off. The same goes for the Bluetooth, accelerometer, buzzer, and touch sensors.

Firmware is updated via USB using Device Firmware Upgrade (DFU) mode. We don’t don’t see any way to connect an on-chip debugger. We searched to see if there is a JTAG port on the circuit board and it sounds like getting the watch apart without breaking it is pretty tough.

Now that you don’t need to stick to what Sony had planned for the device, what do you want to do with your strapless wristwatch?

[Thanks Brian]

AuPod, The Solid Gold IPod Nano Watch

aupod

 

The 6th generation iPod nano makes a wonderful watch, but something milled out of aluminum doesn’t lend itself to more formal events. [Ted] liked the idea of an iPod nano watch, but wanted to kick things up a notch and fabricate an 18k gold iPod nano. It took 500 hours and $2500 in materials, but we’d say it’s worth it.

The new 18k gold enclosure for the watch was fabricated using the lost wax casting method. First, all the electronics and buttons were removed from the iPod, then a negative mold was made in silicone rubber. A positive wax mold was made with the silicon mold, and finally another negative mold – this time in plaster – was made by vaporizing the positive wax mold in a furnace.

[Ted] used two one-ounce coins as the source of gold for his nano enclosure, spun into the plaster mold. From there, it’s just a simple but tedious matter of cutting the sprues off, shaping, filing, buffing, and polishing. With a new leather strap, the iPod is reassembled in its new enclosure.

Wonderful work, and amazingly impressive from someone who doesn’t consider himself a jeweler.

Blood Glucose Monitor Data Pushed To Smart Watch

image

[Don] uses a Continuous Glucose Monitor to stay on top of his diabetes. It means carrying around an expensive and fragile device which acts as the readout. He’s an active guy and doesn’t want to destroy the thing while dirt biking or kick boxing so he’s been trying to use a TI Chronos smart watch as a display alternative.

As you can see he has already made some headway. This image shows the watch displaying data from the device. Unfortunately he’s depending on a PC to interface with the CGM display, then pushing it to the watch. He may try moving to a Raspberry Pi to help make this more mobile. This way the sensitive hardware could be tucked safely in a case inside a backpack while the watch shows his current glucose levels. We’d also love to see an embedded solution that would emulate the communications the PC is using to harvest the data. If you’ve got any suggestions in this area we’re sure that [Don] would appreciate the help.

Dermal Implants Means Strapless Watch

dermal

Google Glass is a year or so out, and even after that we’re still looking at about five years until we’re all upgraded at the behest of our robotic overlords. [justurn] simply can’t wait, so he decided to submit to the cybermen early with his Android-controlled wristwatch attached with dermal implants.

[justurn]’s got the inspiration for his project from this earlier Hackaday post involving dermal implants and an iPod nano. The iPod nano doesn’t have a whole lot of functionality, though, but the Sony SmartWatch does, and without the inevitable accusations of fanboyism.

To prep his arm for the hardware upgrade, [justurn] had four titanium dermal anchors placed in his wrist. After letting his anchors heal for a few months, [justurn] installed very strong neo magnets in the bases for his anchors and the clip for the SmartWatch’s strap.

The result is a magnetically mounted, Android-controlled watch semi-permanently attached to [justurn] at the wrist. We love it too.

Fabricating A Mechanical Wristwatch At Home

diy-mechanical-wristwatch

Our mouth is still agape after digging through [Tom’s] watchmaking blog. This gentleman spent several years designing and machining his own mechanical wristwatch. A dozen years ago or so [Tom] answered an ad for an apprentice watchmaker. He worked on watches and came across a book that detailed how timepieces are made. He was told that no-one does it like that anymore, which only fed his curiosity. What he came up with is, to his knowledge, the first timepiece every made in Australia.

It’s no secret that we have a thing for clocks. But we feature digital timepieces almost exclusively. We’ve love mechanical watches too but don’t see them as hobby projects very frequently. After looking at what goes into the mechanism it’s not hard to see why.

[Tom] was faced with a variety of challenges along the way. One of the biggest was having to come up with tools that would let him perform the precise milling work necessary to achieve success. You’ll want to read through his movement design and manufacture posts. He laid out the plan in CAD, but ended up using some hacked together milling tools to get the job done.

[Thanks Amit]