DIY-Multiprotocol-TX-Module/docs/Advanced_Topics.md
2016-09-19 23:48:14 +02:00

1.5 KiB

#Advanced Topics {This page is currently a proof of concept} Warning: the topics on this page are not for the fainthearted. It is strongly recommended that you have some experience in getting up and runnning with your module before you dive in there. On the other hand what is described on this page are some very useful options that could greatly increase the value and the enjoyment of your Multiprotocol module. #Serial uploader that works through the transmitter pins This document describes how you can set up your ATmega-based Mulitprotocol module to allow you to update the firmware by connecting a USB to TTL serial (like a FTDI) adapter to the module's transmitter interface pins. It is great if you exclusively use the Serial interface with your transmitter because the Bind button is used as "bootloader" button. It requires a small custom bootloader to be uploaded and a simple interface cable to be soldered up. See the Advanced ATmega Serial Uploader page for more details.
Created and supported by: Mike Blandford

RCGroups page: {insert page here} #Bluetooth telemetry board for telemetry in PPM mode This document describes a simple bluetooth module to stream telemetry information to a mobile device like an Android smartphone or tablet. This is very useful with modules used in the PPM mode with transmitters that do not support telemetry. See the Advanced Bluetooth Telemetry page for more details.
Created and supported by: Miledic

RCGroups page: {insert page here}