All Projects → Gabapentin → Arduino Rc 6ch Radio Control

Gabapentin / Arduino Rc 6ch Radio Control

Licence: gpl-3.0
Arduino project to upgrade cheap Hobbyking HK-T6A or Flysky FS-CT6B transmitters or any other old RC TX

Labels

Projects that are alternatives of or similar to Arduino Rc 6ch Radio Control

Arduino Foc Reaction Wheel Inverted Pendulum
Reaction wheel inverted pendulum project based on the Arduino Simple FOC library and SimpleFOC shied.
Stars: ✭ 30 (-16.67%)
Mutual labels:  arduino
Rogue router
Solar Access Point Fileserver for Sparkfun Thing
Stars: ✭ 34 (-5.56%)
Mutual labels:  arduino
Ardupi Ecg
Full HRV analysis of Arduino pulse sensor, using Python signal processing and time series techniques. Chaotic, Fourier, Wavelet, Regression, Neural Net.
Stars: ✭ 35 (-2.78%)
Mutual labels:  arduino
Neofighter
A MIDI controller using arcade buttons with RGB lighting effects
Stars: ✭ 32 (-11.11%)
Mutual labels:  arduino
Arduino midi library
MIDI for Arduino
Stars: ✭ 969 (+2591.67%)
Mutual labels:  arduino
Midi shield
Midi shield product 9595, available from SparkFun Electronics
Stars: ✭ 34 (-5.56%)
Mutual labels:  arduino
Malduino Password Grabber
Arduino sketch to program a Malduino bad USB (lite) to download a password grabber and send the results via email
Stars: ✭ 31 (-13.89%)
Mutual labels:  arduino
Onlinehumidifier
How to automatically control humidity in your home - a step by step guide
Stars: ✭ 35 (-2.78%)
Mutual labels:  arduino
Teensy
teensy示例代码
Stars: ✭ 34 (-5.56%)
Mutual labels:  arduino
Attinycore
Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Stars: ✭ 974 (+2605.56%)
Mutual labels:  arduino
Kotihome
Home automation system based on Arduino with sensors, Raspberry Pi, Node.js and React
Stars: ✭ 32 (-11.11%)
Mutual labels:  arduino
Oled Scanner
A 5.8ghz scanner/receiver based on the RX5808 module
Stars: ✭ 33 (-8.33%)
Mutual labels:  arduino
Device Os
Device OS (Firmware) for Particle Devices
Stars: ✭ 976 (+2611.11%)
Mutual labels:  arduino
Badusb botnet
👥😈 Infect a pc with badusb and establish a connection through telegram.
Stars: ✭ 32 (-11.11%)
Mutual labels:  arduino
Eprom
Python script and Arduino code for burning eproms
Stars: ✭ 35 (-2.78%)
Mutual labels:  arduino
Hoverboardcontroller
A sample Arduino sketch to drive one motor using the self balancing scooter motor controller - for 3.3V Arduino ONLY!
Stars: ✭ 31 (-13.89%)
Mutual labels:  arduino
Arduinowateringsystem
Code and Libraries needed to build the project Arduino Watering System
Stars: ✭ 34 (-5.56%)
Mutual labels:  arduino
Esp3d
FW for ESP8266/ESP8285/ESP32 used with 3D printer
Stars: ✭ 979 (+2619.44%)
Mutual labels:  arduino
Arduino
Arduino-compatible MCU code for sensor and telemetry nodes
Stars: ✭ 35 (-2.78%)
Mutual labels:  arduino
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+2600%)
Mutual labels:  arduino

Arduino-RC-6CH-Radio-control


alt text alt text alt text alt text

alt text alt text alt text alt text

FS-CT6B HK-T6A
alt text alt text alt text

Arduino project to upgrade cheap Hobbyking HK-T6A or Flysky FS-CT6B transmitters or any other old RC TX

This code is based on ardutx v1.3 sketch (2014) from Patricio Reinoso www.patolin.com

You can see discussion on RCGroups Forum site
https://www.rcgroups.com/forums/showthread.php?1817699-Hobbyking-6ch-tx-arduino-computer-update

If you want discuss this project I have already open thread on RCGroups
https://www.rcgroups.com/forums/showthread.php?2959179-Arduino-radio-for-HK-T6A-or-Flysky-FS-CT6B-(ArduTX-rebirth)


The code has been modified to work with SH1106 SPI 1.3" or SSD1306 SPI 0.96" OLED LCD through U8g2 library

Have been used all possible pins of ATmega328P (Arduino Nano, Pro Mini)

Every text strings has been stored in flash memory to mantain a lot of free RAM memory


Added features to original Patolin code:

  • 3 digital buttons input for menu (Enter/Select) (Down/Next) (Up/Previous) [previously analogs]

  • Switches checking status with sound alert at power ON and display which is not in default position

  • Throttle warning with display status of switches and sound alert

  • Hidden data default restoring by pressing and hold Down/Next button on power on

  • Hidden calibration procedure by pressing and hold Menu/Select button on power on

  • Low battery control in real time whith buzzer sound(buzzer with stand alone sound generator)

  • N°2 supplementary switch, they can be configured instead of VRA or VRB pots (SWA, SWB)(Servo Direction Menu)

  • Basic two channel mixer with switch activation V-Mix (Ch1/ch2)

  • Basic four channels Sub Trim setting (ch1, ch2, ch3, ch4)


Recommended Arduino Arduino IDE 1.8.2 or above
(Seems to be optimized and stable compiler. Less Flash and RAM used)

Arduino AVR Boards 1.6.18

#include <U8g2lib.h> Using U8G2 library UG2 Github link

#include <SPI.h> Arduino standard library

#include <EEPROM.h> Arduino standard library

See Wiki pages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].