licensed under MIT
simple open source diy fpv vtx lap tracking system
- standalone and network mode available
- uses your existing analog vtx to do the lap detection
- 48 channels supported
- networked mode supports up to 8 tracker units and comfortable access using web ui
the tracker unit measures the video signal strength (rssi) of the selected video channel to detect laps. it has a stand alone mode for single participants or a network mode supporting multiple participants and a web ui. in standalone mode the tracker unit is controlled using bluetooth and a mobile app for configuration and single user race (e.g. practicing). the network mode is used with any hardware that can run the java software backend.
the tracker unit is accessed using bluetooth and a mobile application (older version was creating an wifi ap and serving a webpage but that was horrible slow). using the app one can configure the unit or run single user races (e.g. practicing).
the application is available in the play store (only android right now, play store), the source is found here.
the tracker can be used in standalone mode for single user races.
in network mode the tracker connects to a host software using wifi. races and particpants can be organized inside the host software. the host software includes a webserver that serves a web ui for watching / controlling races. parts of the ui are only accessible using a password (defaults to Admin/admin).
the web ui has websocket support for instant updates on laps and also can play sounds and text using the html5 api.
immersion rc vtx
blade inductrix fpv
boscam ts5828
eachine et526
tbs unify pro hv
betafpv 75s
the hardware consists of a esp32 board with a boscam rx5808 receiver module connected. the esp32 runs the tracker firmware (written using Arduino software platform). the backend of the race software for network mode was written in java using spring boot with jooq as database access library. the frontend was developed using angularjs. the race software can be run on almost every platform that supports java se.
arduino because of its easy handling. spring-boot because it allows rapid and powerful webservice development and easy to set up (nothing needs to be installed). angularjs because i always wanted to use and try it out. sadly i started development before angular 2 was released. maybe i'll port it to a newer angular version someday. the mobile app is developed using ionic framework.
this reposity contains the network mode components. the fpvlaptracker-firmware repository contains the firmware sources. the fpvlaptracker-hardware repository is containing all the hardware stuff for building an own tracker unit. The app can be found in the fpvlaptracker-app repository.
you need gradle, npm and gulp installed. if these requirements are fulfilled you can easily run "gradle build" from the command line to build the whole project.
lap: freesound
texts: fromtexttospeech.com