From fb308ba9fcdb60e8951d61cf0fec734be97f735f Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 18 Jan 2026 14:28:16 +0100 Subject: [PATCH] minor changes. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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