Connecting Detectnet with Arduino

Hello, I am trying to use detectnet on Jetson nano so that when the camera sees a light source it will activate a motor connected to an arduino. I am curious to know if there are any tutorials around that go over how to make Jetson nano programs send data to microcontroller boards such as arduino. Any help would be greatly appreciated. Thanks!

I don’t have answer for this, you may find reference from: Search results for ‘arduino nano’ - NVIDIA Developer Forums

It sounds like you may be able to use a serial communication protocol such as SPI, UART, etc for communication between arduino and nano. There should be plenty of resources on these sorts of topics for nano and arduino.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.