Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
linux:oscilloscope [2020/11/16 20:34]
admin created
linux:oscilloscope [2020/11/16 20:45]
admin [XOscope]
Line 1: Line 1:
 ====== Oscilloscope for Linux ====== ====== Oscilloscope for Linux ======
 +{{:linux:usb_soundcard_oscilloscope_175840.jpg?400|}}
 +A simple and easy USB soundcard hack for an Oscilloscope.\\
 +But please be careful, no protection is build in. Input signals up to 5V should be save.\\
  
 ---- ----
 ===== Software ===== ===== Software =====
 ==== XOscope ==== ==== XOscope ====
 +{{:linux:xoscope_185608.jpg?400|}}\\
 +
 Download xoscope-2.2.tar.gz from:\\ Download xoscope-2.2.tar.gz from:\\
 [[https://sourceforge.net/projects/xoscope/]]\\ [[https://sourceforge.net/projects/xoscope/]]\\
Line 18: Line 23:
    $ sudo make install    $ sudo make install
      
-==== MICoscope ====+==== MicOscope ====
 Download micoscope-linux-1.0.tar.gz from:\\ Download micoscope-linux-1.0.tar.gz from:\\
 [[https://sourceforge.net/projects/micoscope/]]\\ [[https://sourceforge.net/projects/micoscope/]]\\
 Unpack it and run it: Unpack it and run it:
-$ tar -xvf micoscope-linux-1.0.tar.gz +   $ tar -xvf micoscope-linux-1.0.tar.gz 
-$ cd micoscope-linux-1.0/MicOscope/ +   $ cd micoscope-linux-1.0/MicOscope/ 
-$ ./MicOscope+   $ ./MicOscope
  
 ---- ----