Dear Community!
I am currently working on a project, where I need to put the Orin Nano onto sleep and wake it up is there is any detection on the Ultrasonic Sensor. I am able to put the system into sleep if there is no detection from the USS through echo mem > /sys/power/state
and send a pulse to the power pin from an external microcontroller when USS detects any object.
I want to avoid using the power pin and want to wake the orin nano through GPIO. Can anyone suggest a better alternative?