Skip to main content

Build an RC Plane Finder

The lost plane finder introduced here is a little on board beacon, also known as lost model alarm/crashed aircraft beacon, which helps you find a crashed or downed radio-controlled plane. The concept is to get an alert from a piezo sounder if there are no signals from the associated radio-controlled transmitter.
Usually, the radio transmitter provides a set of pulses every 20 milliseconds, which, in turn, sends the radio receiver a separate pulse to each of the servos at the same interval. In this circuit, an alarm will sound when the radio receiver no longer receives the set of pulses from the radio transmitter.

lost plane finder
Fig. 1: A typical lost plane finder

To locate the aircraft, all you have to do is switch your transmitter off and the system will start to beep. The circuit is very easy to build and does not require any special parts like costly microcontrollers. A typical lost plane finder is shown in Fig. 1.

Circuit and working

Circuit diagram of the lost plane finder is shown in Fig. 2. It is built around timer NE555 (IC1), one transistor BC547 (T1) and a few other components. The design is centred around timer chip NE555 (IC1), configured here as a missing-pulse sensor. The whole circuit can be powered with power supplies ranging from 4V up to 9V, so you can use any power source that your radio receiver/servo setup can handle.

                     lost plane finder
Fig. 2: Circuit diagram of the lost plane finder

The 4-pin connector (CON2) is the input connector for the lost plane finder system, while the 2-pin connector (CON3) is an optional output connector. In the circuit, when the pulse input is available at input pin 4 of CON2, BC547 transistor (T1) is turned on and a high-level (H) voltage (near 2.6V when Vcc=4V) is available through output pin 3 of NE555 (IC1). When the pulse input is absent (transmitter is off), T1 switches off and IC1 gives a low-level (L) output through its output pin 3.
                                 parts list
As a result, the piezo buzzer (PZ1) and the indicator (LED1) wake up to raise a noticeable alert. Presence of the optional output connector (CON3) enables driving of external low-voltage blinker/beeper loads, in case of an extreme demand for such enhancements.

Construction and testing

An actual-size, single-side PCB for the lost plane finder circuit is shown in Fig. 3 and its component layout in Fig.4. After assembling the circuit on a PCB, enclose it in a plastic case. A tiny perfboard is enough for the construction of the lost plane finder system. After construction, it is better to make the system vibration proof with the help of a heat-shrink tube, preferably a transparent type with appropriate diameter. Connect the finished system to any unused channel of your radio receiver through the input connector (CON2) as shown in the wiring diagram in Fig. 5.

fig 3
Fig. 3: Actual-size PCB pattern of the lost plane finder
fig 4
Fig. 4: Component layout of the PCB
fig 5
Fig. 5: Wiring diagram

If a free radio receiver channel is not available, the system can still be utilised by sharing an occupied channel with some other intermittently-used control like landing gear, flaps or airbrakes, with the help of a Y- Splitter servo cable attached to such a channel.

fig 6
Fig. 6: Author’s prototype

The preferred setup in the model aircraft suggests drilling a small hole in the model wall and attaching the system so that its sounder window is aligned with the hole. Depending on your aircraft model’s structure, the whole system can be completely exposed outside of the model, too. Author’s prototype is shown in Fig. 6.

Additional notes

1. Prototype was tested with R/C lithiun-polymer 2S battery (7.4V).
2. Offline test is possible by feeding servo pulses to J1 from a standard servo tester.
3. An intermittent-tone piezo buzzer (sound level 85dB to 92dB) is better than a continuous-tone type.
4. In case of an alarm malfunction, change the value of RC components (R2-C2) so that effective delay is about 30 per cent to 40 per cent bigger than the period of inputted servo pulses.
5. For a micro-size version, try to use SMD components on a stamp-size PCB.

Comments

Popular posts from this blog

Introduction To Smart Wi-Fi

We need faster tools and media to prove our ideas, and this is where ready-to use modules like Smart Wi-Fi enter. Fig. 1 shows the top side of Smart Wi-Fi module. Fig. 1: Smart Wi-Fi module Fig. 2: Block diagram of the introduction of Smart Wi-Fi The module is low-cost and versatile; all a developer needs is a USB cable and it is ready to work. For software developers, working with hardware is always a pain, and this is one of the biggest reasons why many ideas never exit a computer. Smart Wi-Fi enables making a product quickly and reliably. With open software resources and hardware data, moving to the final product after the proof of concept is also easy. One of the major aims for writing this article is to show the versatility of this product and show how quick the development can be. In this article a few tests with Smart Wi-Fi are discussed, which show the applicability of this module for development of the Internet of Things (IoT) products. Fig. 3: C

Make Your Own Air Quality Monitoring Device!

Air pollution and concern about air quality is not something new. Complaints were recorded even in the 13th century when coal was first used for industrial purposes in London. From the middle of the 19th century, the atmosphere of major British cities was regularly polluted by coal smoke in winters, giving rise to the infamous mixture of fog and smoke known as smog. Today the emphasis has shifted from pollution problems caused by the industry to the ones associated with motor vehicle emissions. Author’s Prototype Air Quality Index Air Quality Index, or AQI, is a number used by government agencies to communicate to the public how polluted the air currently is, or how polluted it is likely to become. As AQI increases, an increasingly large percentage of the population experiences severe adverse health effects. Different countries have their own air-quality indices corresponding to different national air-quality standards. Some of these are Air Quality Health Index (C

Learn to Build Real Time Clock using 8051and DS1307 RTC Module

In this article, we are going to see how to interface an RTC (Real Time Clock) Module to 8051 micro controller. There are different kinds of RTC module available in the market. We are using the most common RTC module that comes with the DS1307 IC, an LCD module and AT89S52 (8051 variant) for this tutorial. AT89S52 is a typical 8051 microcontroller manufactured by Atmel. Interfacing an RTC module to 8051 microcontroller is pretty simple. You only need to make 2 connections between the RTC module and 8051. So lets get to business! A Real Time Clock module is basically a time tracking device which gives the current time and date. RTC modules that comes with DS3231 IC have the provision to set alarms. Notes On DS1307 RTC Module Here we are using an RTC module with clock chip DS1307 based on I2C protocol (Two Wire Protocol). The module provides details such us second, minute, hour, day of week, day of month, month and year including correction for leap year. It can operate eithe

Hit Counter