Skip to content

Simple surface 5 channel RC transmitter for cars, ships, tanks and simple model airplanes. The hardware includes nRF24L01+ transceiver and ATmega328P processor. Telemetry monitors receiver voltage using LED indication.

License

Notifications You must be signed in to change notification settings

stanekTM/TX_nRF24_5ch_LED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

RC transmitter for cars, boats, tanks and simple model airplanes

Simple surface 5 channel RC transmitter. The hardware includes nRF24L01+ transceiver and ATmega328P processor. Telemetry monitors receiver voltage using LED indication. The code is Arduino.

This RC transmitter works with RC receiver from my repository RX_nRF24_Motor_Servo

Thank you to "Phil_G" http://www.singlechannel.co.uk for the calibration and reverse routine I used in the code.

The firmware includes

LED mode:

  • Normal mode, LED TX is lit
  • If the TX battery is low, the TX LED blink at 0.5s interval
  • If the RX battery is low, the TX LED blink at 0.3s interval
  • If we lose RF data for 1 second, the TX LED blink at 0.1s interval

Calibration:

  • Hold calibration button, switch transmitter TX on, still holding calibration button move all controls to extremes including auxilliary pots.
  • Center all controls and aux pots.
  • Release calibration button (saved to eeprom).

Servo reversing:

  • To reverse the desired channel, hold the joystick in the end position and turn on the TX transmitter (saved to eeprom).

Arduino pins

A0 - joystick 1
A1 - joystick 2
A2 - joystick 3
A3 - joystick 4
A4 - potentiometer 5

D4 - calibration button
D6 - LED
A7 - input TX battery

nRF24L01:
D9  - CE
D10 - CSN
D11 - MOSI
D12 - MISO
D13 - SCK

Used libraries

About

Simple surface 5 channel RC transmitter for cars, ships, tanks and simple model airplanes. The hardware includes nRF24L01+ transceiver and ATmega328P processor. Telemetry monitors receiver voltage using LED indication.

Topics

Resources

License

Stars

Watchers

Forks

Languages