Search found 3 matches

by adanpantoja
Tue Mar 28, 2023 2:02 am
Forum: ESP-IDF
Topic: Issue compiling dedic_gpio.c
Replies: 4
Views: 1487

Re: Issue compiling dedic_gpio.c

Ahh okay, that checks out why the source code isn't compiled in. No way, I'm so pumped that you provided an example of how to interface with the WS2812 LEDs. I've been looking online for examples, but all methods have been done with the Arduino (pre-made library). I will attempt the example you have...
by adanpantoja
Sun Mar 26, 2023 2:51 am
Forum: ESP-IDF
Topic: Issue compiling dedic_gpio.c
Replies: 4
Views: 1487

Re: Issue compiling dedic_gpio.c

I am using the ESP32-WROVER-E from Freenove. Also, I should have provided some more detail, but I am trying to interface with the WS2812B LED, so a regular GPIO will not work. This requires me to bit bang the data with the timing requirements shown in the attached image. I did want to mention that I...
by adanpantoja
Sat Mar 25, 2023 9:07 pm
Forum: ESP-IDF
Topic: Issue compiling dedic_gpio.c
Replies: 4
Views: 1487

Issue compiling dedic_gpio.c

Hello, I am currently working on a project which requires me to bit-bang data to an external LED. I have been following Espressif documentation (https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/dedic_gpio.html) on how to use the dedicated GPIO feature to perfor...