Hi everyone,
I’m working with the Husarion Panther, and I’d like to use the Remote On/Off Input feature to control the robot power remotely.
From the documentation, I understand that:
-
Applying 3V–12V to pins 7 (+) and 8 (-) for ~1 second:
-
Turns ON the robot (if OFF)
-
Triggers shutdown (if ON)
-
Implementation Question
What is the recommended way to generate this trigger signal?
-
Can this be controlled directly using the onboard computer (e.g., Raspberry Pi / Jetson Orin GPIO)?
-
Or is it required to use an external board / relay / microcontroller for a safe and reliable implementation?
Also, are there any best practices or reference circuits for this?
Power Behavior Clarification
When triggering shutdown using this input, does it:
-
Fully power off the entire robot (main power cut via PMU)
OR -
Only shut down the onboard computer while keeping the rest of the system powered?
I want to confirm whether this behaves like a physical power button (full system power control) or just a software-level shutdown trigger.
Thanks in advance for your help!