Ti Chronos Watch Controls Raspberry Pi

[Mike Field] was working on interfacing his TI Chronos eZ430 watch with the Raspberry Pi. As things were going pretty well, he took a side-trip from his intended hack and implemented watch-based control for an RPi audio player.

It really comes as no surprise that this is possible, and even easy. After all, the RPi board has native USB capability for hosting the watch‘s RF dongle, and it’s running Linux which we know already works well with the Chronos platform. But we still love the thought of having automation controls strapped to our wrist!

mpg321 is the audio playback program used for this hack. It plays MP3 files using ALSA for sound, which does have a few hiccups on the RPi. [Mike] found workarounds and included them in the C program he uses to gather everything into one nice code package. Control depends on keypresses sent from the watch (meant for use with PowerPoint) which are translated by his code and pushed to the audio/mp3 programs.

Raspberry Pi Enclosure Turns It Into A Desktop PC

While you’re still waiting for your Raspberry Pi to be delivered, why not build an enclosure for it? This build comes from the fruitful workshop of [builttospec], and gives the Raspi a very nice case well-suited for being placed on your desktop.

Like most of [builttospec]’s case builds, this enclosure was made on a laser cutter out of acrylic and features everything you would expect in a good Raspi enclosure. All the hardware ports are available, and there’s also a slot for a GPIO ribbon cable, perfect for connecting an enclosed Raspi to whatever hardware project you’re working on.

One thing we’re loving about [builttospec]’s enclosure is the tasteful use of light pipes that funnel the light from the LED indicators on the Raspi to the surface of the case. Sure, they’re just a few bits of laser-cut polycarbonate, but its little touches like this that transform a good case build into a great one.

Files available on Thingiverse.

Penetration Testing With The Raspberry Pi

PwnPi is a penetration testing distribution rolled up for the Raspberry Pi platform. This should come as no surprise to anyone. The RPi board has a beefy processor, it’s relatively low power, has the option of the on-board NIC or a USB WiFi dongle, and it already has Linux kernel and desktop sources available to start from.

Now we will admit we’re a bit disappointed from this tip. Don’t get us wrong, the distro looks like it’s well done, and we’re sure there are a lot of folks out there who will be happy to have these tools to help test their network security. But this is a software only hack and we were expecting to see a nice little covert package that could be plugged into an outlet (SheevaPlug style), or a battery-powered module that can be plugged into an Ethernet port and hidden away.

Now you know what we want, don’t forget to send in a link once you pull it off.

[Thanks Scott]

Adding Heat Sinks To A Raspberry Pi

[Michael Dornisch] was surprised to find that the main processor of the Raspberry Pi reaches about 56 degrees Celsius (about 133 degrees F) while streaming video over the network. He thought it might help the longevity of the device if he was able to cool things off a bit. But why stop with just the processor? He added heat sinks to the SoC, Ethernet/USB chip, and voltage regulator.

From his parts bin he grabbed a small heat sink that was probably used on a graphics card. After measuring the three chips with his digital calipers he cut out the footprint he needed, resulting in three smaller heat sinks. We didn’t realize that thermal compound has enough gripping power to hold the sinks in place without any mechanical fastener, but apparently it does. [Michael] mentions that it’s possible to use other adhesives, like JB Weld. What’s important is that you use something (ie: thermal compound or a liquid adhesive) to prevent any air gap from coming between the chip surface and the aluminum.

He measured the result as a 17.3 degree C (31 degree F) drop in temperature. We looked around and it seems there’s no internal temperature sensor on the Broadcom chip so these surface readings will have to suffice. Do you think this will prolong the life of the board if it is used regularly to play back high quality video? We already know that these temperatures are within the specifications for the hardware.

[Thanks Simon]

Using The Raspi As An Ethernet Shield

[Alexandre] wanted to set up a web-based temperature logger with his Arduino, but found the Arduino Ethernet shield a little finicky. Since his Raspberry pi was just delivered, he figured he could use the Raspi as an Ethernet shield with just a little bit of coding.

After [Alexandre] set up his Arduino to send a thermocouple through the USB, the only thing left to do was to add node.js to the Raspi’s Debian installation. Every five minutes, the Arduino wakes up, takes a temperature reading, and sends it over to the Raspberry pi. From there, it’s easy parse the Arduino’s JSON output and serve it up on the web.

In the end, [Alexandre] successfully set up his Raspberry pi as an Ethernet shield to serve a web page displaying the current temperature (don’t F5 that link, btw). One interesting thing we have to point out is the cost of setting up this online temperature logger: the Arduino Ethernet shield sells for $45 USD, while the Raspberry pi is available for $35. Yes, it’s actually less expensive to use a Raspberry pi as an Ethernet shield than the current Arduino offerings. There you have it, just in case you were still on the fence about this whole Raspi thing.

Checking Out The Temperature Of A Raspberry Pi

[Remy] has access to a very nice Fluke thermal camera, so when his Raspberry pi came in he pointed the thermal camera at the Raspi (Spanish, Google translation) to see how far this neat computer could be pushed before it overheated.

There are three main sources of heat on the Raspberry Pi: the voltage regulator, the USB/Ethernet controller and the Broadcom SoC. At idle, these parts read 49.9° C, 48.7° C and 53° C, respectively; a little hot to the touch, but still well within the temperature ranges given in the datasheets for these components.

The real test came via a stress test where the ARM CPU was at 100% utilization. The Broadcom SoC reached almost 65° C while the Ethernet controller and regulator managed to reach the mid-50s. Keeping in mind this test was performed at room temperature, we’d probably throw a heat sink on a Raspberry Pi if it’s going to be installed in an extreme environment such as a greenhouse or serving as a Floridian or Texan carputer.

Thanks [Alberto] for sending this in.

Gooseberry Is The Latest ARM Linux Board

It looks like we’re finally seeing the proliferation of single board computers take off. The latest is called the Gooseberry. While it will cost about £40/$62 USD at release, it greatly outperforms the current crop of tiny Linux boards.

As the latest in what will be a long line of these ARM-ified single board computers, the Gooseberry hugely outperforms the VIA APC and Raspberry Pi with a Allwinner A10 CPU running at 1.2 GHz, 512 MB of RAM, and built-in WiFi. Basically, the Gooseberry has all the features you would expect from an Android tablet; the reason for this is because the Gooseberry actually is the board found in a few Chinese tablets.

There’s a few very nice features like an LVDS output to add LCD displays without hogging the HDMI output, and the form factor is incredibly thin making it perfect for building a small portable device.

After the break you can check out a walkthrough of the Gooseberry board along with evidence of it running Ubuntu.

Continue reading “Gooseberry Is The Latest ARM Linux Board”