mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
doc: add documentation for phynode-kw41z board
This commit is contained in:
parent
50c7b5c11a
commit
40d791e898
45
boards/phynode-kw41z/doc.txt
Normal file
45
boards/phynode-kw41z/doc.txt
Normal file
@ -0,0 +1,45 @@
|
||||
/**
|
||||
@defgroup boards_phynode-kw41z PhyNODE KW41Z
|
||||
@ingroup boards
|
||||
@brief Support for the Phytec PhyNODE KW41Z Board
|
||||
|
||||
### Overview
|
||||
|
||||
The [Phytec PhyNODE-KW41Z][board-web-page] board is a development platform based
|
||||
on the PhyWAVE-KW41z wireless module (populated with NXP Semiconductor Kinetis
|
||||
KW41Z microcontroller).
|
||||
|
||||
It provides a radio device with Bluetooth Low Energy and/or IEEE
|
||||
802.15.4.
|
||||
|
||||
There's also available an HDL1010 High Accuracy Digital Humidity sensor, a
|
||||
CCS811 IAQ gas sensor and a TCS37727 RGB Light sensor.
|
||||
|
||||
There board also provides an SSD1673 Active Matrix EPD 150x200 Display Driver
|
||||
with Controller on board.
|
||||
|
||||
<img src="https://www.phytec.eu/fileadmin/user_upload/images/content/1.Products/IoT/ePaper_IoTKit_4.png"
|
||||
alt="PhyNODE-KW41Z" />
|
||||
|
||||
[board-web-page]: https://www.phytec.eu/product-eu/internet-of-things/iot-enablement-kit-4/
|
||||
|
||||
### Flash the board
|
||||
|
||||
To flash the board using OpenOCD:
|
||||
|
||||
1. Use `BOARD=phynode-kw41z` with the `make` command.<br/>
|
||||
Example with `hello-world` application:
|
||||
```
|
||||
make BOARD=phynode-kw41z -C examples/hello-world flash term
|
||||
```
|
||||
|
||||
### Current support
|
||||
|
||||
Only the TCS37727 RGB Light sensor is supported. There's ongoing work
|
||||
on [IEEE802.15.4 radio support for KW41Z][radio-support] and
|
||||
[CCS811 gas sensor][gas-sensor]
|
||||
|
||||
[radio-support]: https://github.com/RIOT-OS/RIOT/pull/7107
|
||||
[gas-sensor]: https://github.com/RIOT-OS/RIOT/pull/10033
|
||||
|
||||
*/
|
Loading…
Reference in New Issue
Block a user