Analogwrite to RGB LED on Nano ESP32 does not turn off completely #11107
ednieuw
started this conversation in
Question - Community Help
Replies: 2 comments
-
What also not works correctly is the pin numbering when using the RGB LED and using LED_RED,LED_GREEN,LED_BLUE |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Board
Arduino Nano ESP32
Device Description
Arduino Nano ESP32
Hardware Configuration
No
Version
latest development Release Candidate (RC-X)
IDE Name
Arduino IDE 1.0 and 2.0
Operating System
Windows 11
Flash frequency
NA
PSRAM enabled
yes
Upload speed
NB Arduino settings in board
Description
The RGB LED keeps on faintly when it should be off when writing 512 to the analog port of the LED_RED, LED_GREEN or LED_BLUE
When writing 513 the LED colour turns off.
So there is an one bit discrepantie
Sketch
Debug Message
Other Steps to Reproduce
With the Arduino Nano ESP32 core 2.0.18 the RGB turns off completely.
When using core 3.0.5 up to the latest core 3.1.0 RC2 this occurs.
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions