Skip to content

Drive WS2811 LED strip with STM32F4Discovery

Notifications You must be signed in to change notification settings

x893/stm-ledstrip

 
 

Repository files navigation

####################################################################
#        Driver and test routine for WS2811 RGB-LED                #
#              Tobias Mache    Florian Zahn                        #
#                      CCC Mannheim e.V.                           #
####################################################################


needs installed STM32F4 Librarys (Standard Peripheral Library)
needs summon-arm-toolchain
PATHs in Makefile needs to be adjusted
st-link needs to be installed to flash controller

Work still in progress. 
Basic thing is done: WS2811-LED strip can be controlled
color of each LED-channelcan be set via simple array of led-struct (check code...)
still missing: interaction and networking....

About

Drive WS2811 LED strip with STM32F4Discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.1%
  • Assembly 0.9%