Search found 89 matches

by emdash
Tue Feb 11, 2014 9:27 pm
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

Weekend Progress

It was a rainy weekend, here in SF. So, I got some hacking done. I decided to tackle the communication side of things, setting aside design work. I have some bits and pieces lying around, like a 16x2 character display, and an arduino uno. So the first thing I did was get those hooked up to each othe...
by emdash
Mon Feb 10, 2014 8:28 pm
Forum: RaceCapture/Pro General Q&A
Topic: Bluetooth adapter pin
Replies: 2
Views: 3972

Bluetooth adapter pin

I'm feeling a little stupid here. What is the default pin for the bluetooth adapter. I've tried 0000, and 1234. It won't let me leave it blank. Also, the bluetooth device name and pin are greyed out in Race analyzer.
by emdash
Sun Feb 09, 2014 7:11 pm
Forum: Telemetry
Topic: Telemetry Connection Pinout
Replies: 2
Views: 4289

Page 4 of the hardware schmatic: https://github.com/autosportlabs/RaceCa ... apture.pdf

It's RS232.

Left to right, facing the connector:
+5V, RX, TX, GND

Happy hacking :)
by emdash
Sun Feb 09, 2014 7:06 pm
Forum: Telemetry
Topic: Telemetry cable
Replies: 5
Views: 5813

Re: Telemetry cable

Can the 12" cable connecting the telemetry unit to the RCP be replaced with a longer one? I'm thinking in the region of 6 to 8 feet long. Is there anything special I should look for in a cable. I've got a load of modem cables with RJ11 connectors on them, will they do? Cheers John It took some...
by emdash
Thu Jan 30, 2014 7:19 pm
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

Update

Finally got around to taking some base-line measurements of the dashboard and the clearance to the body work. I discovered, with mixed feelings, that the dash plate location is not fixed, but rather adjustable. It can move about half an inch side-to-side, 2 or three inchesforward and backward, and t...
by emdash
Thu Jan 30, 2014 6:09 pm
Forum: Feature Requests
Topic: External Accelerometer
Replies: 1
Views: 7209

External Accelerometer

I was just thinking the other day that in a future hardware revision, the accelerometer should be external. That way you can mount the data logger in a location suited for easy access, and mount the accelerometer close the center of gravity and in the correct orientation.
by emdash
Tue Jan 28, 2014 8:27 am
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

gizmodo wrote:Check out the shift light Brent is working on. From the sounds of it you can use it as more than just a shift light.
https://www.facebook.com/pages/Autospor ... 4953614230
That's pretty cool, though honestly I'm more excited about the sensors at this point.
by emdash
Mon Jan 27, 2014 8:07 am
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

I had a discussion with Dave, who maintains my car. He warned me about mounting gauges too high up in the slip stream. So, I've been re-thinking my design approach a bit. I decided to separate it into several components: The RCP itself, an interface module for connecting RCP to low impedance sensors...
by emdash
Tue Jan 21, 2014 12:51 am
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

Ok, I broke out the whiteboard markers. Here's what I would imagine for a relatively simple dash. As you know, there are so many examples out there to draw from. Captures essentially what you did, just a little bit more symmetry, and makes the current lap time and +/- delta time larger and more pro...
by emdash
Tue Jan 21, 2014 12:48 am
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

Update

I've done some experiments on this recently, and I found that the 7-segment displays on ada-fruit and sparkfun are nowhere near bright enough for direct sunlight unless you over-drive the crap out of them, though with a suitable dark filter, they can be made visible in indirect sunlight, but they de...
by emdash
Sat Jan 04, 2014 5:01 am
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

Requirements

Physical Requirements - all displays / indicators visible under direct sunlight - can be mounted at desired height just above the steering wheel without obstructing my vision - finish of unit should be not create unwanted reflections in driver's eyes - no sharp edges or corners on unit or mounting h...
by emdash
Sat Jan 04, 2014 4:44 am
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

Design Concepts

I spent a good portion of my Christmas vacation agonizing about the details. I had originally set out to hack together some kind of prototype, but my own skills are limited, and my handy friends were out of town. I figured I'd make a post on my thought process. First, you need to understand the cont...
by emdash
Sat Jan 04, 2014 3:14 am
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

Hi, A dedicated mobile dash would be a great idea, and something we've discussed here as well. We don't have the JSON protocol documented yet, but if you simply monitor the data coming off of the port (115200,8N1) you will be able to see the data format. You can use a computer to monitor the data s...
by emdash
Thu Dec 19, 2013 11:27 pm
Forum: Hardware and Installation
Topic: Custom Digital Dashboard Project
Replies: 86
Views: 79409

Custom Digital Dashboard Project

I want to build custom digital instrumentation for my race car. The mobile app isn't really adequate for my needs. The main problem is that I drive an open cockpit car, and mobile phone displays are impossible to read in direct sunlight. The dash will likely be based on an Aruino uno, or stand-alone...