GPIO and robotics hints please

I have a Jetson Nano board, which is ARM architecture and can accept Respberry Pi peripherals.
The SenseHat looks nifty Buy a Sense HAT – Raspberry Pi
However the GPIO setup and drivers look extremely specific to the Pi
https://github.com/raspberrypi/rpi-sense
I have installed this from GitHub but cant make much progress.
Before anyone says it, the Nano is aarch64 and the Pi is 32 bit… I may be fooling myself that this can be made to work.
Any references to GPIO work with Julia gratefully received.

1 Like

https://gitlab.control.lth.se/labdev/LabConnections.jl/tree/julia1

3 Likes

Thankyou.
Back when I was a PhD student I did a lot of work with experimental readouts using CAMAC and FASTBUS.
I am starting to realise that GPIO work on Linux might be quite complicated as all the boards are different.
IT does not help that the SenseHat is documented for people running Python programs on the Raspberry PI. I need to find some lower level documentation.