Graham Garner

Results 60 comments of Graham Garner

Run `ls /dev/ttyA*` on your terminal on the pi I think the device should be "/dev/AMA0" you will need to change that in your docker-compose.yml file

I need to push some changes tomorrow, I'll add that in as well On Mon, 18 Nov 2019, 21:40 simonlock, wrote: > Hi, Graham, would it be possible to add...

@simonlock i based the device on `ttyACM0` based on feedback on another issue. could you confirm if `ttyAMA0` works for you. There may be a difference in how different devices...

Hi Simon Sorry I thought i changed it, I'll add it today. It's still ```yml devices: - /dev/ttyACM0:/dev/ttyACM0 ``` I'll change it to ```yml devices: - /dev/ttyAMA0:/dev/ttyACM0 #- /dev/ttyACM0:/dev/ttyACM0 ```...

I pushed a change for it this morning On Wed, 11 Dec 2019, 22:38 simonlock, wrote: > Excellent thank you, Graham. > > — > You are receiving this because...

Thanks for the feedback, are you running the native and the docker version at the same time?

The host grants additional rights over just the network port, it seems to allow access to the bluetooth as well. I would rather not have the container operate at host...

I had a look at the image and it was updated last 2 years ago there is an alternative on docker hub hat is 2 months old, will have a...

I'll add it to the native installs