Search found 3 matches

by trwel4
Tue Aug 13, 2024 7:45 am
Forum: ESP-IDF
Topic: Will the ESP32-P4 library support High speed USB for UVC camera?
Replies: 0
Views: 1699

Will the ESP32-P4 library support High speed USB for UVC camera?

Good day everybody,
According to the documentation post below, ESP32P4 can run the "peripherals/usb/host/uvc" example.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32p4/api-reference/peripherals/usb_host.html

But that example only uses the usb in full speed mode, according to the ESP32 ...
by trwel4
Sun Feb 12, 2023 7:35 pm
Forum: ESP-MDF
Topic: Event callback still called after deiniting it
Replies: 1
Views: 53602

Event callback still called after deiniting it

I am trying to develop a mesh application where at the root node, it checks for the existence of the router. If it wasn't there after N seconds, it will make a local mesh network instead.

This is the code I wrote to restart the esp-mesh

mdf_event_loop_deinit();
mwifi_stop();
mwifi_deinit();
esp ...
by trwel4
Sun Feb 12, 2023 7:27 pm
Forum: ESP-MDF
Topic: Event callback still called after deiniting it and calling esp_wifi_stop()
Replies: 1
Views: 77439

Event callback still called after deiniting it and calling esp_wifi_stop()

I am trying to develop a mesh application where at the root node, it checks for the existence of the router. If it wasn't there after N seconds, it will make a local mesh network instead.

This is the code I wrote to restart the esp-mesh

Go to advanced search