Hi, i change Pi config to:

  1. sudo nano /etc/dhcpcd.conf
    2.

interface eth0
static ip_address=169.254.1.101/16

  1. sudo service dhcpcd restart

And try connect OaK-1 POE to Pi, but cant see OaK 169.254.1.222. What can be the problem?

With Wi-fi touter, all working fine, but when connect device-device, get problem.

jakaskerl
HI!
With Wi-fi router TP-link, with changed static IP adress 169.254.1.1. And in that configuration, when I connect OaK to router and Pi same connect to router, works fine.

Hi @EdmundsJelinskis

  • Can you ping the device when connecting directly?
  • Try setting the IP manually:
    with dai.Device(pipeline, deviceInfo=dai.DeviceInfo("IP"), maxUsbSpeed=dai.UsbSpeed.SUPER) as device:

Thanks,
Jaka