Hello,
We are currently using the Zedbox Orin NX in a mobile robot platform. In our application, minimizing power consumption is critical, so we would like to shut off the 12V power supply to the Zedbox when it is no longer needed.
To do this safely, we need a reliable way to detect when it is safe to turn off the 12V power after issuing a shutdown command. The challenge is that the Zedbox is only connected to the main robot system via:
- 12V power
- Ethernet (non-PoE)
- GMSL (2 channels)
We do not have access to GPIOs or other signals that might indicate shutdown completion directly. Monitoring network traffic, using ping responses, or waiting a fixed time after issuing shutdown
does not seem robust or safe enough.
Is there a recommended or supported method to detect — from an external controller — when the Zedbox has fully shut down and it is safe to cut its 12V supply?