Skip to content

Here is my code controlling the ws2812b/apa-106 LEDs with a STM32F103C8T6. This code utilizes Timer 2 channel 3 and DMA1 channel 1. Timer 2 has a period of 29. In order to send the data we load a ledBuffer array with values of 17 or 9. These values calculate the duty cycle. 17 = on 9 = off. This code is a port of this code: https://github.com/de…

Notifications You must be signed in to change notification settings

shentqlf/ws2812b_with_STM32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

About

Here is my code controlling the ws2812b/apa-106 LEDs with a STM32F103C8T6. This code utilizes Timer 2 channel 3 and DMA1 channel 1. Timer 2 has a period of 29. In order to send the data we load a ledBuffer array with values of 17 or 9. These values calculate the duty cycle. 17 = on 9 = off. This code is a port of this code: https://github.com/de…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%