Hi everyone,
I am planning to permanently install a Jetson Orin Nano in my car, but I want to ensure the power management is handled correctly to avoid any hardware damage or SD card/filesystem corruption.
Here is the behavior I am trying to achieve:
-
Power On: The Jetson should boot up automatically when the car is started (Ignition/ACC ON).
-
Power Off (Crucial part): When the car is turned off (Ignition/ACC OFF), the Jetson must not lose power instantly. It needs to stay powered long enough to trigger a graceful software shutdown (e.g., via a script) and completely power off only after the OS has safely halted.
My main concerns are:
-
Preventing SD card/NVMe corruption from sudden power loss.
-
Protecting the Jetson board from automotive voltage spikes/drops (especially during engine cranking).
My questions for the community:
-
Are there any recommended off-the-shelf power management boards, Automotive HATs, or UPS modules designed for this specific use case?
-
Has anyone implemented delayed boot (e.g., 20 seconds after engine start to avoid crank voltage drop)?
-
What is the best practice for wiring the ignition sense to trigger the shutdown script safely?
-
Has anyone successfully deployed a similar setup, and what hardware did you use?
Ideal Scenario
-
Engine ON → Jetson boots automatically
-
Engine OFF → Jetson detects ACC off → runs shutdown script → power is cut only after shutdown completes
-
No SD corruption
-
No manual interaction required
Any advice, schematic ideas, or product recommendations would be greatly appreciated. Thank you!