Search found 3 matches

by JJ_Bras
Thu Oct 03, 2024 7:27 pm
Forum: ESP-MDF
Topic: What does layer2_cap do?
Replies: 0
Views: 135

What does layer2_cap do?

Hi everyone, I'm working with eps-idf 5.3 and I'm using the manual_network example from examples folder. It's working perfectly, but I don´t understood what's the layer2_cap member from mesh_assoc_t struct, It's used to meet a valid root to connect. if (assoc.mesh_type != MESH_IDLE && assoc.layer_ca...
by JJ_Bras
Wed Dec 01, 2021 5:17 pm
Forum: General Discussion
Topic: UART Interrupt on arduino plataform
Replies: 0
Views: 2573

UART Interrupt on arduino plataform

Hi everyone,

Is possible work with ESP32 and UART interrupt in Arduino plataform uising anything like attachInterrupt() ?
by JJ_Bras
Wed Dec 01, 2021 1:34 pm
Forum: ESP32 Arduino
Topic: [SOLVED] INTERRUPT UART example work only one time and after hold
Replies: 9
Views: 40527

Re: [SOLVED] INTERRUPT UART example work only one time and after hold

Hi everyone, I am with the same problem. I think that it is stoped into "xQueueReceive(uart2_queue, (void * )&event, (portTickType)portMAX_DELAY)"