Fan Jiang

Results 140 comments of Fan Jiang

Ok, I think my problem is not flushing `embassy-net`'s transmit queues. The solution is simple: keep the `Runner` running 🤷

~~I think I hit the same issue, initializing `esp-wifi` immediately switched off the USB-SERIAL-JTAG and no way to even get the debug output. I have `phy-enable-usb` enabled so this part...

I think this issue is now filled with a few different issues though: mine was a power transient issue but there could also be issues that is not hardware-related. One...

@bjoernQ Or multiple embassy tasks with different priorities?

> > Tested today on the S3, it does not work > > Did you test with transceivers or without? Last time I tested it, I used transceivers but long...

I believe this issue encountered by @rand12345 and @brandonros is also fixed by #1906, TWAI works by accident for some pins because these pins are previously configured as input/output 🫠

In my application I have several non-synced local time frames that I need to view, so I need to set a different X (time) for each time series plot. However...

@jviereck All time series plots use the "global time" (set in the dropdown on top of the timeline) as the X axis. However I want to use a different time...

Is is possible that one of the critical code path is not in IRAM for the ESP32-S3? I pretty much discovered the same thing, interrupt (and thus embassy) is very...