The Particle Argon is a powerful Wi-Fi enabled development board. It is based on the Nordic nRF52840 and ESP32 2.4 GHz Wi-Fi coprocessor.
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 Argon
Programs are loaded onto the Particle Argon board using the openocd
command line utility program. You must install OpenOCD before you will be able to flash the Particle Argon board with your TinyGo code.
tinygo flash -target=particle-argon
You can use the USB port to the Particle Argon as a serial port. UART0
refers to this connection.
Bluetooth support is in development but not yet completed.