Skip to content

Bug Neopixel on WROOM ESP32 #335

@Labviewman

Description

@Labviewman

Bug Neopixel on WROOM ESP32

I used this ocde

np = machine.Neopixel(machine.Pin(13), 128, machine.Neopixel.TYPE_RGB)
np.set(51, machine.Neopixel.GREEN)
np.show()

And a get this error after 3 times of execution

>>> %Run -c $EDITOR_CONTENT
Traceback (most recent call last):
  File "<stdin>", line 12, in <module>
ValueError: Cannot acquire RMT channel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions