diff --git a/README.md b/README.md index c28b32a..8d2e9c1 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,20 @@ Home automation/control system consists of multiple parts: - nodes + - decentralized, nodes just broadcast measured data over a two-wire + communication network (clock/data), addresses are auto-assigned, no prior + setup necessary, no central bottleneck or single point of failure + - node types + - environmental measuring (temperature, humidty, CO2 and others) + - motion detection, door/window sensors + - LED strip controllers - small PCBs based on AVR microcontrollers - AtTiny84 - AtTiny85 - AtTiny841 - AtMega644 - modular operating system written in AVR assembler + - event-driven GUI - driver modules for busses: - one-wire bus - two-wire-bus @@ -24,7 +32,6 @@ Home automation/control system consists of multiple parts: - SK6812 LED driver - I2C displays (work-in-progress) - SPI displays (work-in-progress) - - inter-node communication stack using two wires (clock/data) - applications - aqhome-data