Light Controller

Overview

The Avionics Anonymous Light Controller is a 4-channel light controller for unmanned vehicles. Each channel can be configured as a nav, strobe, beacon or landing light and can be programmed for various patterns. When connected to an autopilot running PX4, lights are automatically controlled based on the state of the autopilot! For example, beacons can be set to turn on when the system is prearmed and strobes to turn on when the system is armed, while nav lights may always be on. All of this is configurable via PX4 and UAVCAN parameters. The device interfaces to your autopilot via robust UAVCAN interface - much easier than trying to tune a PWM signal to give you the desired patterns using typical R/C light controllers.

What makes it special?

  • Designed for drop-in use with uniLight LED products

  • Supports up to 30V lighting voltage

  • Supports common-anode lights (combined lights that use the same power pin for multiple LED's)

  • 4 separately-controllable channels supporting 3A each with a total limit of 10A.

  • 3x connectors for 2 channels, 2x connectors for the other 2 channels means you can plug in multiple lights without having to splice

  • Robust UAVCAN interface is compatible with most Pixhawks and similar autopilots

  • Mount with screws through mounting holes

  • Update firmware via CAN interface

Specifications

  • Weight: XX grams

  • Size: XXin x XXin x XXin

  • Power: 4.0V to 5.5V, XXmA

Required Accessories

  • CAN Harness - connects between the autopilot and a CAN node and between each CAN node on the bus

  • CAN Terminator - connects to the last device on the CAN bus

Where to Buy

User Guide

Wiring

The Light Controller is connected to your autopilot via CAN bus. The wiring is per the pinout below, or the necessary cables can be purchased to connect to your system right out of the box:

  • CAN Harness - connects between the autopilot and a CAN node and between each CAN node on the bus

  • CAN Terminator - connects to the last device on the CAN bus

Pinouts

CAN Connector

Power Input Connector

Light Output Connector

Mounting

Attachment

The Light Controller includes 4x screw holes for 4-40/M3 screws. Consider using standoffs or otherwise spacing the board off of flat surfaces to protect the pins which protrude through the bottom side.

Configuration

Autopilot Configuration

PX4 (Support coming soon)

Several autopilot parameters must be set using QGC or similar:

  • UAVCAN must be enabled by setting UAVCAN_ENABLE non zero. Set this to 1 for basic functionality or 2 to allow the device's UAVCAN parameters to be accessed via QGC.

  • Set the operating mode for each light using the parameters UAVCAN_LGT_ANTCL, UAVCAN_LGT_STROB, UAVCAN_LGT_NAV, and UAVCAN_LGT_LAND, as follows:

Node Configuration

The Light Controller node has a number of parameters accessible via the UAVCAN interface. These may be set following the steps outlined here

Parameters

Patterns

Firmware

Release Notes

v1.0

  • Initial Release

Last updated