Raspberry Pi On The Go Powers Car System

Most new cars have GPS, rear cameras, and all the other wonders an on-board system can bring. But what if you have an old car? [Fabrice Aneche] has a 2011 vehicle, and wanted a rearview camera. He started with a touch screen, a Raspberry Pi 3, and a camera. But you know how these projects take on a life of their own. So far, the project has two entries in his blog.

It wasn’t long before he couldn’t resist the urge to add a GPS. But that’s no fun without maps. Plus you need turn-by-turn directions. [Fabrice] did a lot of the user interface using Qt5 and QML. He started out running it with X11 but that was slow. It turns out though that Qt5 can drive the Pi’s video directly without using X11, so that’s what he wound up doing. The code that isn’t in QML — mainly dealing with the GPS location — is written in Go, while the code for MOCS (My Own Car System) is on GitHub.

Continue reading “Raspberry Pi On The Go Powers Car System”

Motorcycle Rear-view With In-helmet Display

Want to see what’s behind you when riding your sport bike without taking your eyes off the road? They make rear view cameras for that but [Nescioqd] wanted a rear display right in his helmet (PDF). He started by mounting a rear-pointing camera on the back of the bike, powered from the 12V feed for the taillight. On the display side of things he picked up a Myvu Crystal wearable display. This is like a pair of glasses that have small LCD screens were the lenses should be. [Nescioqd] removed one lens and mounted it inside the helmet.

Since the display resides inside the helmet there is some concern about being able to see at night with a bright screen below your eyeball. [Nescioqd] actually ran into the opposite problem at first, bright sunlight makes it difficult to see the image on the LCD screen. He fixed this by picking up a dark tinted helmet visor (the easiest solution) but we’d love to see a photoresistor used to regulate the backlight level.

It would be interesting to see both screens used, with rear-view on one side and an instrument display on the other.