Downed Aircraft Alarm

5.8K6910

Intro: Downed Aircraft Alarm

I developed this downed aircraft alarm after having a "fly away" with one of my drones. This system will function on almost any RC model.

The system runs off of a 9-volt battery and is triggered by a loss of signal (or power) on a ready to fly aircraft, or can be controlled by the auxiliary channel on your remote (signal loss or a manual switch will set off the alarm).

The battery will last for over 150 hours (physical test completed at 21 degrees celsius). Since the power system is separate from the aircraft, the alarm will function during a complete system failure.

.

For this instructable you will require:

An Arduino Nano

Two Piezo Alarms

Jumper Wires

Bread Board (All above available http://www.gearbest.com/kits/pp_244840.html)

Prototyping Board (http://www.gearbest.com/development-boards/pp_153862.html)

Scrap Wire

Female Arduino Pins (http://www.gearbest.com/diy-parts-components/pp_23...)

A Soldering Iron and High Tech (super fine) Solder

Use the coupon code "FDSHFS" to save an additional $5 from Gear Best!

.

The Quadcopter Used in this instructable ins Syma X8W. Available here:

http://www.gearbest.com/rc-quadcopters/pp_193218.html

.

Check Out Our Other Accounts! Like, Subscribe, and Follow to keep up to date with our latest projects. :-)

STEP 1: Test Your Piezo's

Using jumper wires.

Wire the positive pin on one of the Piezo alarm to digital pin 9 and the positive pin of the second Piezo to digital pin 10.

Wire the negative pins of the Piezo's to the ground pins.

STEP 2: Test Your Hearing

Using the code provided above, cycle through the frequencies available to the Piezo.

Monitor the 9600 band of the Arduino serial communication. Note the frequency or pair of frequencies that is most annoying and/or loudest.

This will ensure that the alarm frequency is within your hearing range and is suited to your particular Piezo Alarm.

STEP 3: Assemble the Arduino Pins

Place female pins on the prototyping board to connect to:

Voltage input/ main Ground pins (VIN & GND, top right in diagram).

Digital Pins 9 & 10 (for Piezo, center left in diagram)

Digital Pin 11 (for Led Pass-through)

Digital Ground Pin (mid-top left in diagram)

Analog Pin 0 (to detect LED)

Power and ground pins for each Piezo.

Use hot glue to hold the female pins in place.

STEP 4: Wire the Prototype Board

Step 1: Solder wires between the negative piezo pins to the digital ground

Step 2: Solder wires between digital pins 9 & 10 and the positive pins on the piezo's

Step 3 and 4: Solder wires between the external power input pins and a 9-volt power connector.

Step 5: Solder a wire from Analog Pin 0 to the LED In.

Step 6: Cover the exposed contacts in hot glue to prevent shorting

Step 7: Mark and cut out the prototyping board using a hacksaw or Dremel.

STEP 5: Upload the Code

This code tests for voltage on Analog pin 0, if none is detected two piezo alarms will be sounded indefinitely.

STEP 6: Open Up Your Aircraft

To protect the alarm (and ensure that it remains attached to your aircraft in the event of a crash) you will want to securely mount it inside of the fuselage.

On my Syma X8 this involved the removal of a few screws (as shown above).

STEP 7: Wiring in Your Piezo Alarm

If your aircraft already as a low voltage/signal loss alarm you will want to tap into this. On my quadcopter the LED's flash whenever the battery reaches 10% or the signal is lost. The setup shown on the X8 passes the led power through the Arduino. If the LED's flash once the Arduino is powered on, the alarm will continue to sound for hours.

Alternatively, if you have an extra channel on your remote you can set up failsafe. Using the same code as above, wire the extra channel to Analog pin 0 on the Arduino. If the extra channel is ever turned off (either manually or due to signal loss/power failure) when the Arduino is on, the alarm will sound for hours. Additionally, I ran power from the quadcopter to the alarm so it can run parasitically off of the quadcopter.

STEP 8: Find Your Drone

One your drone is powered on and paired with your remote, plug in the battery to the Arduino.

NOTE: If this is done in the reverse order the Arduino alarm will be activated.

Through field "crash" testing I have found that the alarm is audible through approximately 100 meters of dense brush, and even further if the wind is blowing the sound towards you. The alarm can sound continually for over 6 days, much longer than any quadcopter battery would last, and since the power system is separate it will function even during a dreaded LiPo failure.

If you have any questions or suggestions for improvement feel free to comment below or private message me.

Have a great day!

10 Comments

I'd add GPS tracking to this too. Nice either way!

I have been looking into GPS tracking, sadly most of the small ones rely on cell service (and SIM cards) to return the GPS coordinates. Have you seen any better systems?

Have a great day!

the cheap little 433mhz RF modules are good, with a antena, they can transmit pretty far. also the nrfl radios can go up to a mile. good luck!

Great idea, I will definitely look into it.

Have a great day!

i can find that in china , but the plataform is in android.... normallly use 4g or 3 g to have data remote control

really nice project. If I had a downed drone that wailed, definitely someone would steal it. I hope that wont happen with you. You got my vote!

I don't know the current draw of your setup, but if you pulsed the alarm on and off, you could get even more hours out of the setup. And the only reason I suggested that is because I have lost R/C aircraft before and didn't find them in the first day. Just a suggestion though. Nothing wrong with how you did this. Thumbs up.

I am not sure exactly how long the alarm will last. I could only stand hearing it for 20 hours (picking the loudest, and most annoying, tone is a double edged sword :-). I am currently running a long term test in my garage to see how long it will truly last.

Have a great day!