The Particle Xenon is a low cost mesh-enabled development board.
Interface | Hardware Supported | TinyGo Support |
---|---|---|
GPIO | YES | YES |
UART | YES | YES |
SPI | YES | YES |
I2C | YES | YES |
ADC | YES | YES |
PWM | YES | YES |
Documentation for the machine package for the Particle Xenon
Programs are loaded onto the Particle Xenon board using the openocd
command line utility program. You must install OpenOCD before you will be able to flash the Particle Xenon board with your TinyGo code.
tinygo flash -target=particle-xenon
You can use the USB port to the Particle Xenon as a serial port. UART0
refers to this connection.
Bluetooth support is in development but not yet completed.