X86J4105 40 pin GPIO control

Hi
I am able to control the Pin 7 using the example in getting started.
The example uses pin 7 as 337 and works fine. (echo 337 > export)
What are the values for the other gpio pins. how to use pin 18 for example? (echo ??? > export)
Thanks much Kenny

1 Like

@ansonhe97 Please help check it

Hi @kennyl

You can reference to this pin map table here:

Where Linux GPIO is.

https://wiki.seeedstudio.com/ODYSSEY-X86J4105-GPIO/#40-pin-gpio-pinout-diagram

Thanks

Thanks for your reply.
I got it all is now working fine.
Some how I missed the the Linux GPIO list.
It must be my age Iā€™m 82 years old.
Thanks again.

3 Likes

What processor is driving the 40 pin GPIO. ATSAMD21? Or Celeron processor via some electronics?

It is celeron processor

do you have a python example for this board to control the GPIO pins?

Just read and write to the file system.Simple Python statements

Question re: 40 pin GPIO.

When I pull the pin down is it High Impedance or Open Drain. My preference is Open Drain if possible

Thanks