浏览 235
分享
nRF52840-MDK
The nRF52840-MDK is an open-source, micro development kit for IoT applications based on the Nordic Semiconductor nRF52840 SoC chip.
Interfaces
Interface | Hardware Supported | TinyGo Support |
---|---|---|
GPIO | YES | YES |
UART | YES | YES |
SPI | YES | YES |
I2C | YES | YES |
ADC | YES | Not yet |
PWM | YES | Not yet |
Machine Package Docs
Documentation for the machine package for the nRF52840-MDK
Flashing
OpenOCD
Programs are loaded onto the nRF52840-MDK board using the openocd
command line utility program. You must install OpenOCD before you will be able to flash the nRF52840-MDK board with your TinyGo code.
- Plug your nRF52840-MDK into your computer’s USB port.
- Build and flash your TinyGo program using
tinygo flash -target=nrf52840-mdk
评论列表