derkyjadex / M8WebDisplay

Display for headless M8 tracker
https://derkyjadex.github.io/M8WebDisplay/
MIT License
199 stars 41 forks source link

Any idea if this would work on ARM Chromium? #3

Closed peterswimm closed 3 years ago

peterswimm commented 3 years ago

It looks like the page will load on a stock rasp pi 4, but it does not see the device.

derkyjadex commented 3 years ago

I think it should work in theory, as long as the browser supports the correct APIs. In particular, it needs to have the Web Serial API. That was introduced in Chrome 89. Do you know which version of Chromium you are running?

I don't have the right hardware to test on at the moment so I'm not able to look any further into it myself.

peterswimm commented 3 years ago

I'll give it a shot when I have a chance.

JeffAlyanak commented 3 years ago

I can confirm that this works without any hassle on my Linux arm system, but my user did require the correct permissions for the serial connection.

@peterswimm On many Linux systems this will simply require you to add your user to the dialout group.

peterswimm commented 3 years ago

sounds great, closing as answered!