/6-Channel-RC-TX

6 channel RC TX, made for plane but can be used for any craft

Primary LanguageC++GNU General Public License v3.0GPL-3.0

6 Channel RC TX

Elia Sulimanov

2.4 GHZ, 6 channel RC TX (Remote). Made for plane but can be used for any craft.

This project made with and for ATtiny84 platform.

Contents

How It Works

  • The remote is transmitting messages to the receiver (that is on the RC) using 2.4 GHZ radio.
  • The message is int array, and each index is dedicated to different operation the RC can do.
  • Please view the receiver code for further understanding about the wat the RX translate the message to operation.

Quick start

Installing

First make sure arduino enviorment is installed on your pc and ATtiny84 board is available.
In order to compile and use this code you must include nRF24L01 lib. more info here: maniacbug/RF24
Next upload this code to your ATtiny84 using arduino as ISP.

Using

All you need to do is just wire your breadboard/pcb as Here. You are good to go!

Breadboard

Schematics

Related Projects

License

GNU General Public License v3.0