Merge pull request #11320 from MrTucks/patch-2
[betaflight.git] / docs / Transponder.md
blob4f20b37b9804933395cdc54369b93866b0893d33
1 # Transponder
3 Cleanflight supports the generation of race transponder signals on compatiable F3 and F4 targets.
5 IR led connections is target specific. Please consult the reference manual for your FC.
7 Cleanflight currently supports 3 tranponder protocol providers (as of 2.10).
9 ## iLap Provider
11 ### Links: 
12 [Web](http://www.rclapcounter.com/)
13 [Contact](cs@rclapcounter.com)
15 ### Description:
16 iLap is a commercial system that uses 6 byte transponder codes and a 460kHz carrier.
18 Transponder codes are entered in the CF Configurator Transponder tab as 12 hex digits.
20 Codes are theoretical unique. Codes are obtained for iLap or come with some flight controllers.
22 <img src="Screenshots/Provider%20iLap.png" width="800">
24 ## ArcTimer Provider
26 ### Links:
27 [Web](http://www.arcitimer.com)
28 [Contact](info@arcitimer.com)
30 ### Description:
31 Arctimer is a commercial system that uses 9 byte transponder codes and a 42kHz carrier.
33 There are only 9 unique Arctimer codes. Codes are pick from a list on CF Configurator Transponder tab.
35 <img src="Screenshots/Provider%20ArcTimer.png" width="800">
37 ## EasyRaceLapTimer (ERLT) Provider
39 ### Links: 
40 [Web](http://www.easyracelaptimer.com/)
41 [Facebook](https://www.facebook.com/groups/1015588161838713/)
42 [RCGroups](https://www.rcgroups.com/forums/showthread.php?2538917-EasyRaceLapTimer-open-source-and-open-hardware-FPV-racing-lap-time-tracking-system)
43 [GitHub](https://github.com/polyvision/EasyRaceLapTimer)
45 ### Description
46 EasyRaceLapTimer is a open source system that uses 6bit transponder codes and a 38kHz carrier.
48 There are 64 unique ERLT codes. Codes are pick from a list on CF Configurator Transponder tab.
50 <img src="Screenshots/Provider%20ERLT.png" width="800">