plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[sensors_plus] Add Linux support

Open 12people opened this issue 3 years ago • 6 comments

Use case

While Linux is relatively new to the handheld/smartphone market, there are several devices either already out or coming out soon — most notably the upcoming Steam Deck.

It'd be great to be able to tap into the sensors for these devices.

Proposal

Add Linux support to the sensors_plus package.

12people avatar Dec 19 '21 13:12 12people

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days

github-actions[bot] avatar May 31 '22 15:05 github-actions[bot]

@elias8 @jpnurmi Could you please remove the stale label? This issue is still relevant and unresolved.

12people avatar May 31 '22 16:05 12people

Giving some priority to this feature on Hacktoberfest, let's see if we can make it happen

miquelbeltran avatar Sep 27 '22 13:09 miquelbeltran

I am working on this issue , as Hacktoberfest participant

adicoder95 avatar Oct 06 '22 03:10 adicoder95

#1170 please review

adicoder95 avatar Oct 06 '22 07:10 adicoder95

Is this proposal viable aligned with the current implementation of event streams for specific sensors in the platform_interface package? AFAIK on Linux there are iio or input device files for sensors and no userspace API, like on Android or iOS. So for Linux support we would need the possibility to specify device names at least and maybe other configuration options... Or correct me if I haven't dig deep enough in the Linux docs yet 😅

nvi9 avatar Oct 19 '22 08:10 nvi9