All RC plane instructors know the feeling of having trouble with the trainer cable -
This cable goes from the student RC transmitter to the instructor RC transmitter.
I am a quite active instructor of my local club, so I
modified our good old trainer system into wireless
(UHF - Ultra High Frequency is the frequency band from 300 to 3000 MHz)
Just a picture to explain what this is all about.
Here you see my motor regulator kit modified so it can be used as power supply
and base for an Atmel microcontroller
and a Micrel 620 radio module. The power supply was modified for under 3V
operation, and the gnd pin for the original PIC12
was isolated so I can use this pin 1 as IO pin.
The schematic is quite simple, I only made a fast hand drawn version, I choose
this construction with an Atmel AVR
microcontroller Tiny45 or whatever,
and a Micrel MICRF620 transceiver module. (Transceiver = A single unit that both transmits and receives radio or
electronic signals.)
The Tiny45 only setup the MICREL module, it does not handle any communication,
The PPM signal from the Student PICO transmitter
is feed into the data pin of the UHF module set up in TX mode. It is level
converted by a 3k9 and 4k7 resistor to go from 5V to 3V.
The
two channel switches gives 4 possible channels, preset in the firmware I made.
The AVR run at 3.0V made by a LM2941 low drop regulator (LDO)
On the 3 SPI (Serial Protocol
Interface) lines from the AVR goes into the MICRF620
The TX board DIP SW:
1 | 2 | FREQ: |
off | off | secret1.800 MHz |
on | off | secret1.400 MHz |
off | on | secret1.000 MHz |
on | on | secret0.600 MHz |
The transceiver module has 7 power levels, I use the most power full 10mW.
Range is about 80meters before we see trouble, more than adequate for a wireless trainer system !
If the data was encoded and converted into a digital stream with checksum, the
range would be much longer,
the analog way to transmit the PPM pulses are much more sensitive to noise and
trigger level changes, but much easier to make.
Here the wireless unit is mounted, it is programmed into TX mode for the
Student RX transmitter.
The UHF antenna is a 17cm long cobber wire with 2 turns, to make it fit
nicely inside at the top, free from hand area.
The 35Mhz part is simply disabled by removing the crystal, nothing else.
Thomas Scherrer OZ2CPU - May 2006