Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
62 views

I am trying to control some leds with my Octopi/Octoprint Raspberry Pi. I found a python script for it here. I managed to create a venv and run my script from there. First I tried GPIO 17 for the data,...
ffonz's user avatar
  • 1,456
0 votes
0 answers
102 views

I'm new to programming using circuitpython and can't figure out the cause of this error when attempting to run a simple blinking LED program on my QT PY esp32-s2. Full error is below: Traceback (most ...
AidedArc8030's user avatar
0 votes
1 answer
1k views

I am working on a project that requires adafruit circuitpython neopixel. So I ran pip3 install neopixel It said I need to create a virtual environment so I did and ran the command in it and it said ...
Michael Guidice's user avatar
0 votes
1 answer
2k views

I've been trying to use the adafruit neopixel library to... well... use neopixels. However, I've been having some problems. I am using a pi pico, thonny as my IDE, and Ubuntu as my OS. I started off ...
ValleyDragon888's user avatar
0 votes
1 answer
693 views

I am trying to adapt this version of the Adafruit NeoPixel theater chase example to be non-blocking by not using the delay() function and instead of using the millis() function to create a counter, ...
Fabian Butkovich's user avatar
1 vote
2 answers
2k views

I have installed the files for ws2812 neopixels on raspberry pi 4b using : curl -L http://coreelec.io/33 | bash and ran the python strandtest.py I am facing an import error File "strandtest.py&...
Ashwath's user avatar
  • 75
0 votes
2 answers
1k views

Is it possible to change the brightness on the fly for Adafruit_CircuitPython_NeoPixel ? It seems to be possible in a C library but no in python. Thanks, mcb
eemceebee's user avatar
  • 2,666