Hello,
I would like to run the turbidostat protocol of the chi.bio from an ipython sheel on a control computer.
Pause it when I need, and send directly python commands to the chi.bio without the need to use the GUI.
Like pause the software, pump this, turn on/off that led.
Do you have any suggestion to do it?
Hello Giacomo
I have no idea, I am not familiar with this approach. You could integrate it with the current setup by using the inbuilt pause command, then run your python (which only needs to send I2C commands, though likely you should adopt the I2ccom subsystem from the Chi.Bio OS since it needs to go through a multiplexer).