# GPIO and robotics hints please

**URL:** https://discourse.julialang.org/t/gpio-and-robotics-hints-please/23642
**Category:** General Usage
**Created:** [April 29, 2019, 10:24am UTC](https://discourse.julialang.org/t/gpio-and-robotics-hints-please/23642 "2019-04-29T10:24:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [April 29, 2019, 10:24am UTC](https://discourse.julialang.org/t/gpio-and-robotics-hints-please/23642/1 "2019-04-29T10:24:45Z")

</div>

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](https://www.raspberrypi.org/products/sense-hat/)  
However the GPIO setup and drivers look extremely specific to the Pi  
[https://github.com/raspberrypi/rpi-sense](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.

---

<div class="post-metadata">

### Author: ![baggepinnen](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/baggepinnen/32/693_2.png) [@baggepinnen](https://discourse.julialang.org/u/baggepinnen)
#### Post date: [April 29, 2019, 11:20am UTC](https://discourse.julialang.org/t/gpio-and-robotics-hints-please/23642/2 "2019-04-29T11:20:04Z")

</div>

> [@johnh](#):
>
> Any references to GPIO work with Julia gratefully received.

[https://gitlab.control.lth.se/labdev/LabConnections.jl/tree/julia1](https://gitlab.control.lth.se/labdev/LabConnections.jl/tree/julia1)

---

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [April 29, 2019, 1:23pm UTC](https://discourse.julialang.org/t/gpio-and-robotics-hints-please/23642/3 "2019-04-29T13:23:27Z")

</div>

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.
