nekomona / SlimeVR-Tracker-WCH-BLE

Smol Slime tracker with CH58x over BLE communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build PlatformIO based project

  1. Install PlatformIO Core
  2. Download development platform with examples
  3. Extract ZIP archive
  4. Run these commands:
# Change directory to example
$ cd platform-ch32v/examples/blinky-none-os-ch5xx

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Upload firmware for the specific environment
$ pio run -e genericCH582F --target upload

# Clean build files
$ pio run --target clean

About

Smol Slime tracker with CH58x over BLE communication


Languages

Language:C 63.3%Language:C++ 36.7%