From 87c2216d0f587f0cfc33cedc3cfd8153dc948337 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Thu, 30 Nov 2017 14:01:37 +0100 Subject: [PATCH] Update Advanced_Topics.md --- docs/Advanced_Topics.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/Advanced_Topics.md b/docs/Advanced_Topics.md index 208e79a..e593267 100644 --- a/docs/Advanced_Topics.md +++ b/docs/Advanced_Topics.md @@ -3,11 +3,6 @@ Warning: the topics on this page are not for the fainthearted. It is strongly r # Telemetry in PPM mode It is possible to access the telemetry stream coming from the receiver through the MULTI-module. This document describes a simple bluetooth module to stream telemetry information to a mobile device like an Android smartphone or tablet. The method may be generalized to feed telemetry to the transmitter if the transmitter has the capabilities to process the information. 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. -Created and supported by: Midelic - -RCGroups page: None # Manually setting fuses on ATmega328 This document describes a relatively simple process to set the fuses on ATmega328. See the [Advanced Manually Setting ATmega328 Fuses](Advanced_Manually_Setting_ATmega328_Fuses.md) page for more details. - -Created and supported by: hpnuts