We are considering the use of a camera with OAK-FFC 4P PoE which has OAK-SoM Pro onboard. We'd like to offload the pipeline result to a secondary board that has a simple microcontroller.
Is there a way to do this over UART?
From https://docs.luxonis.com/hardware/platform/deploy/oak4-som-development-guide/, it looks like there are UART pins available on the OAK4 SoM.
Does this mean that there are also on the OAK-SoM Pro?
https://docs.luxonis.com/software-v3/depthai/examples/script_uart shows a demo, but the video is not available and it looks like the process requires some soldering to pins on the OAK-FFC-4P.
Are those pins as readily available on the OAK-FFC 4P PoE?
Any suggestions for how to get the data to the MCU other than UART?
The MCU has I2C and SPI available as well.
Can the SoM function as an I2C client?
From the schematic for the OAK-FFC 4P PoE at luxonis/depthai-hardwareblob/master/NG2093_OAK-FFC-4P-POE/Docs/Schematic%20PDF/Production.PDF, it looks like AUX IO HEADER has I2C3 exposed? Is that accessible via a Python pipeline script?
We appreciate any thoughts on this. Thanks.