xiao_nrf52_updater

(★ 20)

Seeed XIAO nRF52840 BLE DFU OTA flasher

File Explorer

  • .gitignore
  • config.txt
  • platformio.ini
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pio device

View Details ▼

Manage and monitor PlatformIO devices.

pio device list

List all available serial ports:

pio device list --logical

List all available logical devices:

pio device monitor

Start an interactive device monitor:

🔍

pio run

View Details ▼

Run PlatformIO project targets.

pio run --list-targets

List all available project targets:

pio run --list-targets {{[-e|--environment]}} {{environment}}

List all available project targets of a specific environment:

pio run

Run all targets:

🔍

pio

View Details ▼

Development environment for embedded boards.
Some subcommands such as `run` have their own usage documentation.

pio {{[-h|--help]}}

Display help and list subcommands:

pio {{subcommand}} {{[-h|--help]}}

Display help for a specific subcommand:

pio --version

Display version:

// repository documentation