Weact STM32H750 DMA Reg-To-Mem example 2025-07-23 102 Few things need to be care and different then STM32F411CEU6 Gitlab source https://wiki.st.com/stm32mcu/wiki/Getting_started_with_DMA
Solved: Weact STM32H750VBT6 unable to find target 2025-07-23 351 I changed the clock to maximum 480Mhz, after I F5 for the first time, I unable to burn any program…
ATMEGA328P and ATMEGA328PB are different in programming 2025-07-22 82 I got this error is i change "MODEL=atmega328p" to "MODEL=atmega328pb" in my makefile. Github copilot said the error occurs because…
STM32L476RG - DMA from register to memory example 2025-07-21 137 Thinking how to build a logic analyzer using STM32. This example keep transfer the value of GPIO A to memory…
Example : STM32F411CEU6 mem-to-mem DMA interrupt 2025-07-15 108 https://wiki.st.com/stm32mcu/wiki/Getting_started_with_DMA#DMA_memory-to-memory_example_overview
LVGL_python connecting two SPI devices 2025-07-10 192 All device pins should be connected to the same pins on the ESP32 board except the CS (chip select) pin.
Waveshare-ESP32-C6-1.47-Touch + Micropython + LVGL 2025-07-06 490 Special Thanks to Mr kdschlosser for writing the driver More Examples on https://github.com/quantrpeter/Waveshare-ESP32-C6-1.47-Touch-Micropython-LVGL Example:
Perfect 3D print for Ender 3 Pro 2025-07-04 95 My old Ender 3 Pro, give 0.3mm X-Y Hole compensation, now no need polishing, I can plug them into another.…
Waveshare-c6-zero + st7735 2025-07-03 97 https://gitlab.quantr.hk/example/micropython/waveshare-c6-zero-st7735
Run: Micropython + LVGL on CYD (Cheap Yellow Display) 2025-07-02 432 Example: Clock Cheap Yellow Display Pins Connector types Connector Type Note P1 4P 1.25mm JST Serial P3 4P 1.25mm JST…
Mac: Run ubuntu command with GUI in docker 2025-07-01 121 Step 1: create Dockerfile Step 2: Build the image docker build -t xclock-ubuntu . Step 3: Set XQuartz and restart…