i had some strange wifi issues on my rk3588 pocket with asiarf wifi card and single laird/ezurio antenna. the antenna was in the original location on the headphone/switch port board. wifi would reproducibly stop whenever i played a youtube video fullscreen, but resume when i went out of fullscreen. i then did some experiments with always-on-top terminal windows obscuring part of the video, and that helped. 1/2
my theory is that fullscreen video creates enough EMI on the display flex cable that it interferes with the antenna directly next to it. i moved the antenna now to the other side of the device (on the back of the lid, in the corner near ethernet, with ample distance to the lid edges and the edge of the copper coating), and the issue is gone...
@mntmn oh def.! Thats a pretty common issue actually. Even Pi4 has that problem at certain resolution and refreshrate combinations. The problem might also go away if you change either variable in this case.
@mntmn I once had an ARM LPC2106 dev board with crosstalk from the RS233 lines onto the processor reset line, that under high speed RS232 traffic would inject short negative pulses into /RESET, locking the CPU up as they were far shorter than the datasheet mininum reset pulse.
You can imagine the fun I had working out this was the problem, not a bug in the UART driver I was writing 🤬