Search found 8 matches

by Karlheinz
Sat Mar 07, 2026 8:00 am
Forum: General Discussion
Topic: Edge-Emulation for GPIO Wakeup in Light Sleep on ESP32-C6 – Is there a cleaner way?
Replies: 1
Views: 95

Edge-Emulation for GPIO Wakeup in Light Sleep on ESP32-C6 – Is there a cleaner way?

Hi everyone,

I am working on a project using the ESP32-C6 (ESP-IDF 5.5.2) where I need to monitor a periodic 5 Hz rectangle signal (Active-Low) while the device is in Light Sleep (.light_sleep_enable = true).

The Issue :
In "Active Mode," everything works flawlessly using GPIO_INTR_NEGEDGE ...
by Karlheinz
Wed Feb 18, 2026 12:10 pm
Forum: General Discussion
Topic: ST7796 SPI display: correct RGB565 data on MCU side, but color channel mis-mapping and smearing with esp_lcd
Replies: 1
Views: 638

Re: ST7796 SPI display: correct RGB565 data on MCU side, but color channel mis-mapping and smearing with esp_lcd

Hi everyone,

I wanted to provide an update because I finally found the "ghost in the machine." The issue was not the ST7796 registers or the panel hardware itself, but a conflict in the ESP-IDF build system configuration.

The Root Cause:
In projects using esp_lvgl_port, the settings in sdkconfig ...
by Karlheinz
Mon Jan 19, 2026 7:54 pm
Forum: General Discussion
Topic: ST7796 SPI display: correct RGB565 data on MCU side, but color channel mis-mapping and smearing with esp_lcd
Replies: 1
Views: 638

ST7796 SPI display: correct RGB565 data on MCU side, but color channel mis-mapping and smearing with esp_lcd

Hi all,

I am currently debugging a very specific ST7796 display behavior and would like to get some feedback from people who have experience with esp_lcd and ST77xx panel variants.

Hardware / Software setup:
- ST7796-based 320x480 SPI display (common China modules, e.g. from vendors like QDtech ...
by Karlheinz
Mon Dec 29, 2025 9:18 am
Forum: ESP-IDF
Topic: Issue with NimBLE Component in IDF Component Registry (ESP32-C6 / IDF v5.4)
Replies: 3
Views: 1084

Re: Issue with NimBLE Component in IDF Component Registry (ESP32-C6 / IDF v5.4)

Hi everyone,

I wanted to give a quick update and say thank you for the helpful hints!

The issue is now resolved. The key takeaway for me (and perhaps for others using ESP-IDF v5.4 with the C3/C6) was:

Native Integration: For this specific version, I didn't need to add NimBLE via the idf_component ...
by Karlheinz
Sun Dec 28, 2025 11:36 am
Forum: ESP-IDF
Topic: Issue with NimBLE Component in IDF Component Registry (ESP32-C6 / IDF v5.4)
Replies: 3
Views: 1084

Issue with NimBLE Component in IDF Component Registry (ESP32-C6 / IDF v5.4)

Hi everyone,

I’m currently porting a BLE project to the ESP32-C6 using ESP-IDF v5.4, but I’ve run into a significant issue with the NimBLE component in the official Component Registry.

Registry Search Issues : When searching the ESP-IDF Component Registry for "nimble" or "espressif/nimble," no ...
by Karlheinz
Sat Oct 05, 2024 8:30 am
Forum: ESP IoT Solution
Topic: UART event size larger than bytes sent
Replies: 1
Views: 10577

UART event size larger than bytes sent

I’m new to esp-idf api’s and try currently to learn the uart api. I played with the examples and get a working environment. I’m using two esp32 devkits connected by uart. One as a transmitter and on as receiver. The transmitter blinks a led in the sequence rgb and transmit the current color to the ...
by Karlheinz
Mon Sep 09, 2024 11:22 am
Forum: ESP32 Arduino
Topic: Timer API question
Replies: 2
Views: 2268

Re: Timer API question

Thanks a lot for your hint
by Karlheinz
Sat Sep 07, 2024 2:02 pm
Forum: ESP32 Arduino
Topic: Timer API question
Replies: 2
Views: 2268

Timer API question

Hello,

I want to use the Arduino-ESP32 Timer API. I’m working with vscode and platformio (both latest version). I have updated the platform to Espressif 32, 6.8.1, framework-arduinoespressif32 v. 3.20017.0.

I expect the new Espressif interface for the timer API. That means e.g.
hw_timer_t *idle ...

Go to advanced search