Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux:oscilloscope [2020/11/16 20:35]
admin [MICoscope]
linux:oscilloscope [2020/11/16 20:52]
admin [Hardware]
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 22: Line 27:
 [[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
  
 ---- ----
 ===== Hardware ===== ===== Hardware =====
  
-Use a cheap USB Soundcard.\\ +{{:linux:usb_soundcard_oscilloscope_175548.jpg?400|}}\\ 
-Or build a protection circuit like that one:\\ +Use a cheap USB soundcard. Open the housing and solder a wire to the ground and the signal pin.\\ 
 +{{:linux:usb_soundcard_oscilloscope_175615.jpg?400|}}\\ 
 +Close the housing, that's it.\\ 
 +A decoupling capacitor and a potentiometer to attenuate the signal would be useful, too.\\ 
 +               Poti 
 +   Signal ____| | |______GND 
 +                | 
 +                |____100nF_____Mic Input 
 + 
 +If you want build a protection circuit here is a simple one:\\ 
 [[http://xoscope.sourceforge.net/hardware/hardware.html\\ [[http://xoscope.sourceforge.net/hardware/hardware.html\\
 One can use a 1N4148 diode instead of 1N914 diode.\\ One can use a 1N4148 diode instead of 1N914 diode.\\
  
 ---- ----