doc: added descriptions and images for current nodes n29-n30.
This commit is contained in:
13
doc/mcu-examples/n28/0BUILD
Normal file
13
doc/mcu-examples/n28/0BUILD
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml?>
|
||||
|
||||
<gwbuild>
|
||||
|
||||
<extradist>
|
||||
README.md
|
||||
n28_pcb_back.png
|
||||
n28_pcb_front.png
|
||||
n28_schematic.png
|
||||
</extradist>
|
||||
|
||||
</gwbuild>
|
||||
|
||||
34
doc/mcu-examples/n28/README.md
Normal file
34
doc/mcu-examples/n28/README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
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)
|
||||
|
||||
|
||||
BIN
doc/mcu-examples/n28/n28_pcb_back.png
Normal file
BIN
doc/mcu-examples/n28/n28_pcb_back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
doc/mcu-examples/n28/n28_pcb_front.png
Normal file
BIN
doc/mcu-examples/n28/n28_pcb_front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
BIN
doc/mcu-examples/n28/n28_schematic.png
Normal file
BIN
doc/mcu-examples/n28/n28_schematic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Reference in New Issue
Block a user