Simple BASIC interpreter for Olimex RVPC (1€ PC)
Install Visual Studio Code for your platform, add the PlatformIO. Download or sync this repository and open it using vscode, then compile it clicking on the "check" symbol on the lower left status bar.
There are plenty of tutorial to use vscode/platformio. If you don't feel inclined to compile, you can download the binary from the release section.
The official way to flash and debug software on ch32vxxx series of MCUs is using the WCH-LinkE USB programmer. Only the "E" model works. There are also at least two other ways at moment, to flash: using a raspi pico or an ESP32 as a programmer. This is the raspi pico implementation: picorvd.
If you own a Flipper Zero is possible to flash ch32Vxxx MCUs using this useful tool: wch_swio_flasher
This project is heavly based on TinyBasic by @shippoiincho but was made possible thanks this proposed pull request by @jrudolph