Turn Weact Blackpill to uart-to-usb device by arduino 2026-06-27 7 Step 1: Check your Tools menu and make sure your settings look exactly like this:
了解Pulseview Logic Analyze背後運作 2026-01-10 216 因為想知道Pulseview背後運作原理來,又想為cpu開發加入一啲特別嘅功能,所以決定用STM32自己搞一隻logic analyzer,雖然STM32用來搞不會很高速,但足了之解其原理,之後再用FPGA搞會非常容易 Pulseview是logic analyzer的GUI界面,sigrok-cli是命令行模式,兩者是呼叫一個名為libsigrok的庫去和你的logic analyzer溝通。至於libsigrok用什麼去和你的logic analyzer溝運,這個是你個人意願,因為stm32可以自己變成uart device所以就當它是uart去溝通最容易。你的logic analyzer可以有兩個mode,stream vs buffer。stream就是收幾多signal就立即傳回給libsigrok,buffer就是先儲起直至你認為儲夠再傳回至libsigrok。 我用stm32的F411和H750完成,可以看代碼,主要是main.c。因為libsigrok無可能認得你個device,所以要跟這個tutorial去改。最終效果如下
ESP32 C6 example to control WS2812 2025-10-12 183 This example controls the WS2812 on Waveshare C6 Zero board, keep changing its color, done using VSCode + ESP-IDF
STM32 - Calculator timer interrupt speed 2025-09-30 8 https://wiki.st.com/stm32mcu/wiki/Getting_started_with_TIM#Clock_division
STM32 SWD knockout 2025-09-23 221 st-info is working but after i burn the program to weact blackpill using stm32cubeide, it become not work. I need…
Micropython燒程式落stm32, reboot會無哂 2025-08-05 68 https://github.com/issues/created?issue=micropython%7Cmicropython%7C17828解決辦法就係加呢兩句係main.py頭import pybpyb.usb_mode('VCP+HID')
Weact STM32 H750 board use serial port via usb 2025-08-01 60 Unlike nucleo to user serial port via usb by just enabling the uart. We have to enable VCP in weact…
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…
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:
ESp32 Arduino LED Example 2025-05-31 174 https://item.taobao.com/item.htm?_u=vbuhab0c8fc&id=692235616325&pisk=gfaLsUj6M1dLBGaKsWSMEFEN3lfGiGVU_JPXrYDHVReTeSd3x0DoV4e4H0TlY2m-yRMg-vVnRbi7E-ZndkDkyzeapeYoR8b-FSrNavc3-Qh7fJLuxWD3XQ3USkYoK9u8N-0RntbcoWPE846cnxid94gjO3OBEYg614c8jWtHGWPEzYOMFiq_TQhdgwAINY1t5bhIO4MINF1twb9IPviWChGjC4gSA0t_1jcXApMWA1KstbcWRXGS5hGSZHgSP8N16bksO4gS9i5KQBGpyo2QH1YJL2LWPPhKfiViCiyQJXhnnWapBddr9DHbOAB4G69Z2JnLSwpq9lNYiXePueuI2kwK14QJ72VYfJnTvTLtblN4PcENHnP4OowSKP6XyYq4JomqAILY68UtRAUPaUkQx7ao2y6XZvaUKPn4zpBiEoVgRcefIFer2kwK1qsPZr4xT7vmHbxC61Ky4DGw7oIF1mRpfIltn6iB43oo_fHc6tty4DGZ6xfB_3-rqf5..&spm=a1z09.2.0.0.20712e8dhZRCRN (Set to 115200, otherwise upload will fail)
Tutorial: MicroPython + LVGL for ESP32-C6-LCD-1.47 2025-04-14 1.3K This is the tutorial to compile micropython with LVGL and burn it into the board Steps: If success, you should…
Tutorial to setup RF-Nano 2024-12-18 309 https://item.taobao.com/item.htm?_u=ibuhab0bb1b&id=628418040642&spm=a1z09.2.0.0.76e02e8dYbXP6k
STM32 + DHT11 example 2024-12-18 270 https://gitlab.com/peter-example/stm32/thei-stm32-demo-stm32f411ceu6
How laravel can inject function to object in their ORM 2024-11-17 380 The technique they have used are "trait", "magic function" and "call_user_func_array". The whole thing work in runtime, not compile time.…
This book is totally outdated 2024-10-31 283 This book is totally outdated because the official facebook PHP SDK is already deprecated. Now we should go for facebook…
Simplest standalone ApacheDS server 2024-06-09 1.4K This code run a standalone ApacheDS server, you can use ApacheDS studio to connect to it, it host localhost:10389 pom.xml…
Latest SPFx, web parts not appear 2024-01-12 1.6K Using latest SPFx with node v18, pack and deploy the app no error, but web parts not appear, because you…
Netbeans programmatically add watch expression to the "watch window" 2024-01-05 1.2K use this code pom.xml
WordPress Theme to support post-views-counter 2023-12-04 1.8K To make the plugin works, need to call wp_footer() in footer.php
Funny lesson today to build few 8-bit registers 2023-08-17 1K Teaching teens for electronics is a rewarding and fulfilling experience. Electronics is a fascinating field that combines creativity, logic, and…
PNP create a new list get 403 access denied 2023-03-20 1.2K Create a new list in SPO via PNPjs will get 403 access denied, run this script to solve it
Load jar and dynamically create object from it 2023-03-17 989 Two maven project, project A load the project B jar, create the object dynamically and invoke the method Project A:…
WordPress Component 2022-09-10 1.6K To redesign our first app engine, we reference WordPress. This is its loading sequence https://medium.com/@dendeffe/wordpress-loading-sequence-a-guided-tour-e077c7dbd119
Very good micro python board 2022-08-22 1.5K https://item.taobao.com/item.htm?spm=a1z09.2.0.0.15412e8duBDI2J&id=645704746945&_u=mbuhab0da05
Tiny STM32 board (STM32F103C8T6) 2022-08-16 1.5K https://item.taobao.com/item.htm?spm=a1z09.2.0.0.67002e8ddznHy0&id=630403001847&_u=gbuhab04cbb STM32F103C8T6