Simultaneously developing in Theta V and connecting to WiFi in Client mode

Hi,

I’m having trouble using simultaneously USB connection (adb mode) and Wifi connectivity in client mode.
When using one of them (USB or Wifi), they work perfectly also USB adb bridge and Wifi connection, but when I connect the USB cable to Theta V device the Wifi Connection is interrupted.

Can I have some support on that?

Regards

Try to explicitly enable Wi-Fi when USB is plugged in. From your workstation, run this command when the USB is plugged to your THETA

$ adb shell settings put global usb_debug true
3 Likes