Raspberry Pi Pico W LESSON 60: Control NeoPixel Colors with a Joystick in MicroPython
You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming:
https://www.patreon.com/PaulMcWhorter
In this class we will be using the Sunfounder Raspberry Pi Pico W Keppler Kit. It will make things a lot easier if we are working on identical hardware. the link below is to amazon, and is for the identical hardware I will be using in this entire class.
In this video, I will show you how to control use a joystick with the Raspberry Pi Pico W using MicroPython. I will show you how to read X and Y values from the joystick. I will then show how to calibrate those raw readings to give more intuitive values for joystick position. After showing this, I will show how you can convert those x and y calibrated into an angular position of the joystick controller. Then we will use the joystick to control the colors on a neoPixel array.
[Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. ]
#raspberrypipicow
#joystick
#neopixel
source