From 73da014879b242082e25826b325bf66128e20568 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 22 Apr 2023 16:24:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EHome=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 9d9ce98..a76a921 100644 --- a/Home.md +++ b/Home.md @@ -3,9 +3,9 @@ This is the wiki of AqHome. # What is AqHome -AqHome is a software set with assembler code for AVR AtTiny microcontrollers and a C library for Computers to communicate with those controller. +AqHome is a software set with assembler code for AVR AtTiny microcontrollers and a C library for computers to communicate with those controllers. -The core of AqHome is a network of microcontrollers (MCU) which communicate via a special form of the RS232 protocol. Each MCU can be accompanied by sensors (e.g. for temperature, humidity etc). +The core of AqHome is a network of microcontrollers (MCU) which communicate via an adaptation of the RS232 protocol modified to support multimaster operation. Each MCU is usually accompanied by sensors (e.g. for temperature, humidity etc). ## Why AVR AtTiny 84/85 (8-bit-Controllers)? @@ -15,4 +15,4 @@ The core of AqHome is a network of microcontrollers (MCU) which communicate via * many ressources available for development * free compilers and assemblers * very few extra components needed to run them - +* quite tolerant regarding supported operation voltages