Communicating from anywhere with a SPOT Connect

[Nate] over at Sparkfun put up a great tutorial for using the SPOT personal satellite communicator with just about any microcontroller. These personal satellite transmitters were originally intended to pair with the bluetooth module of a smart phone, allowing you to send a short 41-character message from anywhere in the world. Now, you can use these neat little boxes for getting data from remote sensors, or even telemetry from a weather balloon.

[Nate]’s teardown expands on [natrium42/a>] and [Travis Goodspeed]’s efforts in reverse-engineering the SPOT satellite communicator. The hardware works with the Globalstar satellite constellation only for uplink use. That is, you can’t send stuff to a remote device with a SPOT. After poking around the circuitry of the original, first-edition SPOT, [Nate] pulled out a much cheaper SPOT Connect from his bag of tricks. Like the previous hacks, tying into the bluetooth TX/RX lines granted [Nate] full access to broadcast anything he wants to a satellite sitting in orbit.

We’ve seen the SPOT satellite messaging service put to use in a high altitude balloon over the wilds of northern California where it proved to be a very reliable, if expensive, means of data collection. Sometimes, though, XBees and terrestrial radio just aren’t good enough, and you need a satellite solution.

The SPOT satellite service has an enormous coverage area, seen in the title pic of this post. The only major landmasses not covered are eastern and southern Africa, India, and the southern tip of South America. If anyone out there wants to build a transatlantic UAV, SPOT, and [Nate]’s awesome tutorial, are the tools to use.

Tip ‘o the hat to [MS3FGX] for sending this one in.

Poking machine

We may be showing our age here, but we have no idea what a ‘poke’ on Facebook actually means. Whether it’s the passive-aggressive manifestations of online stalkers or an extension of  the ‘like’ button, all we know is [Jasper] and [Bartholomäus] built a machine that translates virtual pokes into our analog world.

The “Poking Machine” as [Jasper] and [Bart] call it, syncs to your phone over a Bluetooth connection. The build is incredibly simple: just an ATtiny running Arduino for ATtiny, a Bluetooth controller (possibly this one from Sparkfun), and a servo. When the Facebook app on [Jasper] and [Bart]’s phone receives notification of a ‘poke’, the servo is powered and gently taps the wearer on the arm.

One thing we really like about this project is the case made of several layers of laser-cut acrylic bolted together. This case offers a very clean look even if it is a bit ungainly. We suppose the guys could have used a simple vibration/pager motor for this build, but it wouldn’t exactly be a poking machine at that point. Check out the build video after the break.

[Read more…]

Control an Arduino from Android over Bluetooth

Whether you’d like to do some real-time logging of data, or just want to control a project with your Android phone, [Thomas]’s Arduino-Android Bluetooth connection instructable is sure to be useful

[Thomas]’ build uses the very inexpensive JY-MCU Bluetooth module that’s available on eBay or dealextreme. This Bluetooth module ties directly into the Tx and Rx lines of the Arduino so a wireless serial connection between an Android device can be established. On the Android side of the build, Python for Android and the Scripting Layer for Android allow for reading wireless sensor data over Bluetooth.

While connecting an Android device to an Arduino is also possible with an IOIO  or an Android Open Accessory dev kit, we haven’t seen much (barring this) about controlling or reading simple electronics with Android over Bluetooth. Sometimes you just don’t need an awesome dev board to bodge up a simple project, so we hope [Thomas]’s very nice instructable will help get a few more builds off the ground.

Wireless solar water heater controller ensures hot water every time

water-heater-controller

[Peter Sobey] had a solar hot water heater installed in his home, which worked great until he relocated his kitchen to a neighboring room. Now a good bit further from the tank, the hot water reaching his sink was tepid at best due to the increased distance and temperature limiting mixer valve in the new heater.

He installed a salvaged solar panel and water tank solely for use in his kitchen, but as the panel was located above the tank, he had to find a way to actively monitor and control the water temperature. His pump and valve system was originally driven with an off the shelf PICAXE-based controller, but he eventually got the urge to add a wireless display and control panel to the mix.

A pair of Arduino Nanos run the show now, one of which resides in the pump controller box, while the other is used in the temperature display box in his kitchen. He uses a set of Bluetooth modules to link the Arduinos together, relaying temperature data and allowing him to send the pump controller manual commands if needed.

He says the system works a treat, and he’s much happier with his homebrew controller than the one he used originally.

Connecting a dumb scale to your smartphone

[Casainho] wanted to track his body weight using an app on his Android phone. He just needed a way to get the weight readings onto the device automatically. He ended up adding Bluetooth to a bathroom scale and hacking the app to grab data from it.

The scale which he hacked is a digital model, which makes it possible to read the weight data if you know what you’re doing. [Casainho] already completed a weight logging scale hack which stored the data on an SD card. So this was a recreation of that project but with a Bluetooth module for the output rather than the card for storage.

Now you can buy WiFi enabled scales, but that’s not nearly as fun as a hack like this. Plus one of those will cost you around $200 and the hardware for this version came it at only $75. It includes an LPC2103 dev board, $6 Bluetooth module, character display, batteries, and misc. supplies. The software end of the hack was helped greatly by the fact that the Android apps which [Casainho] is using are both open source.

Improving headphones by voiding warranties

[Dan] had been wanting a pair of Bluetooth headphones for quite a while. Most of the reviews for wireless headphones in the $50-$80 range complained of tinny sound and dropped bass. Nevertheless, he stumbled upon a $20 pair of headphones with similar reviews and realized that he could switch out the driver and make a decent pair of cans.

The donor drivers came from a pair of Sennheiser HD 540 headphones. These are very respectable headphone speakers that cost about what you would expect for pro audio gear. To to get Bluetooth working with the Sennheisers, [Dan] removed the PCB and battery enclosure and attached them to the headband with velcro.

For his build, he had to cut the cable on the Sennheisers and solder them to the Bluetooth board. There was never any danger of ruining a good pair of headphones, though. If he screwed up he was only out a headphone cable. Now [Dan] has a nice pair of Bluetooth headphones that can reproduce bass. Not a bad deal for a $20 pair of headphones.