-
Datei
ws2812.h
*** * Author : wizard2001 22.03.2023 * Version : V1.0.0 * Settings : MounRiver Studio V1.84 MCU CH32V003F4P6 CH32F003_Board SSOP20 * Description : Control WS2812 Chain over GPIO * PC.1 - WS2812 Data * PC.2 - LED1 OnBoard * PC.4 - LED2 OnBoard * Updates : 23.03.2023 Extension of the Luminance table to
in „Problem: CH32V003 läst sich nicht (mehr) flashen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
RVPC_Rev_B.pdf
KBD_CLK PWR_FLAG 2 PD4/A7/UCK/T2CH1ETR/OPO/T1CH4ETR_ PGM/DBG1 VSS PD5/A5/UTX/T2CH4_/URX_ GND1 1 B CH32V003J4M6(SOP8) 2 B NS(HN1x2) GND GND GND GND GND } VGA PS/2 Keyboard s u VGA1 B 1 RED1 1 2 Opened R2 470R/1/8W PC2\T2CH2_1\Video_Out - Red 470R/1/8W i Green 2 GRN1 1 2 Soldered R3 +5V a Blue 3 BLU1 1 2
in „Hugging Face-Roboter, Ubuntu für DragonWing, neue Methode zur Behebung von Fehlern in PCBs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812.c
*** * Author : wizard2001 22.03.2023 * Version : V1.0.0 * Settings : MounRiver Studio V1.84 MCU CH32V003F4P6 CH32F003_Board SSOP20 * Description : Control WS2812 Chain over GPIO * PC.1 - WS2812 Data * PC.2 - LED1 OnBoard * PC.4 - LED2 OnBoard * Updates : **********************************************
in „Problem: CH32V003 läst sich nicht (mehr) flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
v003_uart.cpp
---------------------------------------------- v003_uart.cpp Rudimentaere UART-Funktionen MCU : CH32V003 Takt : 48 MHz 30.11.2025 R. Seelig ------------------------------------------------------ */ #include "v003_uart.h" // -------------------------------------------------------------------- // V003uart
in „Arduino und CH32V003“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
v003serial.cpp
-------------- v003_serial.cpp Rudimentaere UART-Funktionen erweitert um Stream-Vererbung MCU : CH32V003 Takt : 48 MHz 30.11.2025 R. Seelig ------------------------------------------------------ */ #include "v003serial.h" // -------------------------------------------------------------------- // V003serial
in „Arduino und CH32V003“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eventctrl_uc.ino
sn74hc595.h" #include "eventsources.h" #include "my_printf.h" #include "colpos.h" #ifdef CH32V00x // CH32V003-spezifische Instanz HardwareSerial_v003 mySerial; #else // alle anderen Cores HardwareSerial &mySerial = Serial; #endif #define printf my_printf // "Umleiten" des originalen printf auf eigenes my_printf
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eventcb_ctrl6.ino
#include "my_printf.h" #include "colpos.h" #ifdef CH32V00x #include "HardwareSerial_v003.h" // CH32V003-spezifische Instanz HardwareSerial_v003 mySerial; #else // alle anderen Cores HardwareSerial &mySerial = Serial; #endif #define printf my_printf // "Umleiten" des originalen printf auf eigenes my_printf
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·