Aftermarket Visor-mounted GPS Better Than OEM

mini_gps

When [Roberto] bought his Mini Cooper, he opted to forgo the factory GPS system as it was over priced and didn’t have the best of reputations. He decided that he still needed GPS in his car, so he committed himself to install a TomTom unit in a way that would not detract from the car’s interior.

He dismantled the driver’s side sun visor, taking measurements of the original plastic housing that contained the mirror and lighting. He then drew up a 3D model of a replacement housing that would allow him to fit both the GPS unit and the speaker in the same amount of space formerly occupied by the mirror.

He gutted his TomTom unit, removing any extraneous parts he could find. A smaller speaker was sourced due to size constraints, then everything was mounted in his new housing once it arrived.

The end result is amazing. The GPS unit looks like it was installed at the factory – there is no sign that this was any sort of aftermarket modification. We are sure people will be quick to say that would be difficult to keep your eyes on the road while looking at the navigation screen, but as [Roberto] points out, you should be following the spoken directions once the car is in motion anyhow.

GPS-enabled Bag Allows For Carefree City Roaming

mapbag_lilypad

[Josh] was looking for a way to enjoy exploring the city of Chicago safely, and hacked together a messenger bag navigation system to ensure he always knew where he was going.

While riding, he wanted to embrace the idea of Dérive, but he felt that he was being too overly conscious of time as well as his location, which took all the fun out of his unplanned excursions. Having recently been “doored” by a car, he was also looking for a way to help him navigate the city streets without being overly distracted with finding his way around.

His “Map Bag” solves both of these problems for him, without being obtrusive. He fit a messenger bag with a LilyPad Arduino and a GPS receiver for keeping track of his location. The Arduino can constantly monitor speed, heading, and location, directing [Josh] to his destination by vibrating one of 8 shaftless motors that are installed throughout the bag’s chest strap. Now while he rides, he can take in the city’s atmosphere while also knowing that he will get exactly where he needs to – on time.

He does not have any source code or schematics on his site as of yet, but we hope to see some in the near future. If you are interested, check out the videos of the bag’s construction embedded below.

Continue reading “GPS-enabled Bag Allows For Carefree City Roaming”

Speech Recognition Geocache: Se Habla Español

Instructables user [jorgegunn] has put a unique spin on a recent geocache build by incorporating speech recognition and requiring that the “finder” knows the secret password to access the loot contained within. Although we won’t spoil the fun here, the techie spirit of the build was further bolstered by choosing a password fitting for any trekkie.

Despite utilizing an off-the-shelf speech recognition circuit kit, the majority of this hack was accomplished using parts available at local electronics and hardware stores. [jorgegunn] went to great lengths to make this hack accessible to any amateur hobbyist  and even includes links to relevant tutorials, schematics, and online parts vendors where applicable.

The actual speech recognition is accomplished with an Images Scientific Instruments model SR-06 circuit kit, capable of recognizing up to 40 different predefined words across multiple languages. Any time a correct match occurs, a value corresponding to the memory slot for that word is displayed on a pair of 7-segment displays. A separate decoder circuit based on a 74LS373 D-Type Latch and 4028 IC Decoder CMOS determines if the value being displayed constitutes a valid response and then drives a solenoid via a Darlington transistor in order to release the latching mechanism. Once opened, the device is simply pushed closed again to await its next finder- we are guessing that finding it might actually be the easiest part as judged by its size!

Although the real-world battery life has not yet been determined, a single coin cell for memory retention and a 9V battery used to drive the circuit and for latch release lasted through a full month of testing without any issues. Battery life could be extended almost indefinitely with a simple solar cell and rechargeable battery setup, but this would also obviously increase the likelihood of vandalism and/or theft.

We can imagine many different applications for such a device as-is including automated door lock  mechanisms and even access control to things such as the controls on a computer case.  It should also be fairly easy to increase the security by stringing multiple words together into a password or by instituting a “time out” period after a certain number of incorrect guesses.

Let us know of any other applications or build variations in the comments below and make sure to see how it all came together in the short videos after the break.

Continue reading “Speech Recognition Geocache: Se Habla Español”

Blasting Off With GPS

Launching model rockets is a good time, but more often than not, it’s hard to tell how high the rocket went or how fast it moved – both essential facts when bragging about your latest flight. [Chris] recently built a GPS-based altimeter for the USC Rocket Propulsion Lab, so that they could track the performance of their latest project. The circuit is based off a Picaxe 18x and uses a GPS module to obtain NMEA altitude data. Once the data is obtained, it is stored on an external EEPROM to be read back after the rocket has been recovered.

[Chris] unfortunately does not have any pictures of the board he built, but he has made his circuit diagram and source code available. He reports that the logger worked perfectly aside from a small bit of time where the GPS module temporarily lost its satellite lock.

If you are interested in reading more about flight data recording and telemetry, be sure to check this out.

Motion Tracking Prop From Alien

[Erv Plecter] likes to recreate movie props that actually work. This time around he’s making the motion detector device from the original Alien movie. You’ll immediately remember this prop after seeing and hearing it in the video after the break.

For our money, the most brilliant part of that movie was the use of rhythmic sounds to boost the intensity of the tension in the viewer. [Erv]’s build captures that feeling, with the steady beat of sonar and the rising pitch of a ping as an object moves towards you. The device can easily track your own movement, as it contains both a GPS module and an electronic compass. He mentions that there is a motion sensor as well, but is a bit vague about how that part of the build works. Still, it’s a nice little piece which looks great despite not being quite finished yet.

Continue reading “Motion Tracking Prop From Alien

Black Rock City Navigator

Only a little bit out of season but better late than never! [Scott] brings us his Black Rock City Navigator. This unique bike mounted GPS device made for Burning Man 2010 features a servo driven array of LEDs. Two LED strips are used to cover the full 240 degrees of the C shaped city without modifying the servo, and are rotated over the different compass points.

It is powered by a pair of Freescale MC9S08AW32 micro controllers, and a unnamed GPS receiver. One controller deals with the servo and GPS data, the second simply drives the LEDs, and why not if you have plenty?

Housing the device is a four inch black sewer pipe end cap with a ball clamp attached, and is toped off with green acrylic engraved with the map of Black Rock City. Add some stickers (because stickers make everything better) and you have a functional device with a top-notch look for this year’s event.

Location Recorder And Mapper

[Jeroen’s] student project is a module that uses GPS tracking to create travel data on Google maps. It’s not really a spy device as the data isn’t transmitted, but would be a lot of fun to use on cycling and hiking adventures. A PIC 18F2550 reads location and altitude data from a GPS receiver as well as data from an accelerometer. This information can be displayed on an attached touchscreen display and it is also saved to a pair of EEPROMs. When you get back from your trip, the data pulled from the device via a serial connection is processed by [Jeroen’s] C# application and used to overlay the route on a google map. He’s got a source code package available for download but we’ve saved you the trouble if the schematic is all you’re after. It’s attached after the break.

Continue reading “Location Recorder And Mapper”