romainbrette / holypipette

Holy Pipette
GNU General Public License v3.0
4 stars 0 forks source link

Write an oscilloscope #43

Closed romainbrette closed 3 years ago

romainbrette commented 6 years ago

It could be useful to have an oscilloscope to monitor what happens electrically. There's this Python program which seems ok, one would only need to connect it to the NI interface: https://github.com/ggventurini/dualscope123

romainbrette commented 6 years ago

I just found this: https://github.com/bernardokyotoku/pyniscope http://www.ni.com/download/ni-scope-16.0/6180/en/

romainbrette commented 6 years ago

Actually I think those two are for controlling physical oscilloscopes (not making an oscilloscope with an NI board).

romainbrette commented 6 years ago

Here's something possibly useful: http://x-io.co.uk/serial-oscilloscope/ "Serial Oscilloscope is a Windows application that plots comma-separated variables within any incoming serial steam as channels on a real-time oscilloscope."

romainbrette commented 6 years ago

Perhaps we should make an effort to use our (hardware) oscilloscope.

romainbrette commented 5 years ago

Actually I wrote a really simple script in the Paramecium repository, which uses pylab animations. This is fine for our purposes, which are to send pulses. This could be moved and slightly expanded in clamper.