Hello,
I want to communicate Jetson Nano with Arduino using GPIO.
I want to send outputs from Jetson (as HIGH/LOW outputs) to Arduino, can any one help me at this?
I tried to use the samples on LED, and it works fine. but when I connect to Arduino and check the input value(s), it keeps printing “0” which means it can’t detect any output from Jetson (aka no pins are connected).