I try to get UART running on oak-1 POE, but the examples I found are not working. I wonder which pin configuration would be the right one?
As an example:
config = dai.Device.Config()
# Get argument first
config.board.gpio[45] = GPIO(GPIO.OUTPUT, GPIO.ALT_MODE_1)
# UART RX
config.board.gpio[46] = GPIO(GPIO.INPUT, GPIO.ALT_MODE_1)
# Enable UART{uartNum}
config.board.uart[0] = dai.BoardConfig.UART()
/dev/ttyS0 is not existing in this case. I think I got pins 45 an 46 right, but how to get further?
One thing I have to use the sdcard_support branch which is at version 2.15