You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a modified LoRa send code on an AB02S module, and when the following lines are used (required for our code), I lose all ability to control the pixel beyond the color green.
I don't think my code is relevant to the issue. I thoroughly tested via removing sections of my code, and the part above is what causes the LED to go only green, regardless of what I do (pixels.clear(), pixels.setPixelColor).
The text was updated successfully, but these errors were encountered:
I also tried using the built-in turnOnRGB(COLOR_SEND,0); //change rgb color RED and I got a lime color. Violet gets white, yellow gets green, blue gets aqua.. They are all green based. When I remove the Radio references, I have no issues getting full spectrum RGB from either method. I have tried this on multiple AB02S units.
I have 20 version 2.2 boards. On 10 boards the Neopixel LED looks a little different than on the other boards. On these boards there is a problem with the green LED. I think the problem is related to the fact that there are different batches of version 2.2. Is there a solution for this?
Hello,
I am using a modified LoRa send code on an AB02S module, and when the following lines are used (required for our code), I lose all ability to control the pixel beyond the color green.
PlatformIO file:
Libraries in use:
I don't think my code is relevant to the issue. I thoroughly tested via removing sections of my code, and the part above is what causes the LED to go only green, regardless of what I do (pixels.clear(), pixels.setPixelColor).
The text was updated successfully, but these errors were encountered: