fossasia/pslab-desktop

read data from sensors via I2C

orangecms opened this issue · 4 comments

  • I'm submitting a ...

    • bug report
    • feature request
  • What is the current status?

With #612, I2C can now be scanned for sensors. The next step is to implement reading from them.

  • Other information ( Any research that you may have done which you think is the cause of problem )

Check what is implemented in PSL (https://github.com/fossasia/pslab-python) and how it works. It might need some work as well.

  • Would you like to work on it?

can i work on this if it is available??

Sure, just file a PR! I have drafted the basics, will create and link a draft PR.

see #623 for basic functionality

Note that only a handful of sensors are actually implemented in the Python library. I have started to work on support for a Time of Flight sensor in fossasia/pslab-python#130.