RC control Atmega 328p (Nano/ Uno /Micro)
Select your board editing the BOARD_TAG in MakeFile
As an example: BOARD_TAG = nano328
$ make show_boards
To show all the supported boards
Install the required AVR+Arduino stack, you also will need Python 2.7 for the console. More info: https://github.com/sudar/Arduino-Makefile
Connect nano/uno/micro trough usb serial port and execute
$ make upload
$ python console/console.py
Manchester line code is intended for use with IR and RF SAW modules (disabled per default) It will slow down your baudrate in half but improves clock recovery and signal quality.
$ git clone https://github.com/VideoMem/RCVehicle-AVR.git
$ mv rc_vehicle/main.h rc_vehicle/rc_vehicle.ino
$ rm rc_vehicle/main.cpp
Link to main Android Bluetooth controller app