-

Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:39, 20 December 2023 69.62.198.249 talk performed unknown action "comments/add" on T201 (This is a working python script for soft shutdown sensing Pin 7 for power disconnect using Jetson GPIO. Power both the Jetson DC port and the T201 hat DC port with the same DC source and it will power on when power is connected. #!/usr/bin/env python3 import Jetson.GPIO as GPIO import time import os import subprocess # Use board pin numbering GPIO.setmode(GPIO.BOARD) # Pin to monitor for power loss POWER_LOSS_PIN = 7 # Set up the GPIO pin as input GPIO.setup(POWER_LOSS_PIN, GPIO.IN) def...)