Hello,
I would like to get the MAC address of the router the ESP32 is connected to over WiFi. I see that there seems to be a solution over ethernet - https://esp32.com/viewtopic.php?t=32517 but I can't seem to find anything if I am using the WiFi interface. Any help would be highly appreciated.
Search found 2 matches
- Fri Sep 22, 2023 9:29 pm
- Forum: ESP-IDF
- Topic: Is it possible to obtain Gateway (router) Mac address using WiFi on ESP32 in STA mode?
- Replies: 0
- Views: 710
- Tue May 24, 2022 9:11 pm
- Forum: General Discussion
- Topic: ESP32 UART Interrupts with v4.4
- Replies: 0
- Views: 924
ESP32 UART Interrupts with v4.4
What is the right way to use interrupts with ESP-IDF v4.4 now that the uart_isr_register() and uart_isr_free() calls have been removed? The examples suggest using the event queue using xQueueReceive() but that doesn't technically make it an interrupt. The driver for the UART uses the interrupt for t...