Hi Gents,
I am about to create a small test project just for fun. My plan is to do the following:
1) A real lamp which will be turned off when the race lamps will turn off.
2) A 7 segment display which will show my gears...
The plan is to create a plugin which will send the data via a serial port to an Arduino microcontroller. The controller will be coupled to the lamp and the display as well.
(Later I have bigger plans...
)
And here is my question:
As I saw in the InternalsPlugin.hpp the game phases are only available via the ScoringInfoV01, which is only updated 5 times a second, which is more than a human reaction time -> too slow...
What is the possible quickest way to get the information about the status of the start lamps ?
In the trackmap plugin, there are 3 options (+ AUTO)
1) TELEMETRY
2) SYNCRO1
3) SYNCRO2
So What are these ? Is the "TELEMETRY" really from the TelemInfoV01 or its derivates ?
(which means that I missed something
)
Thanks & Regards,
Mitya
I am about to create a small test project just for fun. My plan is to do the following:
1) A real lamp which will be turned off when the race lamps will turn off.
2) A 7 segment display which will show my gears...
The plan is to create a plugin which will send the data via a serial port to an Arduino microcontroller. The controller will be coupled to the lamp and the display as well.
(Later I have bigger plans...
And here is my question:
As I saw in the InternalsPlugin.hpp the game phases are only available via the ScoringInfoV01, which is only updated 5 times a second, which is more than a human reaction time -> too slow...
What is the possible quickest way to get the information about the status of the start lamps ?
In the trackmap plugin, there are 3 options (+ AUTO)
1) TELEMETRY
2) SYNCRO1
3) SYNCRO2
So What are these ? Is the "TELEMETRY" really from the TelemInfoV01 or its derivates ?
(which means that I missed something
Thanks & Regards,
Mitya