Files
aqhomecontrol/doc/mcu-examples/n28/README.md
2026-03-28 17:58:01 +01:00

51 lines
1.1 KiB
Markdown

# N28
N28 is a ATtiny84 based PCB with a door sensor and a temperature/humidity
sensor.
## Overview
- Role: Door sensor with temp sensor
- MCU: AtTiny84
- 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)
## Schematic
![Schematic](https://gitea.aqbanking.de/martin/aqhome/raw/branch/master/doc/mcu-examples/n28/n28_schematic.png)
## PCB Front
![PCB Front](https://gitea.aqbanking.de/martin/aqhome/raw/branch/master/doc/mcu-examples/n28/n28_pcb_front.png)
## PCB Back
![PCB Front](https://gitea.aqbanking.de/martin/aqhome/raw/branch/master/doc/mcu-examples/n28/n28_pcb_back.png)