Home

Awesome

LED Module for Chorus RF Laptimer

This module is an add-in hardware for the Chorus Laptimer device so it won't work on its own.

The module allows you to light up the moment when a racing drone passes the finish gate. Each VTX channel has its own color, so spectators can easily see which pilot makes the lap.

NOTE: This is rather an exemplary implementation than a finished project. Feel free to rework it to power your own Chorus add-ins.

Contents

<!-- MarkdownTOC depth=0 bracket="round" autolink="true" autoanchor="true" --> <!-- /MarkdownTOC -->

<a name="features"></a>

Features

<a name="limitations"></a>

Limitations

<a name="how-it-works"></a>

How it works

The module listens to the UART data traffic from Chorus nodes and therefore "knows" when a heat is started/finished and when any node detects a new lap. So whenever a new lap is detected in the race mode, the LEDs are lit with a color corresponding to the number of the Chorus node which reported the lap.

See it in action in this YouTube video:

Chorus LED Module Video

<a name="hardware"></a>

Hardware

<a name="components"></a>

Components

<a name="schematic"></a>

Schematic

Schematic in DipTrace format is available in the DipTrace folder.

<img src="docs/img/wiring_led_module.png" alt="Schematic">

Comments:

<a name="attaching-to-chorus"></a>

Attaching to Chorus

Detach the Bluetooth module from your Chorus device and plug it into the J2 outlet of the LED module. Then plug the LED module into the outlet of the last Chorus node.

Schematically it should look like this:

N1 -> N2 -> ... Nn -> LED_module -> Bluetooth Dongle

<a name="software"></a>

Software

Since two Arduinos are used in this project, there are two firmwares for them in the Arduino folder:

Just open each of the projects in Arduino IDE and upload to the corresponding board (make sure to select the correct board and chip in the IDE)

<a name="contacts"></a>

Contacts

Featured Links

Have fun ;)