minor changes.

This commit is contained in:
Martin Preuss
2026-01-18 14:28:16 +01:00
parent b060610f3f
commit fb308ba9fc

View File

@@ -5,12 +5,20 @@
Home automation/control system consists of multiple parts: Home automation/control system consists of multiple parts:
- nodes - 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 - small PCBs based on AVR microcontrollers
- AtTiny84 - AtTiny84
- AtTiny85 - AtTiny85
- AtTiny841 - AtTiny841
- AtMega644 - AtMega644
- modular operating system written in AVR assembler - modular operating system written in AVR assembler
- event-driven GUI
- driver modules for busses: - driver modules for busses:
- one-wire bus - one-wire bus
- two-wire-bus - two-wire-bus
@@ -24,7 +32,6 @@ Home automation/control system consists of multiple parts:
- SK6812 LED driver - SK6812 LED driver
- I2C displays (work-in-progress) - I2C displays (work-in-progress)
- SPI displays (work-in-progress) - SPI displays (work-in-progress)
- inter-node communication stack using two wires (clock/data)
- applications - applications
- aqhome-data - aqhome-data