Connecting external LED’s to Arducopter

Before I shelled out for the dedicated Aircraft Navigation Lamp Set (install guide here) from HobbyKing I wanted to add some basic LED lighting to the motor arms of my X525 build, I still use these LED’s as one displays the Motor Arm status, the other the GPS Lock, that and the dedicated navigation lights don’t talk to Arducopter.

Update: The voltage of the LED strip has to be 5V. Too low, your strip will burn. Too high and it might not turn on (thanks Wei).

Here’s what you need and how to install it.

What you need

Connecting the LED’s to the APM board

If you went out and bought the 3 LED strip’s mentioned above you can connect the LED servo cable’s directly to the APM board’s analog input’s after a quick change of one of the leads to the JR connector.

We can connect these particular LED strip’s directly to the APM board as the LED’s draw less than the maximum permissible current of the AVR chip on the APM of 40mA per input, the LED strips we’re looking at draw 33mA per input.

Update: The current limit is 40mA per pin or 200mA total. Any higher and you risk damage to the APM (thanks Wei).

By moving the positive lead (red cable) over one spot to occupy the signal line APM can power the LED lights on/off when it chooses, left unchanged the LED strip will be connected to the +5V rail and be always on; which looks cool but is useless.

  1. Using a small sharp knife lift up the tab on the positive lead (aka red cable) of the JR connector that holds the pin in place
  2. Pull on the positive lead while the tab is lifted to remove it from the JR connector
  3. Re-insert the positive lead into the space typically used for the signal line (the next available space) of the JR connector
  4. Make sure the tab is down and the positive lead is secured by giving it a pull

 

 

Buzzer_ConnectionDiagram
We’re not looking at adding buzzer support today but here you can see where the analog input’s go on the APM 1.6 board.

If you’re using the current release of APM then you’re on AC 3.1.5 (Arducopter 3.1.5) and the following will apply, read further for the AC 3.2 changes which will apply when AC 3.2 is officially released.

AC 3.1.5 (today)

  • A4: AUX led
  • A6: GPS – will flash with no GPS lock, solid with GPS lock
  • A7 through A11: Motor LED’s (always on)

AC 3.2 (future)

  • A4 : Motor LED
  • A6 : GPS – will flash with no GPS lock, solid with GPS lock
  • A7: Arming LED
  • A8 through A11: Motor LED’s (always on)

Note: Need to confirm A8 through A11 for AC 3.2 and above as this is not currently documented on External LEDs from Arducopter Wiki.

Connect your LiPo battery and power up your APM board, lights on, enjoy night flying! When you’re ready consider upgrading to the Aircraft Navigation Lamp Set (install guide here) mentioned earlier as you can then add real-world lighting sequences to your build.

Published by

Michael Visser

I'm a WordPress Plugin developer, UAV & Raspberry Pi enthusiast and general tinkerer. This visser.io domain serves as my development playground for non-WordPress Plugin projects.

6 thoughts on “Connecting external LED’s to Arducopter”

    1. Hi Junmar, you’ll need to either power them via the available pins on your flight controller (if they’re below the allowed voltage) or power it directly from the LiPo battery which is needed for larger LED strips.

  1. Nice job!!
    little question, how can you measure/know how much led strips draw??
    i have some bang good strips from a jjrc H8c quad, and would like to put them on my ardu copter…
    thanks!!

    1. Hi Bob, if you’re using APM 2.6 and you know that the draw of those LED strips combined is less than 5V then connect a BEC to the servo rail of your outputs and connect the LED strip to that, otherwise look at using an external LED driver which can be purchased very cheaply and configured via APM. It is powered by the battery and receives PWM signals.

      1. Hi Visser and Bob,
        It’s been more than a year since your comments. I happened to stumble upon this page while looking for information on LEDs with APM, and would like to point out some errors that may help future builders and hobbyists.
        Speaking as an engineer, the voltage of the LED strip has to be 5V. Too low, your strip will burn. Too high and it might not turn on. But the real limit is the current, not voltage as Visser pointed out. The APM is built on the Arduino Mega, hence the current limit is 40mA per pin or 200mA total. Any higher and you risk damage to the APM.
        Happy flying!

        1. Hi Wei, great feedback. When I wrote this post I was very green around electrical components. I’ll add note’s to the original post 🙂

Leave a Reply to visser Cancel reply

Your email address will not be published. Required fields are marked *