Raspberry Pi replaces a Volvo nav system

rpi-replaces-volvo-nav

[Reinis] has a Volvo S80. One of the dashboard features it includes is a 6.5″ LCD screen which periscopes up to use as a navigation system. The problem is that Volvo stopped making maps for it around five years ago and there are no maps at all for Latvia where he lives. So it’s worthless… to you’re average driver. But [Reinis] is fixing it on his own by replacing the system with a Raspberry Pi.

That link leads to his project overview page. But he’s already posted follow-ups on hardware design and initial testing. He’s basing the design around a Raspberry Pi board, but that doesn’t have all the hardware it needs to communicate with the car’s systems. For this he designed his own shield that uses an ATmega328 along with a CAN controller and CAN transceiver. The latter two chips patch into the CAN bus on the car’s On Board Diagnostic system. We didn’t see much about the wiring, but the overview post mentions that the screen takes RGB or Composite inputs so he must be running a composite video cable from the trunk to the dashboard.

 

Letting Bluetooth take the wires out of your headphones

bt-wireless-headphones

This picture shows the gist of [Alan's] hack to transition his wired headphone to internalize a Bluetooth audio receiver (translated).

He starts with a pair of wired “ear muff” style headphones and an aftermarket Bluetooth audio adapter that he’s been using with them. But if you’re not going to plug them into the audio source why have six feet of extra wire hanging about? [Alan] ditched the plastic case surrounding the Bluetooth hardware and cracked open the earpieces to find room for it. It’s a tight fit but there was just enough room.

It is unfortunate that the headphone design doesn’t already have a wired crossover hidden in the arc connecting the earpieces. Alan strung some of that red wire himself to connect the two speakers. The board is mounted so that the USB port is located where the wires used to enter the plastic body. This makes it a snap to plug them in when they need a recharge.

You can play a little “Where’s Waldo” with this one by trying to spot the Raspberry Pi in his build log.

 

Hackaday Links: Sunday, June 16th, 2013

hackaday-links-chain

Summertime means mowing the grass and now [Everst X] can do so in 7.1 channel delight thanks to his wireless headphone antenna hack which extends the range.

[Kevin] is trying to build a better reverse geocache box. It’s not the GPS that he’s improving, it’s the latching mechanism. He’s got four linear latches actuated by a single servo.

What’s a links post without some blinky lights? This week we take a look at [Daniel's] hack which connects the Ikea Dioder to a router.

It’s a pretty early prototype but we like where [Shae] is going with his spouse-friendly silent alarm. It’s a wristband you wear to bed that wakes with vibration rather than sound.

[Leland] wrote in to share his multi-console emulator. It’s built using a Raspberry Pi and he plans to fit everything inside an original Game Boy case.

Fans of the game Candy Crush may want to take a look at this hack for the iPhone version. It attacks the game by accessing the file system of a jailbroken device.

Water tank level meter prevents overflow

roof-water-tank-level-meter

Most of the homes in the area where [Raikut] lives have tanks on the roof to hold water. Each is filled from a well using a pump, with gravity serving as a way to pressurize the home’s water supply. The system isn’t automatic and requires the home owner to manually switch the pump on and off. [Raikut] made this process a lot easier by designing an LED bar indicator to monitor the water level.

The sensor is very simple. Each LED is basically its own circuit controlled by a transistor and a few resistors. A 5V signal is fed from 7805 linear regulator into the tank. The base of each transitor is connected to an insulated wire, each extending different depths in the tank. As the water rises it completes the circuit, illuminating the LED.

[Raikut] is conservation minded and built a buzzer circuit which is activated by the LED indicating the highest water level. If someone walks away from the pump switch while it’s filling the alarm will sound as it gets to the top and they can turn it off before it wastes water.

[via Reddit]

Autonomous RC car navigates by waypoints

autonomous-rc-car

Check out this autonomous RC car which [Jason] built for the chipKIT design challenge. It’s been able to successfully navigate a planned route taking just a few waypoints as inputs.

Obviously this uses a chipKIT as the controller, the max32 to be specific. [Jason's] write-up shows off all of the components of the design, but you’ll have to head over to his recently posted update to hear about the custom board he had spun to host them all. It starts with a GPS module, but that’s only accurate enough to give the rover the big picture. To handle getting from one waypoint to the next successfully he also included a gyroscope which provides very accurate orientation data, as well as optical encoders on the wheels for on-board distance traveled information.

We hope he’ll keep refining the design and make a trip to next year’s Autonomous Vehicle Competition.

[Read more...]

Custom driver board for paintball gun

custom-driver-circuit-for-paintball

[Gabe's] been wanting to do some embedded development for years, and his other hobby of playing paintball recently provided him with a test project. He’s been working on a custom driver board for his paintball gun.  Don’t be confused by the name, GCode is a mash-up of his name and the fact that he wrote the code for the project. It has nothing to do with the G Code CNC language.

At first this might seem like a trivial hack, but this Viking paintball gun has some serious velocity and throughput so he needs a reliable control that won’t just start shooting randomly. Another thing that [Gabe] took into consideration was monitoring the loading process to make sure the paintball is full seated before firing. All of this is handled by that tiny little Femtoduino board. it interfaces with the guns hardware using the connector board mounted above it.

There are several videos sprinkled throughout the build log. But we found the officially sanctioned 12.5 balls per second mode and the ridiculously fast auto-fire clips the most interesting. It should come in handy when on the run from paintball shotgun wielding opponents.

[Read more...]

Raspberry Pi Tor proxy lets you take anonymity with you

pi-tor-proxy

Your web traffic is being logged at many different levels. There are a few different options to re-implement your privacy (living off the grid excluded), and the Tor network has long been one of the best options. But what about when you’re away from you home setup? Adafruit has your back. They’ve posted a guide which will turn a Raspberry Pi into a portable Tor proxy.

The technique requires an Ethernet connection, but these are usually pretty easy to come by in hotels or relatives’ homes. A bit of work configuring the Linux network components will turn the RPi into a WiFi access point. Connect to it with your laptop or smartphone and you can browse like normal. The RPi will anonymize the IP address for all web traffic.

Leveraging the Tor network for privacy isn’t a new subject for us. We’ve looked at tor acks that go all the way back to the beginnings of Hackaday. The subject comes and goes but the hardware for it just keeps getting better!