From 9aabb575c1d1b02e89af91a62e7ad6a55bd236c3 Mon Sep 17 00:00:00 2001 From: gerrievanzyl Date: Thu, 22 Sep 2016 21:56:49 +0200 Subject: [PATCH] Update Advanced_Topics.md --- docs/Advanced_Topics.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/Advanced_Topics.md b/docs/Advanced_Topics.md index de1e767..e697361 100644 --- a/docs/Advanced_Topics.md +++ b/docs/Advanced_Topics.md @@ -5,8 +5,16 @@ This document describes how you can set up your ATmega-based Mulitprotocol modul 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](Advanced_Bluetooth_Telemetry.md) page for more details. Created and supported by: Miledic -RCGroups page: {insert page here} +RCGroups page: None + + +#Manually setting fuses on ATmega328 +This document describes a relatively simple process to set the fuses on ATmega328 using the flexibility of the command line. It does not require installation of AVRdude because it uses the AVRdude that is bundled with the Arduino IDE. See the [Advanced Manually Setting ATmega328 Fuses](Advanced_Manually_Setting_ATmega328_Fuses.md) page for more details. +Created and supported by: hpnuts + +RCGroups page: No rcgroups page