Skip to content
Snippets Groups Projects
ebp1g21's avatar
ebp1g21 authored
c40564c0
History

Using ws2812

This task is for you to be able to use the ws2812 (Neopixel RGB LED) that you will find on the Maker.

Difficulty: Easy

Resources

You can find the project files here.

You'll need:

  • A Raspberry Pi Pico.
  • The Raspberry Pi Pico SDK here. They have a good explaination in the readme of how to set it up.
  • The Maker Pi Pico (optional, if you don't have this then use your own ws2812 and buttons).

You should to get familiar with cmake here.

You should also take a look at this project here from Raspberry Pi as a starting point and download this header file here.

Keywords

ws2812, c, cmake, neopixel