gobot icon indicating copy to clipboard operation
gobot copied to clipboard

Support for Jetson Nano platform

Open soerenbrockmann opened this issue 4 years ago • 4 comments
trafficstars

Do you plan to support Jetson Nano platform which runs on Ubuntu? They mention that their platform (GPIO Pins) is equal to Raspberry PI. They only provide a Python :-(( GPIO Library.

soerenbrockmann avatar Dec 17 '20 17:12 soerenbrockmann

Yes, absolutely planning on this.

deadprogram avatar Dec 17 '20 17:12 deadprogram

That would be amazing :-)

soerenbrockmann avatar Dec 17 '20 17:12 soerenbrockmann

I just tested this example here:

package main

import (
        "gobot.io/x/gobot/platforms/raspi"
)

func main() {
		r := raspi.NewAdaptor()
		fmt.Println(r)
}


I got this value returned:

&{0x400001c358 RaspberryPi-62F43657CD24D5FD map[] map[] 0 [ ] 0 0 [ ] 0 0 10000000}

Is it a good sign?

Is there a way to test connectivity without using a pin (I am afraid of breaking my board :-) )

soerenbrockmann avatar Dec 17 '20 17:12 soerenbrockmann

@soerenbrockmann
i just add feature jetson nano Adaptor. check this branch. https://github.com/hybridgroup/gobot/pull/799

dlstjq7685 avatar Aug 01 '21 06:08 dlstjq7685

part of release v2.0.0

gen2thomas avatar May 15 '23 16:05 gen2thomas