Files
aqhomecontrol/avr/devices/n28
Martin Preuss a995313750 n21, n28: use LED_SIMPLE instead of LED_ACTIVITY.
LED_SIMPLE can now also show activity.
2026-04-18 16:17:07 +02:00
..
2025-09-06 00:38:43 +02:00
2025-12-11 22:48:56 +01:00
2025-09-06 00:38:43 +02:00
2026-03-28 17:43:33 +01:00

N28
===

- Role: Door sensor with temp sensor
- MCU: AtTiny84
- Frequency: 1MHz
- Connection: RJ45
- COM: COM2W
- Predecessor: N21, N16
- Periphery:
  - door sensor (TCRT1000)
  - TWI interface
    - SI7021 temperature and humidity sensor
- Apps:
  - NETWORK      : Basic network functionality (address setup etc.)
  - REPORTSENSORS: report sensor data from temperature sensor etc.
  - STATS        : periodically send stats data
  - DOOR         : watch door/window sensor and notify about state changes

- Values:
  - SI7021_TEMP  : temperature
  - SI7021_HUM   : humidity
  - DOOR         : state of door/window (0=closed, >0=open)