Update Advanced_Topics.md

This commit is contained in:
gerrievanzyl 2016-09-22 22:02:20 +02:00 committed by GitHub
parent 0681bad8e6
commit 1565bc9e1a

View File

@ -4,7 +4,7 @@ Warning: the topics on this page are not for the fainthearted. It is strongly r
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](Advanced_ATmega_Serial_Uploader.md) page for more details.
Created and supported by: Mike Blandford
RCGroups page: {insert page here}
RCGroups page: http://www.rcgroups.com/forums/showpost.php?p=35584619&postcount=4867
#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](Advanced_Bluetooth_Telemetry.md) page for more details.