martin181818 Hi all I am checking your tutorials and I want to run the standalone mode. I found a tutorial applying the standalone mode using the script node but I need to apply it using SPI (SPIOut/SPIIn). I tried to use it as said in the documentation but I am still missing some guidance. Can you provide a simple tutorial using the SPI (SPIOut/SPIIn) as baseline to understand the implementation ? Thank you so much and best regards
erik Hi martin181818 , SPI isn't fully supported on RVC2, please use UART instead - example here: https://docs.luxonis.com/projects/api/en/latest/samples/Script/script_uart/#script-uart-communication
martin181818 Thank you very much for your reply. So if I want to apply the standalone mode, I need to pass through the script node ? is this correct ? Thanks
erik martin181818 Yes, when in standalone mode, to communicate with the "outside world", you would use Script node, either for UART, or in case of OAK POE, to communicate via networking protocols (UDP, TCP, HTTP...)