Had a couple of hours spare this afternoon to finish off the door cards. Started life as sheets of black 3mm polycarbonate sheet..
Rough sort of shape I was looking for, then taped into position and mounting locations worked out..
Cue some M6 rivnuts..
Decided on enough locations all the way round the door to make sure it held shape, then drilled the card in the right place also..
I decided to just have a basic pull to open the door. I could have cut the doorcard and mounted the OEM handle, but thats more time and messing about when its not really required. Removed the standard handle to leave me with the wire, then drilled a hole to allow it to pass through the door card..
Put some black vacuum hose over it and bent it into a hoop out of the way, pulls forward to pop open the door.
Pretty much ready for Anglesey in 2 weeks now, fingers crossed for some decent weather.
Ive been playing with some GPS logging/data logging over the past couple of weeks also in spare time at work. Many of you may have seen videos which have overlays of speed/rpm/track/temps, usually produced by an expensive data logging system or an iPhone/Android app (Harrys Lap Timer/Race Chrono etc). I could have used one of those but I just wanted to log raw data that could be used to overlay videos, and also to see if anything was amiss (sensor data).
Racelogic and similar are good at what they do, but I didn't want to spend anywhere near that for this... as usual I wanted it to be DIY. I already video with a Contour, so I just needed the logging side. To start I just needed a microcontroller (Arduino), and a couple of sensors (2 Axis Accelerometer, 10hz GPS Chip and an SD Card chip).
The microcontroller has 50+ analog/digital inputs, so theoretically I can log anything/sensor as long as I know the ranges they work at. There are also many 'off the shelf' sensors available, from pressure to temperature, and thermocouples for measuring really hot stuff. Its all ridiculously cheap also. After a couple of hours I had this..
..and some of..
Which in turn writes me a nice CSV file with Time, Longitude, Latitude, X-Force (Gs), Y-Force (Gs) and MPH. Keeping it basic now so I can keep increasing the sample rate to make sure everything works fine. The even better thing is its powered from a USB cable (5v), and begins to run as soon as its plugged in. Once the GPS has a fix the data starts logging to a MicroSD card.
With the CSV file the data can either be formatted in Excel, or imported into something like RaceRender/Dashware for a pretty overlay. Heres one I tested earlier..
Even with a sample rate of 2 times a second it works quite well in the video. Ive since upped it to run the full 10hz and it works so much better. Rather simple to put together and do for pretty much no cost (sensors were a tenner each and I already had the Arduino).. you just have to put the code together. Going to see how it goes and add more inputs as I go, more of something to play with than anything!