原文:0xWS2812 STM32 driver for WS2812(B) RGB LEDs

xWS STM driver for WS B RGB LEDs xWS pronounced hex WS This code aims at providing a basic interface to the WS B individually addressable RGB LEDs by WorldSemi. The code outputs parallel data streams ...

2015-08-26 23:48 0 7952 推薦指數:

查看詳情

STM32使用SPI驅動WS2812燈帶

由來 最近有使用ws2812實現大規模燈帶的需求,所以研究了一下如何驅動一排排的燈帶。 目前網上有開源的WS2812驅動,它是用Arduino實現的,這些實現都使用arduino的io口模擬ws2812的通信時序,因此具有固有的耗時的缺點。WS2812的數據手冊描述如下。 When ...

Tue Jun 01 07:06:00 CST 2021 1 6584
STM32 G431RB 實現燈帶WS2812的跑馬燈,流水燈,呼吸燈特效

在前面的文章中實現了使用Circular模式控制WS2812燈帶,利用Freertos的Task的管理實現了跑馬燈,流水燈和呼吸燈的燈效。 代碼提交到Github上了。 https://github.com/magicduan/demo_pwm_dma_circular 在實現中碰到一個較大 ...

Mon Jan 24 23:17:00 CST 2022 0 1596
WS2812原理及實現

首先講下原理,轉自http://blog.csdn.net/tangxing1212/article/details/42964417 一.硬件介紹 注:800Kbps,相當於1.25us傳輸 ...

Fri Apr 14 10:04:00 CST 2017 0 16345
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM