Jetson Nano Development Kit and GPIO

Hello,

I’m new to Jetson in general and I was wondering if you guys have any experience with connecting some external sensors (e.g. motion or humidity sensors) through GPIO as if it was an Arduino or Raspberry Pi. Can you recommend any resources where I could find some examples?

Thanks in advance!
Andrzej

I think there’s no any sensor are used GPIO as power/reset control.
GPIO should not be a communicate interface. You should consult with vendor to check what the interface like i2c or SPI that the sensor used to communicate with Nano.