Search found 1 match

by newbieEsp32
Fri Apr 11, 2025 7:12 am
Forum: ESP-IDF
Topic: How to enable AT command character detection interrupt in ESP-IDF 5.1.6 (ESP32-WROOM-32D)?
Replies: 1
Views: 92

How to enable AT command character detection interrupt in ESP-IDF 5.1.6 (ESP32-WROOM-32D)?

Hi everyone,

I'm working on a project using the ESP32-WROOM-32D with ESP-IDF v5.1.6, and I'm trying to implement UART-based SBUS decoding using inline assembly for FIFO access.

I want to trigger an interrupt whenever a specific character (e.g., 0x00) is received, so I can read and decode the full ...

Go to advanced search