Add A Bluetooth Terminal To Your Kindle

This is an Amazon Kindle DX with a Sparkfun Bluetooth Mate stuck in it. [Darron] hacked the two together in order to have a wireless serial terminal on the device. There are three big pads in the middle of the Kindle PCB labelled GND, RX and TX, making it easy to figure out those connections. Getting voltage was a bit more difficult. He managed to find 4V coming off of one side of the Kindle’s wakeup switch which works well because the Bluetooth Mate has a voltage regulator on board. To protect the Bluetooth module he modified it to pull-up the TX from the on-board regulated 3.3V rather than the 4V coming in from the Kindle.

He’s also been doing some software work on the device now that he has easy access to it. Along the lines of the Ubuntu-on-Kindle hack from September, he’s compiled QT for the Kindle and written a couple of programs such as Sudoku to show that it works.

Version Control For Eagle

[Jeff] set up version control for Eagle libraries and projects. He mentions that Eagle has become the standard for open source hardware projects and he’s absolutely right. We use it for our projects, and we’ve grown to expect that the posts we feature have Eagle files available in most cases.

But Eagle falls short in its library management. There is some amazing work from SparkFun to support a usable parts library, but who hasn’t added parts themselves? [Jeff] setup libraries using github so that changes and additions to the libraries can benefit all and cut the amount of time spent making custom footprints for new components and packages.

SparkFun’s Free Day Is Nearly Upon Us…

As I’m sure many of you already now, today is January 7th. While that might not have any real significance normally, today this means that our favorite hobby supplier, SparkFun, is giving away up to $100,000 of electronic goodness. We know we have our shopping carts filled to the brim, and we’re sure that most of you do too. With the start of Free Day being roughly 10 minutes away, we recommend that everyone man their shopping carts…. This should be interesting…

$100 Free From Your Favorite Hobby Supplier!

We were wary at first when the email came in with the headline “SparkFun is having a free day” and figured surly this is in relation to recent events? But no, after 7 years of loyal customers, SparkFun is simply giving back to the community.

It’s interesting to think that without their services, we wouldn’t have some of the amazing hacks we introduce every day. Such as the DIY mood lamp, or Cell phone alt-variometer, or Arduino iPod remote control. And their free day will allow some disadvantaged hackers the ability to finally flex that muscle sitting between their shoulders. What do you plan to make?

Mark your calendars folks, On January the 7th 2010 SparkFun is giving every household a $100 (until they reach $100k), if that’s not an incentive to wake up early, what is?

As a side note, do you think we’ve had enough posts about SparkFun lately?

[Thanks Diego]

SparkFun Product Used For Immoral Hacking

While we have our fun ethically hacking, its very easy to forget that sometimes our ideas could be used with malicious goals. Take for instance SparkFun’s BlueSMiRF – the device’s original intention is simply to act as a wireless serial cable replacement. After hackers discovered several PIN pads use a serial interface, they put one and one together to steal several hundreds of people’s personal bank accounts.

It seems SparkFun is getting a lot of heat lately, but we’re glad they stand up and address these issues. You can check out the original news clipping here.

SparkFun Gets A Cease And Desist

CandD

[Nate] over at SparkFun Electronics has posted a cease and desist letter he received from SPARC industries.  Apparently their legal department feels that his name is close enough to theirs to ignite a legal battle. They are demanding that he transfer his domain to them immediately to extinguish the flames. This all seems a bit silly, his name isn’t really at all like theirs and his product isn’t similar either.  To add to the peculiarity of this, going to their site throws up a big red malware warning for us (in chrome).

[thanks IraqiGeek]

DIY Cell Phone Alti-variometer

AltiVarioFront

[Vlad-Andre] used some of his free time to build an alti-variometer. He does some para-gliding near restricted air space and wanted a backup altitude warning that would help keep him below the mandated altitude. His solution uses the SparkFun Weather Board in conjunction with their BlueSMiRF dongle to measure altitude and transmit it via Bluetooth. From there, he wrote a program to grab the transmitted data with his cell phone and display the information. His application also has the ability to set altitude warnings and log changes over time.

Using this system he is able to get altitude data with 3.5 inch accuracy. Because the capture application is written in Java it should be easy enough to make this work on other cell phone models. The project is clean and works well but we estimate the cost of the parts to be between $250-300, making it out of reach for those who don’t have a specific need for these types of measurements. This is especially true for paragliders who have much less expensive options available to them.
[Thanks Carl-Emil]