Vladimir P.

Results 24 comments of Vladimir P.

переходи на сайт и все должно работать. Это ограничение в linux. Жаль что нет закона о нарушение импорта замещения.

> Any news on this lately? So it seems there is a timing parameter, but I haven’t figured out which one to set yet.

> @big-vl The neopixel driver used on all ports now allows the timings to be specified as a tuple: https://github.com/micropython/micropython-lib/blob/master/micropython/drivers/led/neopixel/neopixel.py#L17 > > You can use the values posted by @robert-hh...

``` from machine import Pin, SPI import gc import time class WS2813: #buf_bytes = (0x11, 0x13, 0x31, 0x33) buf_bytes = (0x88, 0x8e, 0xe8, 0xee) def __init__(self, spi_bus, led_count=1, intensity=1, mosi_pin=4):...

Later I returned to analyzing the problem, the version of LEDs may still be different for me, V5, here are the timings for it, but it did not work correctly....

https://datasheet.lcsc.com/lcsc/2012110135_Worldsemi-WS2813B-V5_C965558.pdf The question arises in changing the timings according to this datasheet, well, it turns out to specify the timings from the datasheet, it does not accept it, or the...

I confirm WS2813B V5 works on micropython, all problems are solved, the most important mistake was the incorrect connection circuit. It is impossible for DIN to go to BIN, BIN...

> There is a difference in timing. You can find a timing which suits both devices, but that would be an edge case to one one them. While the total...

i am use template: {% set admin_base_template = security.admin_base_template %} {% set admin_view = security.admin_view %} {% set get_url = security.get_url %} {% set h = security.h %} {% extends...

I managed to run under the rights of root, then I run it says that there are not enough files, then I copied the folder from the phone and transferred...