![]() |
2008-01-31
, 21:14
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#2
|
![]() |
2008-02-02
, 19:37
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#3
|
![]() |
2008-02-03
, 00:13
|
Posts: 227 |
Thanked: 51 times |
Joined on Feb 2006
|
#4
|
![]() |
2008-02-03
, 01:11
|
Posts: 348 |
Thanked: 61 times |
Joined on Dec 2007
|
#5
|
![]() |
2008-02-03
, 11:04
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#6
|
![]() |
2008-02-03
, 15:30
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#7
|
The problem for this is GPS accuracy. It just isn't good enough, and won't be soon. You'll certainly need 5Hz sampling, but the position errors will be a problem. GPS is only good to about 30 feet accuracy, and sometimes less. Reflected signals can cause much larger errors. There is survey-grade differential GPS available, but it's expensive and not very portable.
![]() |
2008-02-04
, 10:15
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#8
|
![]() |
2008-02-04
, 18:22
|
Posts: 12 |
Thanked: 0 times |
Joined on Dec 2007
|
#9
|
![]() |
2008-02-04
, 19:23
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#10
|
Forget GPS and use WII remote. There is already many projects + maemo garage projects Py Axel Wii (http://pyaxelwii.garage.maemo.org/)
Well you could use gps for accuring and sync location coordinates when you are standing still (GPS accuracy as it best). I believe this could be great feature for maemo mapper as well. N800 users wouldn't even need gps because they could just point out start position at map layout. Thats assuming they know where they are.
Seeing that the Internet Tablet can be paired with a GPS device (or use the built-in one on the N800), here's what I have in mind
Seems to me that it would be possible to get the N800 running as a logging tool for trackdays when paired with a GPS software, if someone would be able to cobble together some code to log and analyze the log data.
The way I see it, using the logs and the correct formulas, it would be possible to have the N800 compute the rate of acceleration/deceleration/speed at any given point, average speed between two or more points that can be user-defined, and time taken between two or more user-defined points (for lap timing and sector timing). User should also be able to define start/stop lines (which may or may not be the same coordinates), pre- or post-event, and every pass across that virtual line counts as one lap.
Even with most commonly available GPS receivers, this should be good for up to +/- 0.3s of accuracy, which isn't too bad if the software isn't too costly to begin with.
It would also be useful if we could use the USB Host mode to log specific data from the car (oil temp, water temp, MAP, etc) alongside the GPS logs.
I believe the processor on the N800/N810 should also be able to display this information in real-time, i.e. best lap time in current session, average lap time, Vmax, warning indicators (if tapping to the ECU was possible, we could see oil temp, water temp, rpm, etc)
Versions:
The first version could be done to only log GPS data and then analyze the data post-logging. After the logs have been saved, the app can display the various paths (lines) taken by the car, and the user designate the start/stop line. Version 1 would only allow 1 start/stop line to be defined. Based on the defined start/stop range coordinates (app defines it as a line 25m perpendicular to the direction of travel in the first lap
Post-event analysis should show:
Lap Lap Time
1 1m 20.4s
2 1m 18.7s
3 1m 19.3s
4 1m 22.6s
5 1m 15.2s Best Lap
6 1m 16.5s
Up to 30 laps can be recorded in a single file.
User can then save the log file for later analysis
Later versions could offer
real-time display
- showing current lap time (left pane, large numbers, minutes on top, seconds below)
- best lap time (right pane, top 1/3 of screen, medium-sized numbers)
- last 5 lap times (right pane, bottom 2/3 of screen, in small font
offline analysis of sector time
- time taken to travel between two user-defined points on the track
- user can define up to 99 points
- compare time taken between point 1 and point 2, point 2 and point 3, point 5 and point 8, etc -- user selects the points to reference, and system computes based on GPS coordinates
lap compare
- user selects the laps to select, up to 5 laps.
- On selecting the laps to be compared, user clicks 'Compare' and it will show overlays of one lap over another, in different colours, 2 pixels wide)
- When user clicks on 'Play', a large dot will appear on the paths of each lap, indicating position, speed (displayed on a pane on the right), and acceleration (+ = acceleration, - = deceleration), so that the user can see the cause of the time differences between laps.
- User should be able to control playback speed, from 100% (real-time) to 25%, in 10% increments
Connectivity to ODB-II
- generic drivers similar to Carman can be used to gather data from the ECU on engine speed (rpm), coolant temp, ignition timing, etc and logged against the GPS logs, so that users can study behaviour of the car at any given position of a lap
- screen can be made to blink different colours depending on the warning type, e.g. if oil temp > 140 deg C, flash screen green; if rpm > 7000 rpm, flash screen red -- or use a pane on the right to flash.
If there are any developers who are keen to work on this with me, I would be happy to do so, and we can either release it as freeware or commercial.
I know a number of people who would be keen to use such a software, and I'm sure some of us here are petrolheads in addition to NiT zealots
Cheers
Kenneth