microscope-cockpit / cockpit

Cockpit is a microscope graphical user interface. It is a flexible and easy to extend platform aimed at life scientists using bespoke microscopes.
https://microscope-cockpit.org
GNU General Public License v3.0
35 stars 26 forks source link

Adding a microscope Value Logger device. #853

Closed iandobbie closed 1 year ago

iandobbie commented 1 year ago

The logValueViewer is neat but basically unused. After doing the digital IO device I thought I should also add a value logger device adopting the temperature sensor code from the original pi-DIO. I have added the cockpit side code and there is a companion microscope branch that has the abc code, a simulated device and a raspberry pi implementation with support for a couple of I2C temperature probes.

iandobbie commented 1 year ago

The microscope side of this is at https://github.com/python-microscope/microscope/issues/272

iandobbie commented 1 year ago

This is all working pretty well. I am going to push it into master, including a couple of minor fixes for the DIO code that I found along the way.

One outstanding thing is to test with the other temperature sensor I have, but this is entirely a microscope thing so closing this as done.