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

RFID Based Access Control System using 8051

In this project, we are going to build an RFID Based Access Control System using 8051 Micro Controller . The same system can be named like RFID based door lock or RFID based access management system. If you have been to big hospitals or companies, you might have seen how they used RFID based locks to restrict access to certain areas. In hospitals, only hospital staff with approved RFID tags can access Intensive Care Unit and such restricted areas. So let’s begin to build the system. Project Description A RFID based Door Lock or Access Control System is based on some simple concepts. We store a set of RFID card data in our system, say 3 or 10 RFID card data. When the person with the right RFID card (compatible to data preloaded in our program/system) come and swipes his RFID tag, access will be granted. When the person with the wrong RFID card (whose data is not loaded in our system) swipes his RFID tag, access will be denied. I hope you understand the system concept of RFID based...

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...

Astable Multivibrator using 555 Timer IC

An astable multivibrator can be designed using different types of components, say using transistors (and associated components) alone or by using op amps (and associated components). In this article, we are designing an Astable Multivibrator using 555 Timer IC. If you are wondering what all are the practical applications of an astable multivibrator, lets begin by seeing a few. One of the most common application for an astable multivibrator is to generate time delays . Let’s say you want to turn an LED “ ON ” for 1 second and keep it “ OFF ” for 0.5 seconds, then an astable multivibrator is the best circuit you could use to build this application. Unlike the monostable multivibrator, this circuit does not require any ex­ternal trigger to change the state of the output, hence the name free-running. Before going to make the circuit, make sure your 555 IC is working. For that go through the article: How to test a 555 IC for working An astable multivibrator can be produced by adding...

Hit Counter