Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmysu/mbuswch32v00x
- Owner: jmysu
- License: gpl-3.0
- Created: 2024-10-08T06:33:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T10:21:15.000Z (4 months ago)
- Last Synced: 2024-10-19T04:58:53.885Z (4 months ago)
- Topics: platformio, risc-v, ttbasic, wch32v
- Language: C
- Homepage:
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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