[go-nuts] Re: Go on ARM 32bit and 64bit resources and groups

2017-09-22 Thread ajstarks
I built the openvg library and its clients on the Raspberry Pi. See:[ https://github.com/ajstarks/openvg Other examples are in https://twitter.com/ajstarks/status/905198211274559488 and referenced in https://speakerdeck.com/ajstarks/go-for-information-displays In general I treat the Raspberry

[go-nuts] Re: Go on ARM 32bit and 64bit resources and groups

2017-09-20 Thread Norbert Fuhs
Thanks for all the answers and replys it helped me a lot the thing that confuses me is that there are not many resources for using Go on Raspberry Pi although many Gophers seem to use Go on a Pi for pet projects... I will set up my own repo with resources and links I find it a bit hard for Go b

Re: [go-nuts] Re: Go on ARM 32bit and 64bit resources and groups

2017-09-16 Thread Ranjib Dey
Forgot to mention, gobot, embd all are fairly good bindings. For most thing Pi related you can you can do straight I/O againsgt sysfs. Gobot provides decent i2c & spi based sensor/breakout board bindings, while embd provides most popular adafruit breakout board drivers (i2c/spi). Several other sens

[go-nuts] Re: Go on ARM 32bit and 64bit resources and groups

2017-09-16 Thread Dave Cheney
I think it's fine to ask questions about 32bit implementations of Go here. For Go specific things like interfacing with hardware https://gobot.io/ or https://periph.io/ may be better choices. On Sunday, 17 September 2017 06:21:45 UTC+10, Norbert Fuhs wrote: > > Hi, > > since I'm running Go on an