Featured Articles
In this tutorial making of an Arduino based Tx and RX is explained which can be used to fly an rc transmitter and rc receiver plane. This transmitter has 4 channels but by applying some modification it can be increased to 8 or even more. This transmitter has the range of around 50m. And it can be made fewer than 600 Rs.
before making rc transmitter and rc receiver plane actually. it is highly recommended to go through this video:
Step 1: List of Material:
Arduino board 2x (arduino Nano recommended),
433 MHz based Tx and Rx module
Joy sticks (Pots) – (can be extracted from toy QuadCopter remote)
Servo headed pins
Telescopic Antenna
and tools like,
Hot glue
Soldering kit
Step 2: Working:
An RC module can transmit only digital data. This is either on or off. To transmit data of 4 channels PPM based signal are used. Arduino reads values from various pots of remote and generates PPM signal as per position of sticks. This generated signal is transmitted by Tx and Rx module. As Rx captures PPM signal it decodes it and separates all channel values. This data contains lots of noise that reduced by code.
There are two joysticks in the transmitter. Each joy stick has two potentiometers and each potentiometer has three pins. Upper and lower pins are for supply. A pin in-between these are for signal output voltage that varies from 0V to 3.3V.
So this transmitter has 4 channels.
Step 3: Making:
Firstly you need to find a transmitter/ remote to use a potentiometer. These are few example of remotes are shown that can be used. It must have working joysticks. Generally, all supply pins are shorted together so supplies do not need to provide to all these pins (it need to check and if not then, all these need to connect together manually). Four signal pins (from two joysticks) goes to Arduino which reads and converts the value to digital form. This code needs to upload in the arduino board at the transmitter side. An antenna required to have sufficient range. The length of the antenna can be calculated by the wavelength of transmitting frequency. Here I am using a telescopic antenna for my transmitter.
Header pins need to be soldered at receiver side as shown in circuit diagram. A wire also soldered as the antenna. This antenna is long compared to any 2.4 GHz antenna as this frequency has the higher wavelength.
after making it need to be checked, as everything is working ok or not. For that, we can give pulses to the transmitter side and check the output from the receiver. if both of this matching than everything is perfect.
Step 4: Code:
These are codes that need to be uploaded on the transmitter and receiving side.
f1=map(r1,m1,m2,50,120);
f2=map(r2,m1,m2,50,120);
f3=map(r3,m1,m2,20,175);
f4=map(r4,m1,m2,50,130);
these are the value that needs to be modified to upper and lower limit of the servo as well as zero point.
for example, f1=map(r1,m1,m2,50, 120);
50 is the lower limit and 120 is the upper limit. and average 85 is the zero point. to invert this channel it need to be changed to: f1=map(r1,m1,m2,120, 50);
Step 5: Finally:
This transmitter is good enough for park flyers only as that has a range of 50m. So before flying anything check range of this Tx and Rx.
Here all pins can provide PWM signal too, by the slight change in code and can be used to drive brush motor.
Article source: https://article-realm.com/article/Health-Fitness/7385-which-can-be-used-to-fly-an-rc-transmitter-and-rc-receiver-plane.html
Comments
Reviews
Most Recent Articles
- Jul 8, 2026 Panchmukhi Air Ambulance in Kolkata Operates with the Conviction of Assured Safety by Panchmukhi Train Ambulance Services
- Jul 8, 2026 Promising a Worry-Free Medical Transfer is Our Target at Panchmukhi Air Ambulance in Patna by Panchmukhi Train Ambulance Services
- Jul 8, 2026 Paramedic in Confirming Patient Safety on the Air Ambulance Services in Ranchi by Tridev Air Ambulance
- Jul 8, 2026 Panchmukhi Train Ambulance in Ranchi- Travel without Experiencing Trauma by Panchmukhi Train Ambulance Services
- Jul 7, 2026 Heroes on Air, Heroes on the Go: Tridev Air Ambulance Services in Patna - Flight Deck Fables by Tridev Air Ambulance
Most Viewed Articles
- 36952 hits Familiarize The Process Of SEO by Winalyn Gaspelos
- 9347 hits NBC Sports Gold Activate by Tatiana Garcia
- 3621 hits Fix “unlicensed product” activation error during Office setup by Sophia Williams
- 3545 hits Get Solution of Hp Printer Offline Errors on Windows and Mac by shubhi gupta
- 3212 hits Very Important Ergonomic Office Furniture Brand You Should Know About by neck
Popular Articles
In today’s competitive world, one must be knowledgeable about the latest online business that works effectively through seo services....
80862 Views
Walmart is being sued by a customer alleging racial discrimination. The customer who has filed a lawsuit against the retailer claims that it...
44337 Views
Are you caught in between seo companies introduced by a friend, researched by you, or advertised by a particular site? If that is...
36952 Views
Facebook, the best and most used social app in the world, has all the social features you need. However, one feature is missing. You cannot chat...
23284 Views
If you have an idea for a new product, you can start by performing a patent search. This will help you decide whether your idea could become the...
14474 Views
Moving becomes easy when you have the right moving accessories. These moving accessories help secure and protect your item by ensuring that no harm...
12024 Views
Moving from one state, city, or even to a whole different county, is something that is either dictated by choice or circumstance. This is because,...
10876 Views
A lot of us look forward to the result of moving and not the process itself. It is pretty typical behavior, though. As modern people, many things...
10535 Views
A membrane contactor is a device that enables the transfer of components between two immiscible phases, typically a gas and a liquid, through a...
10309 Views
HP Officejet Pro 8600 is the best printer to fulfill the high-volume printing requirements. It supports the top quality printer which can satisfy...
10201 Views
Statistics
| Members | |
|---|---|
| Members: | 16647 |
| Publishing | |
|---|---|
| Articles: | 78,216 |
| Categories: | 202 |
| Online | |
|---|---|
| Active Users: | 284 |
| Members: | 4 |
| Guests: | 280 |
| Bots: | 13207 |
| Visits last 24h (live): | 2030 |
| Visits last 24h (bots): | 56176 |