Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmysu/mbuswch32v00x

DIY project for WCH32V00X
https://github.com/jmysu/mbuswch32v00x

platformio risc-v ttbasic wch32v

Last synced: 2 days ago
JSON representation

DIY project for WCH32V00X

Awesome Lists containing this project

README

        

# mBusWCH32V00x
!WIP

### Latest updates upon open source RISC-V mcu Wch32v00x (002,003,004,005,006,007) dev board.
Packages include QFN-20, TSSOP-20, SOP-8, board schematic & PCB exported to KiCAD8 in hardware folder.




Also import the Toyoshiki's TTBasic with ASCIIchart.bas example into the 16KB flash...

See software folder for all PlatformIO projects.





References:
-----
[V003 Intro.](https://ch405-labs.com/ch32v003_intro/) CH32V003 introduction about programming the CH32V003 RISC-V microcontroller

[CH32V00x Pinout/Ch32v003fun References](https://github.com/cnlohr/ch32v003fun) cnlohr github repository, An open source development environment

[RV003USB](https://github.com/cnlohr/rv003usb) Using USB on the CH32V003

[WCH Boards](https://github.com/wagiminator/Development-Boards) wagiminator Wch dev boards

[V003 Neopixel](https://github.com/wagiminator/CH32V003-NeoPixel-Pendant) TinyBling - Sparkly NeoPixel Pendant based on CH32V003

[CH32V003 UART](https://pallavaggarwal.in/2023/09/23/ch32v003-programming-uart/) CH32V003 UART RX/TX remap

[CH32V003 PlatformIO examples](https://github.com/gicking/CH32V003_examples/tree/main) Port of original CH32V003 examples by WCH for PlatformIO