-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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 wrong colors #17218
Comments
No Config files. This make everyone very reluctant to help as they can't try your configs on their hardware. |
I've tried all the combinations without success. |
what was the last workingn marlin version for your neopixels? |
I'd say before september 2019 |
@McPaul0 is issue gone? |
No. Marlin 2053 the same issue. |
Tested neopixel (NEO_GRB) on marlin 2.0.5.3 on a ramps with and without UNKNOWN_Z_NO_RAISE. |
on skr 1.3 Marlin 2.0.5.3 with NEO_GRB power on test gives Green, Red, Green, Blue. an extra green at the start... can't see any other issues. 4 colours on test is still present in bugfix |
Please test the |
Still displays 4 test colours on NEOPIXEL_STARTUP_TEST in current bugfix |
In
show() with the comment "initialize to all off" is what displays first green colour.. |
Try to set the colour witn M150 command. |
"Try to set the colour witn M150 command." I did at every step of testing... M150 R32 is red, M150 U32 is green M150 B32 is blue.. using low values to avoid using to much current. |
May be, But I tried many of them. Not all 36, but 10-15 with no success. I even tried to connect different LEDs. I currently use 4 colors RGBW. So now I'm afraid to make changes in marlin. For example If I set TMC2209 in speadcylce, or simply change microsteps? then it shows the wrong colors. |
I would set up an arduino with the standard Adafruit_NeoPixel and work out/confirm what it needs on simpler hardware with a lot less code to compile... |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Description
NEOPIXEL_STARTUP_TEST enabled
So when the power is on it should show colors: Red, Green, Blue and then off.
But it shows Green, Orange, Green, Blue and then Green is always on.
When I set color with M150 command there is no Red color at all.
M150 R255 - Orange (Red+Green)
M150 U255 - Green
M150 B255 - Light blue (Blue+Green)
M150 W255 - Strange white
I've tried two different WS2812B neopixels with the same problem.
The same issue on BTT SKR 1.4, 1.3 and MKS SGenL
When I change any value in the firmware, steps per mm, or the current to the motors and the flash it may help, and the colors get right till the next flash.
That issue was since Marlin2.0
My Configurations
Required: Please include a ZIP file containing your
Configuration.h
andConfiguration_adv.h
files.Steps to Reproduce
Expected behavior:
Shows right colors
Additional Information
https://cloud.mail.ru/public/4fUg/3L8og3Dm9
The text was updated successfully, but these errors were encountered: