Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neopixel causes mcu to halt #21

Open
draxaris1010 opened this issue Jun 11, 2024 · 2 comments
Open

neopixel causes mcu to halt #21

draxaris1010 opened this issue Jun 11, 2024 · 2 comments
Labels
vinscant Hardware related issues

Comments

@draxaris1010
Copy link
Contributor

The implementation of neopixel uses machine.bitstream.
This implementation of bitstream can cause the microcontroller to hang because of some wrong channel selection of RMT.

possible fix: use RMT directly to write to neopixel

@draxaris1010
Copy link
Contributor Author

draxaris1010 commented Jun 11, 2024

when using esp32.RMT.bitstream_channel(None) there is a touch of green added (full brightness)

@draxaris1010
Copy link
Contributor Author

draxaris1010 commented Jun 11, 2024

see branch anti-crash pull request #22

@draxaris1010 draxaris1010 added the vinscant Hardware related issues label Jun 20, 2024
@Topvennie Topvennie changed the title vinscant: neopixel causes mcu to halt neopixel causes mcu to halt Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vinscant Hardware related issues
Projects
None yet
Development

No branches or pull requests

1 participant