wuxx / nanoESP32-C6

48 stars 9 forks source link

Using GPIO_SET to use the GPIO dont work #5

Closed Sectorchan closed 7 months ago

Sectorchan commented 7 months ago

Hi,

Used the ESP-IDF blink sample with the onboard LED on Pin8. Which works like a charm.

Switching from "led_strip_set_pixel" to "gpio_set_level" fails, no LED on PIN8 nor on any other GPIO connected works.

webartoli commented 4 weeks ago

Hi @Sectorchan , I cannot run ESP-IDF blink sample with the onboard LED on Pin8.

My menu config is:

Also tried LED strp with SPI and GPIO blink type.

Maybe some power supply issue ? I'm new in this field