nopnop2002
nopnop2002
We found that v1.0.4 and v2.0.0 of the usb_host_uvc component are completely different. This is a breaking change. Supporting v2.0.0 would require major modifications. As a temporary workaround, we added...
I used this sample to try out the UVC driver v2. https://github.com/espressif/esp-usb/tree/master/host/class/uvc/usb_host_uvc/examples/basic_uvc_stream I used Logitech C615. It does not work with esp-idf's usb_host_uvc v2. I have about 30 USB cameras....
__This is just my personal opinion.__ it is possible that EspressIF is devoting a lot of manpower and time to supporting esp-idf and is hoping for a quiet demise for...
@JAndrassy I misunderstood. We look forward to the next master update.
This is a good idea. Try latest. 
Are there any open source brokers with this kind of functionality? If there is one, I would like to imitate its implementation and settings.. There are no plans to implement...
I'm using Mosquito, but I don't know the settings to achieve this. In mosquitto, what settings do I need to do to achieve this? ``` having a list of clients...
Thank you for the information. I'll try to investigate, but it will take some time. If we use a password file, we will need a file system like SPIFFS.
As you can see from my photos, it's not necessary.
Check if HEAP keeps getting smaller forever. ``` int counter = 0; uint32_t heap_size_start = esp_get_free_heap_size(); uint32_t heap_size_min = heap_size_start; int err_code; static NetBuf_t* ftpClientData = NULL; while(1) { err_code...