„Home“ ändern

Martin Preuss
2023-04-22 16:15:22 +02:00
parent 9428b7c409
commit 9a09e91de7

15
Home.md

@@ -1 +1,16 @@
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.
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).
## Why AVR AtTiny 84/85 (8-bit-Controllers)?
* available in DIP packages which can easily be soldered on boards or just be used to develop circuits on breadboards.
* powerfull enough to handle modern sensors (temperature, humidity etc.)
* cheap and small
* many ressources available for development
* free compilers and assemblers