From 1565bc9e1a71428c46f1e6b00d814b7b0a338d3e Mon Sep 17 00:00:00 2001 From: gerrievanzyl Date: Thu, 22 Sep 2016 22:02:20 +0200 Subject: [PATCH] Update Advanced_Topics.md --- docs/Advanced_Topics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Advanced_Topics.md b/docs/Advanced_Topics.md index e697361..d56f454 100644 --- a/docs/Advanced_Topics.md +++ b/docs/Advanced_Topics.md @@ -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.