Search found 3 matches

by StillSteely
Fri Jan 24, 2025 4:31 pm
Forum: General Discussion
Topic: nanoESP32-C6N16 - Builtin RGB not working
Replies: 4
Views: 946

Re: nanoESP32-C6N16 - Builtin RGB not working

Hi ESP_Minatel. I made the measurements suggested. I attached a scope to GPIO8 and the signal there is as follows. GPIO8.jpg I notice that the signal as per the uploaded program is present but its the voltage doesn't start from zero but from approx 2 V. I expected it starting from zero but as I don'...
by StillSteely
Thu Jan 23, 2025 2:40 pm
Forum: General Discussion
Topic: nanoESP32-C6N16 - Builtin RGB not working
Replies: 4
Views: 946

Re: nanoESP32-C6N16 - Builtin RGB not working

Hi ESP-Minatel, Thank you for your answer and your time. Took the code posted by you an modified just the line #define NR_OF_LEDS 1 as GPIO 8 (RGB LED pin) is already declared correctly. Compiled correctly with Arduino IDE having "ESP32C6 Dev Module" checked and uploaded without errors into the modu...
by StillSteely
Wed Jan 22, 2025 3:25 pm
Forum: General Discussion
Topic: nanoESP32-C6N16 - Builtin RGB not working
Replies: 4
Views: 946

nanoESP32-C6N16 - Builtin RGB not working

Hi Everybody. I bought two nanoESP32-C6N16 modules in order to learn using ESP32. In order to start taking confidence, in my PC running Win10 I installed the Arduino IDE, I correctly connected the module, got a sketch on the internet that manage the builtin RGB LED (WS2812b) using the following cod...