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

Gemma M0, A1 NeoPixel strip, 8 pixels max #1221

Open
ricknun opened this issue Sep 12, 2024 · 0 comments
Open

Gemma M0, A1 NeoPixel strip, 8 pixels max #1221

ricknun opened this issue Sep 12, 2024 · 0 comments

Comments

@ricknun
Copy link

ricknun commented Sep 12, 2024

Describe the bug
Gemma M0 driving a NeoPixel strip on pin A1 has a limit of 8 NeoPixels max.

To Reproduce
Connect an Adafruit 3811 30-NeoPixel strip to Gemma M0 (black to GND, red to Vout, white to A1). Download the program shown and see 8 NeoPixels on the strip blink (good). Change the number of pixels from 8 to 9 and download the program. See Morse Code "SOS" on the Gemma LED and no action on the NeoPixel strip (bad).

Expected behavior
At least 30 NeoPixels should be supported, similar to using pin A0 (that works fine).

Desktop (please complete the following information):

Additional context
The problem doesn't have to do with supply current. It happens at max current (RGB = 0xffffff) and low current (RGB = 0x200000). The problem occurs on pin A1 but using pin A0 instead works fine, allowing all 30 pixels in the strip to blink.

GemmaM0_defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant