mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
26 lines
771 B
Plaintext
26 lines
771 B
Plaintext
/**
|
|
@defgroup boards_particle-xenon Particle Xenon
|
|
@ingroup boards
|
|
@brief Support for the Particle Xenon
|
|
|
|
### General information
|
|
|
|
[Particle Xenon](https://docs.particle.io/xenon/) is a mesh-ready development kit
|
|
that provides access to multiple communication protocols: BLE, 802.15.4.
|
|
|
|
<img src="https://docs.particle.io/assets/images/xenon/xenon-top.png"
|
|
alt="pinout" style="height:300px;"/>
|
|
|
|
### Block diagrams and datasheets
|
|
|
|
<img src="https://docs.particle.io/assets/images/xenon/xenon-block-diagram.png"
|
|
alt="pinout" style="height:800px;"/>
|
|
|
|
The board datasheet is available [here](https://docs.particle.io/assets/pdfs/datasheets/xenon-datasheet.pdf)
|
|
|
|
### Flash the board
|
|
|
|
See the `Flashing` section in @ref boards_common_particle-mesh.
|
|
|
|
*/
|