I’m trying to interact with a single RGB LED from a WS2812 strip using the Nano’s GPIO. I was able to do it on a raspberry pi using this library GitHub - jgarff/rpi_ws281x: Userspace Raspberry Pi PWM library for WS281X LEDs, but it seems there’s no easy way of doing it on the Nano.
Does anyone know of a RGB LED type that we can interact with the Nano preferrably using the python GPIO library? GitHub - NVIDIA/jetson-gpio: A Python library that enables the use of Jetson's GPIOs
Thank you.