Noah Davis

Results 17 comments of Noah Davis

I've had my instance do the same thing. It restarts maybe once or twice a day.

After some testing with my setup, it only seems to reset while effects are running even if the lights aren't connected. I'm currently using gpio 4 but will try a...

Just found this. Wish I had known earlier. It would have saved quite the headache. https://kno.wled.ge/features/multi-strip/#:~:text=You%20can%20use%20any%20other%20pin%2C%20but%20it%20will%20use%20the%20bitbang%20method%2C%20which%20is%20not%20recommended%20for%20reliability.%20It%20is%20best%20to%20stick%20to%20GPIO%201%2C%202%2C%20and%20if%20need%20be%2C%203. > > Use GPIO 2 if possible (or 1 oe 3). > > i'm...

I'm having a similar issue. In my setup I have a pi pico w connected to my computer over serial. The part of the pico's code that handles the commands...

I was finnaly able to reproduce it with simplified code. Btw, I'm using a pi pico w. Upload this to the pico as `main.py` with the neopixel library in a...

It still seems to have the random glitching. I might just rewrite my program to exchange less data. Edit: I'm also using ws2812b leds

Any update, I need the same feature for my project. The only workaround I can think of would be to detect a payment and cancel it. Then use the username...

[Venmo Docs - Complete a Payment Request](https://venmo.com/docs/payments/#:~:text=Complete%20a%20Payment%20Request) The docs list the valid actions as `approve`, `deny`, or `cancel` Now, if we trace back the `cancel_payment()` method in the python library...