-->

No PCIE slot? Just add one



[Leslie] likes his little Samsung N150 Plus netbook. While it packs enough punch for almost everything, it lacks in High Definition video power. That is where a Broadcom Crystal HD mini PCI express card comes in, as these little video decoders are made just for netbooks needing some HD love, but the problem is, his netbook only has one PCI express slot in it, and its occupied by the 802.11N card.
Not being bummed out by this, and not wanting to use a USB dongle device he just ripped open his netbook and added a second pci express connector to the pads on the motherboard. Sourcing the header from mouser, the install seems quick n easy, especially since Samsung was nice enough to have the pad’s tinned already, so just a little flux and a steady hand you’re good to go.
Unfortunately, there are some hidden gotcha’s as the newly installed slot is not “full featured” that both the Broadcom card and the stock wireless N card require, but he had a wireless G card that ran just fine in the newly added slot, so now its time to rock some full screen HD Hulu.

Let it Snow (Leopard)


Yet another netbook can now run OS X. This one happens to be the Samsung n310, making it our first published non-Dell netbook to accomplish the feat. The key lies in a custom (and downloadable) .ISO for intalling said operating system onto a netbook. Full instructions for the task, and an audio driver for the n310 in OS X, are available on the [ComputerSolutions] website.

Google Chrome roundup


Google Chrome made a huge splash in the past week, but will it really change the way you browse, and convince you to switch from your current browser? For those who want to play with it but don’t want Google to completely take over their lives, Chromium is the open source project behind Google Chrome. Linux and OS X users can also run Chrome using WINE, although success is not guaranteed. To make an educated choice, read Scott McCloud’s comic which explains the underpinnings. Make sure you’re aware of Chrome’s security vulnerabilities, and take advantage of Lifehacker’s guide to make your browsing experience as convenient and useful as possible. There are some great features, including the ability to log into multiple Google accounts using its much-lauded Incognito mode, which prevents Google Chrome from logging information on your browsing and downloading habits (websites you browse can still track your information). For convenience, you can also install Chrome on a USB drive, and take it anywhere with you. Explore the many Google Chrome blogs that have popped up to provide advice on hacking and tweaking the browser. Or you could just get all your information from 4chan.

Google bike hack, quick and dirty


Many of the projects we post are so well thought out and engineered, they could hardly be called “hacks”.  This one, however, falls neatly into the hack category. [Dave] wanted his very own exercise bike hooked to Google maps. Instead of setting up a control system and writing software to control Google maps, he simply hacked a USB game controller. He wired a magnetic switch directly into the board, where the “up” button is. Then he mounted the switch so that it would be triggered each time he rotated the pedal.  Though he only has the forward movement done right now, it would be pretty easy to set up a couple more switches at the base of the handle bar for left and right.
While the experience may not be quite as nice as the more complicated one, aside from head tracking, it isn’t that far off.

Tweet-a-Watt now speaks to Google Power Meter



Hackaday’s own [Devlin Thyne] has been working with Adafruit to come up with a way to use the Tweet-a-Watt along with Google Power Meter. Back in March we put out the word that Google had unveiled the API for Power Meter and [Devlin] is the first we’ve heard of to come up with a way to use your own equipment with the service. You can build your own or use Adafruit’s kit and the data pulled from your energy use will be nicely displayed using the big G’s tools. Right now there’s only support for one Tweet-a-Watt but we’d image this will evolve fairly quickly into a much larger house solution. Head over to the Tweet-a-Watt code page to get the source files for this project.
[Thanks PT]

Real-time GPS tracker with mobile phone uplink


[jayesh] wasn’t actually trying to solve any clever problems when we built his homebrew GPS tracker. He just had the hacker mentality and wanted to build something fun and useful while geeking out with electronics and software.
On the hardware side, he started with an Arduino, then added a GPS module for location detection and a GMS/GPRS module for the data uplink to his server over AT&T’s network. The Arduino uses several libraries and plenty of custom code. On the server, he worked up some wizardry with open-source packages and the Google Maps API. All of the source code and hardware details are well-documented. Put together, it’s a GPS tracker that can update a map in real-time. Sure, there are commercial products that do roughly the same thing, but where’s the fun in that? The principles here can also be put to good use in other microcontroller-based projects.