
LEDs, Switches, Rotary Encoders, WS2812B LED Ring and HC-SR501 PIR Module
Description
The Raspberry PI Pico is a cheap microcontroller board ideal for embedded projects be they commercial or hobby. Its sister board to the Pico W now adding WIFI, allowing IoT projects to be built.In this course, you will learn about building projects for the Pico or Pico W in C++. We learn about common components, how to connect them to the Pico and build programs to effectively use them. The course covers:
- ·LED and RGB LEDs
- ·WS2812B LEDs and a 12 LED Ring
- ·Switches
- ·Rotary Encoders
- ·HC-SR501 PIR Module
The course looks at hardware electronics and software separately. People are often more comfortable with one of these than the other. Separating them allows you to skim through the bits you are comfortable with and take your time where you are not.
The course is suitable for those with very little electronics knowledge. Basic C++ knowledge is assumed as the course will not teach syntax, though will explain what the code is doing.
The course follows the knowledge my students would have gained in the Introduction to C Development Environment for Raspberry PICO course on Udemy. I will assume that you have a development environment setup and can compile C or C++ code for the Pico and copy the binary over onto the Pico to run. If you don’t feel confident with that, please do take my introductory course as that will set you up for this one.
The course includes all the code examples and my answers to the assignment problems. I also provide recommendations for further reading on each of the topics. So everything you need to start developing for the Pico and keep going.
Who this course is for:
- Those wanting to build embedded projects using Raspberry PI Pico