NickSutton

Results 52 comments of NickSutton

Thanks man, I have looked and the question has been posed on the RPi forums but no one answered. I need to dig in to the asound file and see...

Hi, I currently have `MIN_VOLUME_THRESHOLD = 1e-7 ` For the threshold value, can you offer any advice on how I stop the LEDs triggering on ‘background noise’? I’m driving the...

Thank Tim, `GOARCH="arm"` `GOBIN=""` `GOEXE=""` `GOHOSTARCH="arm"` `GOHOSTOS="linux"` `GOOS="linux"` `GOPATH="/home/pi/gocode"` `GORACE=""` `GOROOT="/usr/lib/go-1.7"` `GOTOOLDIR="/usr/lib/go-1.7/pkg/tool/linux_arm"` `CC="gcc"` `GOGCCFLAGS="-fPIC -marm -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-abuild589052819=/tmp/go-build -gno-record-gcc-switches"` `CXX="g++"` `CGO_ENABLED="1"`

Cancel last! Was running with `sudo` so perhaps it was unhappy with the pi username? Anyway, install out put gave this, is this a fail or information warnings: go get...

OK, will try that. Installing Go on the Pi is a pain!!

Awesome, perfect install. For anyone else going down this route, here are the instructions for GoLang 1.10 on Pi (lifted from elsewhere on Git) To install golang 1.10 (or whatever...

I thought so... That’s it!? So simple... Where is the configuration to add my password and define port etc?

Wow, look like you guys have done a lot of work, and I’ve got a lot of learning to do! I wish someone had travelled this path before me (and...

Thanks - I’m getting there... but you’re definitely right about the arguments!! `go run grumble.go --help # command-line-arguments ./grumble.go:25:5: undefined: Args ./grumble.go:26:3: undefined: Usage ./grumble.go:31:26: undefined: Args ./grumble.go:33:56: undefined: Args...

Yep, `go build` command seemed to execute without any issue. `./grumble` wasn’t working though so i tried `grumble.go` but no dice.? Does `./grumble` need to be from a specific directory?