imu: Allow access to iio on Linux#45
Conversation
Linux phones have IMU units. Allow applications to use them same way they would access IMU on esp32 based devices. Lightly tested on PinePhone. Same applications useful on esp32 (compass, step counter) are likely to be useful on Linux phones, too.
|
You're right, this should be supported! I will try to review it as soon as possible! |
|
Awesome! I don't have the hardware to test and I think we should split that huge file into separate ones but... here goes! |
|
Thank you! For the record, I'm doing development on Mobian on PinePhone. Those should be quite cheap by now and relatively easily available. |
|
Just a heads up that I did a fix for Linux systems that don't have the sensor: 94401db Also, note that I wanted to create an issue on your MicroPythonOS fork but issues are disabled... is there any place you prefer issues on your MicroPythonOS apps or code to be reported? Thank you! |
|
Thanks for a fix, I'll take a look. I may be able to enable issues in that project. |
|
I toggled some settings; issues should now be available. |
Linux phones have IMU units. Allow applications to use them same way they would access IMU on esp32 based devices. Lightly tested on PinePhone.
Same applications useful on esp32 (compass, step counter) are likely to be useful on Linux phones, too.