doc: added descriptions and images for current nodes n29-n30.
This commit is contained in:
36
doc/mcu-examples/n30/README.md
Normal file
36
doc/mcu-examples/n30/README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
N30
|
||||
===
|
||||
|
||||
N30 is a ATtiny84 based PCB with a temperature sensor and
|
||||
connections for LED stripes.
|
||||
|
||||
Currently there is a driver for SK6812 RGBW stripes. The node
|
||||
supports event driven light control (e.g. turn on light when
|
||||
some other devices sends a motion detect message).
|
||||
|
||||
The PCB is prepared to support SPI-controlled LED-Strips as well,
|
||||
but for now there is no software support for this (have to write
|
||||
a driver for it).
|
||||
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
- Role: LED strip controller
|
||||
- MCU: AtTiny84
|
||||
- Frequency: 8MHz
|
||||
- Connection: RJ45
|
||||
- Predecessor: N22, N16
|
||||
- COM: COM2W
|
||||
- Periphery:
|
||||
- LED strip connection (SK6812)
|
||||
- OWI interface
|
||||
- DS18B20 temperature sensor
|
||||
- Apps:
|
||||
- NETWORK: Basic network functionality (address setup etc.)
|
||||
- REPORTSENSORS: report sensor data from temperature sensor etc.
|
||||
- STATS : periodically send stats data
|
||||
- MA_LIGHT : motion activated light
|
||||
|
||||
|
||||
Reference in New Issue
Block a user