TD-er
TD-er
The topic mentions CH340C, but your photo shows a CP2102. The CP2102 should work fine, but in the past there have been issues with fake chips. Have you also tried...
@SuGlider That's also what I noticed. But as a side-question, how to do this with the ESP32-S2? As far as I know, it doesn't support HWCDC. (and if it does,...
Can the web flasher toggle the CTS/RTS pins? In the USBCDC code, there is some code to detect this and issue a reboot.
@dkalliv See also my comment here: https://github.com/espressif/esptool-js/issues/97#issuecomment-1572728755
Maybe timeout related? Is the connection via the external IP rather slow, or at least relatively high latency? Does the ESP have a proper gateway configured?
So what you're asking for is essentially a feature to "detect" the chip and trigger some update of the selector on the page. A bit of a 'prequel' to what...
Thanks. I was not yet able to get these events to work myself as I have also been away for a few weeks. So I will look into your example...
Got it working too... The key is to set the `esp_netif_tx_rx_event_enable` after the connection is established.
Well it still would be nice to have it more in an Arduino way, instead of calling all kinds of IDF specific functions.
I really would like to have this feature too. So far I only managed to get this working on an ESP32-S2. Likely the S3 might also be able to do...