When upgrading the APB, one nice option is to add pit lane sensing.
In the past this has been possible using either a modified Scalextric pit lane game (known as pit-pro) or using a bespoke design by a gentleman by the name of Kare (which is known as smart sensor).
Both options have been very popular over the years.
The modified pit lane game only has one sensor channel for both pit-in and pit-out but works quite well despite that limitation. I believe it is still available on-line.
The Kare smart sensor sadly has disappeared from the market and I was unable to establish contact with the designer. The advantage of this system is that separate sensor channels are used for entry and exit of the pit lane which avoids the potential for ‘occasional’ confusion as to whether the car is in the pits or not.
The Kare approach also includes digital signals for the control of start light gantries which is nice (when used with RCS64 race management).
As mentioned earlier, the four-phototransistor ID sensors I have been working on can be used for pit lane sensing and they can interface directly onto the GPIO pins of an Arduino Nano. So now there is another option for pit lane sensing.
The red/yellow/black wires connect to the two sensors for pit-in and pit-out respectively. The Arduino Nano carries firmware - either Kare’s or mine - which reads car IDs and outputs the data to the race management system (typically RCS64). The prototype system has been installed in a digital racetrack for approximately 12 months and has performed faultlessly. Big thanks to Dave for doing masses of kind and careful testing at track level.
Also thanks to Kare - with his firmware we were able to implement the start lights gantry too.
My software currently detects IDs but I’ve not yet go round to adding the coding for the start lights.
Anyway, a couple of sensors and an Arduino Nano make a very nice pit lane sensing system IMO.
c