Search found 2 matches

by mdibit
Fri Apr 23, 2021 4:21 pm
Forum: Raspberry Pi microcontroller boards
Topic: Rpi Pico suddenly stops multithreading with WS2812
Replies: 2
Views: 3929

Re: Rpi Pico suddenly stops multithreading with WS2812

Thanks! Now I know that I followed the right path by re-writing the program in a single thread. Just to let you know, since the main program is continuously writing the LEDs and waiting some msecs before setting a new config, I wrote an alias for the "sleep" function in order to manage the serial li...
by mdibit
Sun Apr 18, 2021 7:23 pm
Forum: Raspberry Pi microcontroller boards
Topic: Rpi Pico suddenly stops multithreading with WS2812
Replies: 2
Views: 3929

Rpi Pico suddenly stops multithreading with WS2812

Description of the problem : 1. I wrote a program (IDE=Thonny) to drive some WS2812 LEDs, copying the sample program on the MicroPython book. It works. 2. I modified it to create some different figures on the LED. OK 3. I added a communication routine to receive from a Raspberry PI some commands to ...