原文: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