I am attempting to use the GPIO pins on my AGX orin to control some relays which will provide strobe lighting for my cameras, but I am unable to get sufficient current out of any of the pins for that to work. dredging through the forums I seem to be finding a maximum current of 1mA on the GPIO pins, and experimentally the max appears to be about 2mA. Is there any way to get more current out of the GPIO, or will I need to use an intermediary device with external power to control these relays?
If I do need to use an external device, what options do I have for a module which allows me to convert the signal from each of the GPIO into a signal that I can drive devices with?
No, I have not yet resolved the issue. As a workaround I have used an arduino which reads the output pins on the jetson and translates them into a usable control signal when detected, but no-one has yet presented me with an official solution to make the gpios output sufficient current to be used as a control signal.