Both work great separate, but not together. When I'm watching TV, the Pi is losing all connected devices on the AP.
Code: Select all
iw dev wlan0 station dump | grep St
I tried a ribbon extension cable for the TV-Hat, but that doesn't help.
Seems there is interference between the TV-hat and WIFI.
Or can the problem be caused by the an insufficient power supply?
The Pi does not throttle:
Code: Select all
vcgencmd measure_volts;vcgencmd get_throttled;vcgencmd measure_temp
volt=0.8472V
throttled=0x0
temp=51.0'C
Can someone elaborate on that?
when I disable WIFI completely,
Code: Select all
sudo ifconfig wlan0 down
The TV-Hat worked fine before on a RPI3+, but I never used Wifi on that device.