tuta2504 / ar-t6

Re-write of er9x for the FS-T6 2.4GHz TX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ar-t6

This project is a re-write of er9x for the FS-T6 2.4GHz TX. Notably, the STM32 ARM processor is more capable than the Arduino in the Turnigy 9x.

Details of the project as it progresses are on openRCforums and http://www2.artaylor.co.uk/ar-t6.html .

Status

Alpha - functional/unstable, not all the desired features present. USE AT YOUR OWN RISK!

All hardware blocks are implemented in code. Main GUI functionality and framework is implemented. Rudimentary mixer, limits and curves implemented providing enough functionality for flight control.

Build (linux)

(command line from root of the project)

cd firmware
make

This produces "ar-t6.bin" that is ready to flash.

Flash

Program the FS-T6 with usb serial with stm32flash

Development Environment

  • Eclipse/CDT (Luna) + Arm Plugin
  • gnu ARM toolchain (gcc-arm-none-eabi; currently 4.9.2)
  • GDB (w/ Eclipse Arm plugin)
  • OOCD (Open on-chip Debugger) or stlink
  • STM32 Discovery board with stlink v2 (remove the jumpers for external SWD)
  • notes: SWD toolchain

Current ToDo List

  • Flight modes
  • Heli related functionality
  • Custom switches
  • Safety switches
  • Several radio settings
  • Timers
  • Bugs

Patches and developers welcome!

About

Re-write of er9x for the FS-T6 2.4GHz TX

License:GNU General Public License v2.0


Languages

Language:C 95.5%Language:KiCad Layout 2.5%Language:C++ 1.4%Language:Assembly 0.5%Language:Makefile 0.1%Language:Objective-C 0.0%