Slashdot Mirror


Building a Cheap Oscilloscope Using Your PC?

JohnMadison asks: "As a engineering student, I have a lot of projects, but not much test equipment at home. I was wondering if anybody has advice on using my PC as an oscilloscope. I've downloaded a couple of shareware programs that use the sound card for input, but they weren't really useful. I am looking for a good way to make a cheap, yet decent scope. Any sugestions?" While something like this would be an interesting hack, I'm at a loss as to what you would use for probes. The submitter mentions using the sound card as an input, but would that be the best solution? If you were going to make a custom add-on to the PC to do this, what would it need? Does such an add-on already exist? Interestingly enough, this fits in well with an earlier article we did.

81 of 247 comments (clear)

  1. Need better inputs! by multipartmixed · · Score: 3, Interesting

    The sound card might offer reasonably sensitive voltage comparisons in the 1V range, but really wouldn't be an ideal way to go, IMHO.

    Looking at the game ports (two ADCs each) might be one option, and probably "safer". (Game boards are practically free).

    Another might be look at the tape port. You have a true IBM-PC, don't you? :)

    --

    Do daemons dream of electric sleep()?
    1. Re:Need better inputs! by Colin · · Score: 5, Informative

      Game ports don't actually have ADC's on them. The standard design is to discharge a capacitor, then charge it through the resitance of the joystick pot, and tim ehow long it takes to get to a specific voltage. This is related to the resistance. So, you can't use the game port for measuring voltages directly.

      Picotech have addons for PCs to convert into a datalogging scope. I've never used one - and note that they tend to connect via the Parallel port. You can't get a whole lot of data through that port, so a 100Mhz scope won't actually show on the screen in real time. This doesn't usually matter, but you do want to bear in mind the delay between the measurement being made, and it actually appearing on the PC monitor.

      On the plus side, they normally have data processing facilities that you only find on top of the range digital scopes - things like "trigger before", and FFT's.

    2. Re:Need better inputs! by Nate+Eldredge · · Score: 2, Informative

      Do the game ports really have true A/D converters? I seem to recall reading that since the joystick input is just a variable resistance, that the game port just puts a capacitor in series with that resistance and times how long the capacitor takes to charge to some predefined level. So this wouldn't really be useful for sampling variable voltages.

      I suspect the main issue with the sound card is the low sampling rate. 48 KHz isn't fast enough to see a lot of the signals you might want to see, especially in electronics. So any other approach would have to sample much faster. You'd need special hardware for that. Then if it gets too fast (into the megahertz), you start to have the issue of whether the CPU can read and process the samples that quickly.

      I think there's a reason why oscilloscopes are usually dedicated hardware. I suspect you'll be better off trying to pick up an old/used scope for cheap. Unless you have especially high-speed circuits, an older analog one should be sufficient for most purposes, though maybe not as sexy as the latest 824 GHz digital networked uber-scope in your lab :) Try surplus stores, or see if your university has old ones they're trying to get rid of.

    3. Re:Need better inputs! by Rothfuss · · Score: 2


      reasonably sensitive voltage comparisons in the 1V range

      What are you smoking crack?
      The sound card microphone Line In typically has a threshold of around 100 millivolts, and probably a 2 order of magnitude span. 2 orders is just fine for a scope if you can select your magnitude. A preamp could be used if signal is too weak, but this would cost real dollars. If signal is too hot, you just play the parallel resistor game and scale it to whatever you want.

    4. Re:Need better inputs! by Dr.+Awktagon · · Score: 5, Insightful

      Game ports don't actually have ADC's on them. The standard design is to discharge a capacitor, then charge it through the resitance of the joystick pot, and time how long it takes to get to a specific voltage. This is related to the resistance. So, you can't use the game port for measuring voltages directly.

      Erm, that's single-slope integration, that's an ADC! Many voltmeters for instance use a variation called dual-slope integration that charges a cap for a fixed time and then times the discharge back to zero. How else can a digital device measure voltage "directly"?

    5. Re:Need better inputs! by EMIce · · Score: 2

      My understanding is that the line out on most preamps swing as high as 4 volts. So the line in on a sound card should be able to do some decent A/D conversion, up to at least that. The microphone input your talking about is different, most cards have a separate line in which handles much higher voltages.

    6. Re:Need better inputs! by dasunt · · Score: 2


      He's right.


      You got v+ from one pin that goes through two variable resistors, one that changes with the change in the y-axis and one that changes with the change in the x-axis.


      Then you have another 3 pins (either v+ or grn, don't remember which) that are shorted when button #1 or button #2 is pressed.


      Of course, for any joystick that has more then 2 axis or 2 buttons, there is either a driver using BOTH joystick inputs (a standard gameport can support 2 joysticks) or doing other hocus-pocus.


      Also, I heard that a gameport cannot initiate conversation with a PC, that the PC's software has to check for data on the gameport every so often. So latency is a problem.


      Just my $.02

  2. Re:RAdioshack? by Breakerofthings · · Score: 5, Informative

    Radio Shack "ProbeScope" ... about $100, plugs into your serial port, uses 9v battery for power ... comes with pretty decent software (16 bit win, but I have seen linux software that claims to support it).
    It also has a little lcd screen that will show you the waveform, and will act as a digital multimeter.

  3. Latency is a problem by SilentTristero · · Score: 5, Insightful

    I've done this with some of the freeware Windows scope programs out there (I'm a former VLSI hardware designer), but even at 96kHz the latency vs. buffer size issue gets to be a problem when probing around in a circuit. It's marginally acceptable for tuning up tape deck heads and so on, but don't try it for any serious design or repair work.

    The other problem is of course sound card inputs are AC, you really want DC coupling. And high impedance.

    Bottom line: you're better off with a scope board from the back pages of one of the magazines.

    1. Re:Latency is a problem by Technician · · Score: 4, Informative

      I second the suggestion of using a scope card. Many times you can run into an unexpected voltage that will quickly fry an input not designed for it. A good example is a simple 2 line LCD display module with an EL backlight has more than 90 volts. Probing the wrong spot while checking a logic signal quickly spells any any savings just became more expense. Having captured wave forms is very useful in many fields. Just like deciding on what computer you need, you need to evaluate your requirements. You may not like the price, but not meeting your requirements is a waste of time and money. My requirements lead to the purchase of a "real" scope. It is protected up to 1000 volts at any setting and has memory. It can directly print to an HP laser printer, or export screenshots directly to a PC. The screen shots include all the important stuff like voltage scales, time scales, curser measurements, etc. Not to do a plug, but I am using a Tektronix TDS 200 series scope I have had for several years.

      --
      The truth shall set you free!
  4. Bitscope by bfoz · · Score: 4, Informative

    Try this

  5. Parallel Port by JMZero · · Score: 3, Interesting

    I built one a while back out of a A/D chip and a few transistors. The only other part was a clock chip and crystal. I didn't bother to sync everything perfectly - I just let the clock chip flap away and read whatever was on the lines.

    Worked pretty well. It even worked as a video in(though it didn't get much resolution).

    This is a really fun project if that's what you're looking for - and it's good enough for simple electronics. You'll certainly be able to see simple wave shapes. That said, you'd have to do some work if you were

    1. Were worried about accuracy
    2. Needed fast sampling
    3. Deal with large ranges of voltages. Mine dealt only in 0-5 volts.

    -Dave

    --
    Let's not stir that bag of worms...
    1. Re:Parallel Port by kzinti · · Score: 2

      2. Needed fast sampling

      Don't forget the sample-and-hold circuit!

      --Jim

    2. Re:Parallel Port by JMZero · · Score: 2, Informative

      The chip I had needed a clock signal in order to go through the sampling cycle - there are likely those that don't, and they might be more suited to this application. Actually the Intersil ADC0802LCN looks like it might work very well...

      I tried using the parallel port itself to generate the clock signal using one of the status lines - but it didn't work as well (random errors). I don't have enough design knowledge to know why.

      In any case, a fun project for a programmer like myself.

      --
      Let's not stir that bag of worms...
    3. Re:Parallel Port by jrockway · · Score: 2, Informative

      It is; you have to ask (pull a pin up) the A/D converter for a reading. The timer ensures that you get one on the lines every n seconds; this way your software doesn't have to ask and wait for a reading. It just gets one.

      --
      My other car is first.
    4. Re:Parallel Port by Doppler00 · · Score: 2, Informative

      Actually, a buffer IC (74244 or 245?) should be adequate to protect the computer unless your running a few hundred volts through your op amp!

  6. Ask Slashdot FAQ: 1. Ask Google First by Anonymous Coward · · Score: 4, Funny

    http://www.designnotes.com/pcs64i.htm
    found from
    http://www.google.com/search?q=pc+Oscilloscope+& bt nG=Google+Search

    1. Re:Ask Slashdot FAQ: 1. Ask Google First by Rick+the+Red · · Score: 3, Insightful
      And for just under $400! Uh, but at that price, why not just buy a stand-alone 'scope?

      --
      If all this should have a reason, we would be the last to know.
  7. Dataq Windaq starter kit by Hal-9001 · · Score: 2, Informative

    I think you might be able to get started with a DATAQ WinDaq starter kit. Specifically, the DI-194 is only $13 + S&H for a four-channel, 8-bit DAQ that you just plug into your serial port.

    --
    "It take 9 months to bear a child, no matter how many women you assign to the job."
  8. Couple links by dimator · · Score: 5, Informative

    I was looking for something along these lines as well, a couple months ago. The software/sound-card solution is xoscope. I'm afraid I haven't had time to try that.

    Another cool site is bitscope.com where you can find a completely open-design for an oscope you can build yourself (or order from them, I think.) It includes all the schematics and such, and the finished unit slides into a bay in your PC, with two slots for probes. How cool is that!

    --
    python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
  9. Try National Instruments' LabVIEW by ScooterComputer · · Score: 2, Interesting
    It is rather expensive...but if you are still in school, you can get an education version. The data acquision cards are also rather pricey, but I have seen refurbed ones, and older models, go for cheap.

    You should be able to get good acquisition speeds and LabVIEW is a really cool programming environment. They may even have a demo. The coolest part is that since it is a programming environment, you can collect your data and actually DO stuff with it at the same time.

    http://www.labview.com

    --
    Scott
    "Hokey religions and ancient weapons are no match for a good blaster at your side, kid."
    1. Re:Try National Instruments' LabVIEW by Milican · · Score: 3, Informative

      I too have used National Instrument's LabVIEW and I recommend it as well. Compared to the $5k benchtop oscopes this is inexpensive, and you'll get great results. You can get away with somewhere under $1k maybe even around $500 for a good DAQ card and some software. Their software is awesome and easy to use. LabVIEW contains a graphical programming language that makes working with complex stuff as easy as drag and drop. Serial, TCP/IP, almost anthing is simple as pie. Hell, I believe they even include a sample oscope app somewhere (either online or with LabVIEW software). If you can get the educational price you are in for some cost savings as well. Definitely the way to go for precise measurements. They have products you can plug into your PCI slot that run the gamut from low end more affordable systems to the high end. I used their stuff in school alot and I love it.

      JOhn

  10. I've got you all beat by m.dillon · · Score: 2, Interesting

    Find an old Commodore Pet computer on the junk heap somewhere. Turn it on, make sure the monitor still works, and extract the TTL digital input wire from the internal monitor cable while leaving the remaining wires connected. You can then use this (and ground) to probe TTL signals up to around 7MHz :-)

    Alternatively you can go to CompUsa and spend $60 on a cheap oscilloscope.

    -Matt

  11. Parallel Port by lizrd · · Score: 2

    I seem to recall building an quite a few sensors in electronics lab in college that used the parallel port. As I recall, the general scheme was to attach the input to a 741 op-amp circuit to increase/decrease the voltage levels as needed. The output of the 741 is then used as the input to a 8 bit analog to digital converter chip. Data can then be collected easily by polling the parallel port.

    --
    I don't want free as in beer. I just want free beer.
  12. Some computer O-scopes type projects on the net... by cr0sh · · Score: 4, Informative

    http://www.ucl.ac.uk/~ucapwas/scope20m.html
    http: //www.ucl.ac.uk/~ucapwas/video.html
    http://www.do c.ic.ac.uk/~ih/doc/adc_dac/
    http://www.doc.ic.ac. uk/~ih/doc/adc_dac/deck/4chan 8bitadc.asc
    http://www.doc.ic.ac.uk/~ih/doc/adc_d ac/deck/8chan 12bitadc.asc
    http://www.doc.ic.ac.uk/~ih/doc/adc_ dac/adc11/
    http://www.doc.ic.ac.uk/~ih/doc/adc_da c/dcfg/
    http://www.epanorama.net/links/measuring. html#pcme asuring

    Have fun...

    --
    Reason is the Path to God - Anon
  13. Helpful Links... by jyak · · Score: 4, Informative

    http://www.epanorama.net/links/oscillator.html
    - Information on Oscillator circuits

    http://www.dansworkshop.com/Homebuilt%20oscillos co pe.shtml
    - Website about a homebuilt 'scope

    http://members.tripod.com/michaelgellis/scope.ht ml
    - Scope diagrams and schematics

    http://www.picotech.com/oscilloscope.html
    - Company with PC based products

    Hope this helps...

    National Instruments has great instruments as PCI cards and you can make your own programs/software in Labview but this option is on the expensive side.

  14. How cheap? by Jeffrey+Baker · · Score: 4, Insightful

    How cheap are we talking about here? You can get a Tektronix 465 with a probe for $200 or less and this is a nice featureful scope. There's a reason the 465 was in production for decades. It's many times better than some sound card hack.

    1. Re:How cheap? by Ogerman · · Score: 2

      I'll second that. I got a Tektronix 466 on Ebay for about $100. I took it apart, cleaned the control contacts, calibrated it, and now it works great. Don't bother with computer-based scope crap and DEFINITELY don't use your soundcard. Most likely, it's ADC is junk. And you'll only be able to test audio-range frequencies anyhow. Probably no higher than 10-15Khz. if your soundcard is like most and quite non-linear.

  15. Re:Radioshack? by Hal-9001 · · Score: 2, Informative

    I think it might be this one. If not, check out this page to see the other options available at Radio Shack.

    --
    "It take 9 months to bear a child, no matter how many women you assign to the job."
  16. What kind of oscope do you want? by Nelson · · Score: 2
    If you're doing fairly low sample rate stuff, you might be able to use a soundcard, parallel port, or custom PCI card.


    I've done a fair amount of debugging with logic analyzers and digital osciliscopes (software stuff, I'm not a hardware jock) and you couldn't debug an IDE interface or PCI interface with something on a parallel port or sound card, at least not easily. If you're doing simple analog stuff you could get away with it. Realistically you're going to want a real scope at some point in time though.


    Hard to say though. I've seen them at hamfests and stuff like that for relatively cheap and any decent hardware shop is going to have them for their people to use or "check out."

  17. jameco has really cool oscilliscope cards by Kris+Warkentin · · Score: 2

    Try this site (click on the catalog page for a pdf spec sheet). They have a card that turns your pc into a scope for like $300 bucks (vs thousands for a regular scope).

    --

    In Soviet Russia, hot grits put YOU down THEIR pants.
  18. It's easy! by nephorm · · Score: 2, Interesting

    Well, maybe not easy, but you'd need a few things:
    1) An A/D chip. You can also make one yourself by following schematics from any standard analog electronics book. It just takes a voltage (let's say 5 V) and converts it into it's digital equivalent (which would then be 101). You can build a converter yourself out of cheap parts from radio shack, assuming you're using low currents.

    2) Some sort of clock. One easy thing is to build it as a parallel port device. This'll take a little bit of hardware (not a whole lot, though), and you can use the computer to clock the thing. Or, of course, you could build a PCI/ISA card, but that seems like more of a hassle.

    Assuming you don't need bidirectional communication on the device, you could just have a straight-through connection to the parallel port (I think), and just write a program to poll the port and plot the data. Hmm, this might be a fun project for me to try later...

    A harder (and maybe more useful) project would be to try to make a Digital Logic Analyzer... these things are REALLY nice when working on digital electronics.

    Anywho, the standard disclaimer of my irresponsibility ;-) applies... Also, I'm assuming that you're talking about working with low wattages. A hand-wired A/D converter can handle whatever wattage the individual resistors are rated for (though you need to make sure that you aren't blasting out the parallel port), whereas the A/D chips can end up with pretty low max voltages.

  19. O-Scope 'n the PC by ackthpt · · Score: 3, Insightful

    Hopefully someone can set you up with a way to do it, but what I've seen is often worse than buying a good used one at a Hamfest. You should get in touch with ARRL folks in your neck of the woods and find out when and where Hamfests take place. Granted, you may have to shell if you want a good storage scope, but some decent scopes can be found. My dad has a soft spot for Tektronix scopes.

    --

    A feeling of having made the same mistake before: Deja Foobar
  20. xoscope, BitScope by rrwood · · Score: 3, Interesting

    Some specific links:

    xoscope - a software oscilloscope

    BitScope - hardware black-box oscilloscope that you control via a PC

    Xoscope is Open Source, so hack away if you don't like something about it. The SourceForge page has links to a schematic you can build to use your soundcard as the ADC, though you are of course limited to about 20kHz signals (stereo input = dual trace though). Definitely a cheap way to go.

    The BitScope is a really cool design that is open or free (as in beer and speech). You can download all the specs and build it yourself, or buy preassembled kits or BitScopes (cheaper than buying the individual parts yourself). It is a black box that you control via software on a PC, which is pretty cool.

    And then, you can always snag a scope on EBay for a couple of hundred bucks. Loads of Tektronix scopes, etc. Wish I could afford a Fluke ScopeMeter myself.

    -Roy

  21. Can't be done with soundcard by seizer · · Score: 2

    This much should be obvious - you can't use any modern soundcards, because they all feature AGC - Automatic Gain Control - which means that across certain decibel ranges, you'll be able to tell the difference, but across others, you won't.

    For example, 30db might be louder than 25db, but might "look" to the sampler to be the same as 60. (Or whatever... it's logarithmic, I can't be bothered with real examples :-)

    1. Re:Can't be done with soundcard by unitron · · Score: 2

      Aren't professional soundcard prices up there in the same range as real oscilloscopes?

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

  22. Get a real, used scope. by Matt_Bennett · · Score: 5, Insightful

    I know you want to use your PC, but try to get a real live scope- you'll probably spend less money and get a better measurement device. A sound card would be barely good enough for doing audio measurements, but you run into the problem of an impedance that is too low, with too low a bandwidth. Yeah, you may only want to look at audio frequencies, but realistically, you want a scope with 3-10 times the bandwidth of the highest frequency you'll be looking at.

    You don't specify what frequencies you want to work with, but for any sort of digital work I wouldn't suggest that you use *anything* less than a 30 MHz bandwidth analog scope. With that, you'll see a lot of rounding on a 10MHz signal, but you'll be able to see something. Digital scopes are very nice, if they have a decent sample rate. To get the equivalent performance of a 30 MHz analog scope in a digital scope, the digital scope must have at least a 30MHz bandwidth and 100MHz sampling rate (or a good equivalent time setting).

    Bandwidth is *very* important. Oscillations can and will happen, and if it is a high frequency parasitic oscillation, a low bandwidth scope will fool you into thinking there is nothing there. You will spend many, many hours trying to debug such a circuit, because your tools will lie.

    If you look around (hamfests, ebay) you should be able to find a working old tektronix boat-anchor for between $100 and $200. I've seen plenty of kits available, but they all cost more and have less performance. Since you don't say that you want to build the scope as a learning experience, you want it as a tool. The scope should be your third piece of electronic test equipment, after a multitester and a logic probe. These tools are fundamental. Get something good, whose performance you can trust, that you won't need to debug.

  23. Protek Digital PC scope cards and Velleman scopes by Y2K+is+bogus · · Score: 2

    I have one of the Protek PC ISA oscope cards. It's about a 4Mhz card and is dual trace. It works ok, but not well enough for analyzing video signals. It has some decent software and logging capabilites. It's manufactured by Hung Chang. Price: $220-$249

    The other scope I have is a Velleman handheld. It works really well. For $249 it's the best thing I've seen. It's based on a PIC microprocesor and is single trace with a 5Mhz bandwidth. Some of them have PC interfaces, mine doesn't. Here's Velleman's website.

  24. The main problem by fireboy1919 · · Score: 2

    An oscilliscope just samples input voltages and displays their amplitude. That's REAL tough computations (NOT!). And a frequency analyzer (often used for a similar purpose) just takes a fourier transform of the signal (this is a mere O(n log(n)) complexity problem). The software is trivial!

    The main problem is the sampling rate of the hardware. Soundcards are made with a sampling rate that is only slightly above and below the range of human hearing, which means that for many circuit frequencies, they are unacceptable. If this will work for you, the coding is rather simple since its the well known I/O operations that have been used in PCs forever. Just learn a little bit about SOME sound API and output the wave output from the soundcard in real time. I'm sure others have done this before, too. Its a 4 hour job.

    If you need better accuracy than that, you need to buy a data acquisition card, but it will cost you a pretty penny for them. Here is a list of some of these cards.

    There are some up sides of having a card such as this that can capture high quantities of data, the biggest being that if you know C, and you get specs on ANY kind of input signal, you can often write a driver for it - NTSC signals, radio signals, digital video signals...pretty much anything.

    If you really want to do this quickly, get something like the matlab and use the data acquisition toolbox.

    In my opinion, a data acquisition device on the computer beats the pants off of an oscilliscope any day.

    --
    Mod me down and I will become more powerful than you can possibly imagine!
  25. Idea by jrockway · · Score: 3, Interesting

    I was going to build something like this a while ago, but I haven't had time. Just get a A->D chip, hook it up to a USB bridge, and read it a certain number of times a second (500, I think; most D/A converters can handle this IIRC). Connect a probe, voltage limiting circutry, and ground (and a timer, so your software doesn't have to raise the read pin 500 times a second :). Since it's USB, you can easily have another device in the box that does D/A and transposes it on a higher voltage. Then you have an osciloscope and a frequency generator. I think I'll start drawing some diagrams and investigating the IC's. Email me if you want information.

    --
    My other car is first.
    1. Re:Idea by jrockway · · Score: 2, Insightful

      Okay, I've looked into some IC's to get this thing to work.

      First, you need to convert analog to digital. I found what looks to be a decent A/D converter (12 bits, so with 0-+5V input, you get resolution of ~.001V) at DigiKey. This also has a "MicroWire" interface which is what the USB controller speaks.

      Then, you'll need some way to talk to the USB bus, where the National Semiconductor USBN604 would work. I have no idea how to program this thing, but after reading the docs I know how to get a circut working between this and the A/D converter (I think).

      On the analog lines, you'll want a (big) transistor to transpose the input voltage on a regulated 5v line. You might want a bargraph display on this 5v line, and a potentiometer to adjust input to fit a nice range.

      I imagine that it would easy to create a frequency generator using a D/A converter connected to the USB chip. Here the IC would output 5v, so you'd want to connect an external power source and drive that with some transistors (+ and ground). You might want some sort of buffer to do constant waves; thus saving USB bandwidth.

      Okay, those are pretty much my ideas for now. Time to do more research and draw some diagrams with xfig. I'll probably post some stuff on my site shortly. (How helpful, huh... now I'm obligated!)

      --
      My other car is first.
    2. Re:Idea by pjrc · · Score: 2
      I know I shouldn't feed the trolls, but in case anyone takes this seriously...

      Just get a A->D chip, hook it up to a USB bridge, and read it a certain number of times a second (500, I think; most D/A converters can handle this IIRC). Connect a probe, voltage limiting circutry, and ground (and a timer, so your software doesn't have to raise the read pin 500 times a second :).

      Oh, you will learn much along the way, which could be much more easily learned by looking at some of the free 'scope designs mentioned by other posts.

      You'll need an amplifier to buffer the signal (you want that 1 Meg Ohm and ~22 pF input impedence for the probes, right).

      Don't forget to be able to change the gain somehow, unless you only plan to look at 0-5 volt signals (or whatever the input range of your A/D chip is).

      While you're at it, try sampling at some speed that'll let you look at things more interesting than nearly DC.

      Don't forget to add some circuitry to trigger (begin sampling) at a predictable level/event, as the latency up and back down the USB isn't predictable and isn't in your control as a USB device.

      Being a USB device (not the host PC), you aren't in control of when you get to transmit data, so be sure you have at least a little buffering.

  26. Hit eBay.com by eXtro · · Score: 2, Insightful

    I picked up a decent analog oscilliscope for 200 bucks. It's got 35 MHz bandwidth which is plenty for most things you can do in a home lab. This seems like a better option than the 350 dollar PC card that has 10 MHz analog bandwidth mentioned elsewhere.

  27. sound card woes by brer_rabbit · · Score: 2

    the sound card would be pretty crappy for this. First off, it's AC coupled, meaning that you won't be able to measure DC voltages. Also, it's most probably filtered for human hearing, 20-20khz.

    I think there might be software around that turns the printer port into a logic analyzer. While not an oscope, logic analyzers have good value.

  28. Sound card = not best idea for oscilloscope by AntiNorm · · Score: 2

    I've downloaded a couple of shareware programs that use the sound card for input, but they weren't really useful

    You can measure low-amplitude AC signals from a few Hertz to a couple dozen kilohertz (and easily do fancy tricks such as FFT analysis), but if you're talking about using this setup as a real oscilloscope, you're not going to get very good results. Sound cards have lots of filters on them, many of which are active filters, and this would have the potential to tinker with your input signal. Also, feed too large a signal into your sound card, and poof -- no more soundcard.

    --

    I pledge allegiance to the flag...
    of the Corporate States of America...
  29. TV card? by rjkm · · Score: 2, Interesting

    The Bt848/878 has a raw mode which delivers the pure composite signal. I never tried to use it with non-TV signals but I guess it could work.In this raw mode the chip does not care about horizontal and vertical syncs. You can see all the "good stuff": color burst, front porch, strange "signal modifications" in scrambled channels, etc. When I programmed the Linux drivers I experimented with this mode a little bit.
    This does not deliver great resolution (only 8 bit) but goes up to at least 36MHz (PAL frq.*8). With the chips with internal PLL (Bt848A and upwards) you can even change the sampling frequency in small steps.

    You can find the Bt848/878 in most cheap TV cards on the market but you might have to make some modifications to the Linux driver to support
    the raw mode and non-standard PLL settings.

    1. Re:TV card? by G6KIB · · Score: 2, Informative

      PAL-Plus never took off in the UK. I didn't realise that it was still in use elsewhere in Europe.

      The limit on the capture block size of 674*256*4 is presumably enforced by hardware. It means that continuous waveform sampling can be done for almost 20 ms. which in itself is not bad going. The VDELAY restriction means that the dummy sync generator must generate pulses for at least two lines and I would imagine that a further couple will be needed before the field pulse to allow odd / even field discrimination. I know that we don't really need this but the 848 seems to get confused and refuses to capture if the field ident gets mangled based on problems I've had transcribing video from camcorders. I don't think that the 848 is too picky about the serration pulses so overall it should be possible to capture consecutive 20 ms blocks separated by 360 us holes. For display purposes, the horizontal refresh is unlikely to be an exact multiple of the sample window size so the holes in successive scans should get covered up. The chopping action on most dual trace 'scopes relies on this effect.

      The big advantage of using a video capture card for a cheap DSO is the high bandwidth into PC memory. It is not necessary to reduce the AtoD sampling rate when using a slower timebase setting so the aliasing problems which plague most external box solutions (and even some Tek LCD DSOs) simply go away. The display software should translate sample distribution within each time slot into intensity, thereby emulating a conventional 'scope. Modern processors should be fast enough to do this with imperceptible delay.

  30. parapin by jamesmartinluther · · Score: 2, Informative

    On the parallel port software interface side, I have successfully used the parapin library in my pc-to-breadboard experiments. This way you can spend more time on the hardware and the imaging and less on the hardware interface.

    "parapin makes it easy to write C code under Linux that controls individual pins on a PC parallel port. This kind of control is very useful for electronics projects that use the PC's parallel port as a generic digital I/O interface. Parapin goes to great lengths to insulate the programmer from the somewhat complex parallel port programming interface provided by the PC hardware, making it easy to use the parallel port for digital I/O."

    - James

  31. If you have to ask Slashdot you aren't qualified by Zero__Kelvin · · Score: 5, Informative


    This not meant to be rude, but rather a simple statement of fact. If you have to ask Slashdot you aren't qualified to do it. Analog electronics is Voodoo science, and in the end you will have no idea if the representation on the screen is accurate. Even if you compare certain captured signals to ones grabbed by a high end O'Scope, there will be no assurance that signals of different amplitude and frequency are properly represented.

    As an Engineer who was also an Electronics Technician for many years I have seen improper understanding of the nature of Analog cause all kinds of misunderstandings. For example, using a long ground lead or improper input impedance can distort the signal so much that a perfect signal looks FUBARed, or a FUBARed signal looks good. Indeed, there is a kind of Heisenburg Uncertainty to it all. By this I mean that the act of measuring changes the results, of course. I have seen faulty circuits that only work when you are probing them!

    Your best bet is to try saving up for one designed by qualified Engineers ... perhaps the bitscope.com ones, or another one mentioned by others. I haven't looked seriously at any of these, so I cannot offer a valid opinion one way or the other.

    Also, a sound card based O'Scope is only going to handle signals in the audio range, and if the card is any good it will do some pre-processing on the inpuit anyway, further distorting the input signal, so that's way out IMNSHO.

    Finally, if you do decide to do this just for fun, spend the money to purchase real (quality) probes, and learn to write device drivers if you don't have this skill already. Expect to spend several years coming up with anything that is marginally decent (based on your level of knowledge at this time, as indicated by your post.) Also, be fully prepared to never succeed and ruin a motherboard or two along the way 8^}

    Whatever approach you decide upon, Good Luck!

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  32. Gameboy Digital Sampling Oscilloscope by bartjan · · Score: 2, Interesting

    The dutch magazine Elektuur published a design for a device that allows a Gameboy to be used as an digital oscilloscope. See Some info in dutch about the device. The english sister-magazine elektor also published the design, but I can't find anything online about it, except the fact that it is published in issues 2000/10 and 2000/11.
    Using Google I found a page with screenshots about the device.

  33. ... with easy on-screen waveforms by gunner800 · · Score: 2, Funny
    You need:
    1. A webcam (preferably USB)
    2. A real oscilloscope


    Point the webcam at the oscilloscope. If you need greater precision, hit "full screen".

  34. X-Y scope : ASTEROIDS!! by blakestah · · Score: 2

    The old asteroids arcade games are programmed X-Y scopes. Buy one, rip out the XY-Scope, and you are in business.

  35. Re:Radioshack? by terpia · · Score: 5, Informative

    You are correct. I have this and do use it on occassion. Its certainly not a tektronix, but its really great for tinkering. A real nice perk with this unit is that although it connects to a serial port, near the connector it transfers the signal optically, so you dont have any ground loop problems to worry about, nor do you have to worry about nuking your mobo - which lets you poke around freely without worrying (except about the board you are poking around on)...
    It's really a nice quality geek toy, and it does have a small silly lcd display right on the unit so it does not always require a computer unless you want to look at something other than a semi accurate representation of the waveform.

    --
    .sig wanted: Must be concise, funny, and display my cleverness.
  36. Velleman's build-yourself-scope! by freaker_TuC · · Score: 3, Informative

    There is a very high quality oscilloscope box from Velleman. It has it's own box and probes with software package together in the box.

    They use the software package Scope-It as "digital storage oscilloscope and spectrum analyser". They also have a demo downloadable at that page.

    PCS641, PCS500 (PC-Scope 50MHz) and with adapter.

    --
    --- I am known for the ones who want to find me on the net. Is that a privacy risk or a privilege? One might wonder..
  37. Recommended test gear by KC7GR · · Score: 5, Informative

    If you're at all serious about building up your stash of test gear, the PC is just about the last place you want to look. Nothing it can ever do, even with add-in boards, will ever equal the quality of equipment that was made for the purpose you're trying to accomplish.

    Others have pointed out that you should check out ham radio/electronic swap meets for a good used O-scope. This is an excellent idea. As far as that goes, I have some suggestions.

    The Tektronix 7000 series, more notably the 7603, 7704, 7904, and 7104 are all some of the longest-lived and most durable instruments that Tek ever built. My personal unit is a 7904 (500 MHz basic bandwidth on the mainframe) with a whole raft of plug-ins. If I recall my specs correctly, the 7603 mainframe is rated at 100 MHz, the 7704 at 250, the 7904 at 500, and the 7104 at 1 GHz.

    Keep in mind those are MAINFRAME bandwidths (top-end response for the mainframe IOW). You'll need appropriate plug-ins to take full advantage of that. Anyway, the 7000 series mainframes need a minimum of one time-base and one vertical amplifier plug-in to be useful. I would settle for nothing less than a 7A26 (200 MHz dual-trace) vertical module, and a 7B85 (time base) module. If you can, find a 7B92A for the time base and a 7904 or 7904A for the mainframe.

    If you need REALLY high-frequency response on the vertical side, look for a 7A19 (single-trace, 50-ohm input, 1 GHz response). Bear in mind that you'll only get the full bandwidth from such in a 7104 mainframe (although you can use it in other mainframes at reduced bandwidth).

    A word of caution on the 7104 mainframe, assuming you should choose it: Its CRT is more delicate than those of other Tek scopes, thanks to its extremely high writing speed, so be VERY careful to check it for screen burn.

    If a portable 'scope is more to your liking, look around for a Tektronix 465, 475, 475A, or 485. Hard to go wrong with those, especially if you get one that has the DMM option.

    Other sources for used Tek equipment include, of course, Ebay.

    OTHER TEST GEAR: I suggest HP or Fluke for a multimeter. Fluke makes good stuff, especially older hardware, but HP's is easier to get calibrated. My own benchtop meter is an HP3456, backed up by a Fluke 8520.

    POWER SUPPLIES: A good bench power supply is critical to any lab. HP, Kepco, and Lamda all make excellent units. Figure out what you're going to be working with and shop around.

    As for more specialized stuff, I can't comment intelligently without knowing what specific sub-field you want to go into. There are different specialty instruments for RF, digital design, microwave, power supplies, etc.

    Perhaps the best advice I can offer is ALWAYS get the best stuff that you can possibly afford. NEVER sell yourself short where your own test gear is concerned! Doing so -will- come back to haunt you later on.

    --

    Bruce Lane, KC7GR,

    Blue Feather Technologies

    1. Re:Recommended test gear by John+Miles · · Score: 2

      Not that it belies anything you've said about equipment accessible to hobbyists, but it's interesting to note that Tek's latest TDS5000-series digital phosophor oscilloscopes are basically.... Windows PCs with oscilloscope cards.

      It's hard to beat a PC-based solution if you've got a lot of customized and/or repetitive measurement tasks.

      --
      Dahlmann tightly grips the knife, which he may have no idea how to use, and steps out into the plain.
    2. Re:Recommended test gear by __aaahtg7394 · · Score: 2

      As far as the power supply goes, if you've got a meter you can trust, it's hard to go wrong building your own. They're nice and simple, and a good way to spend a relaxing afternoon (beer in hand, even - just don't spill it).

      And i second your assessment of Tek scopes, all the working scopes in my high school electronoics class were Tek, however, not all the scopes in the lab were working...

      -josh, who has yet to get around to buying his scope, but needs one desperately every month or so

    3. Re:Recommended test gear by John+Miles · · Score: 2

      Take a look at the specs on those TDS5000-series scopes, and get back to me on those points you were trying to make. :)

      --
      Dahlmann tightly grips the knife, which he may have no idea how to use, and steps out into the plain.
  38. Re:Radioshack? by __aaviop3165 · · Score: 2, Informative

    The Probescope is more useful than it looks. The device is made for Radio Shack by Wittig Technologies The have an improved version called it the ozziFOX, for around $70. A much better (but more expensive) device is the bitscope. Both devices connect via a serial port.

  39. Re:If you have to ask Slashdot you aren't qualifie by Zero__Kelvin · · Score: 2


    "man don't be so anal. you're not hot stuff. I'm just a co-op at IBM and I've seen circuits that only work when they are probed -- you don't sound experienced when you say that. In fact, I could have written your entire post.All I'm trying to say is that this guy asked a reasonable question and you're belittling his knowledge by attempting to portray the fact that you are knowledgable, when, in fact, you do not sound knowledgable at all -- merely annoying. "

    Sounds like you should change your nick to openlysubversive 8^}

    First of all, I never said I was 'hot stuff', but I would certainly compare my expertise to yours 24/7. As a person with 15+ years of real world experience beyond an IBM co-op, I can tell you that people are often surprised to see that probing the circuit can affect it's functionality.

    Perhaps, if you could have offered valuable input you should have, rather than composing this little diatribe? I never once told him his question was stupid, or that he shouldn't try. I merely told him what he needs to do, and what kind of effort to expect. I also offered him advice should he choose to pursue the DIY option. Finally, if you could have written the post, and it doesn't sound knowledgable, what does that say about you 8^}

    To quote captain Hulka from the movie 'Stripes', "lighten up Francis"

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  40. Been playing around with something similar by guru_steve · · Score: 2

    Oddly enough, this semester i've just completed a Cogs 300 class (That's Cognitive Sciences, for those of you who do not know), one in which our prof got his docterate dealing with EEG's(Electroencephalography,) and such. In a nutshell, the method in which an EEG functions is by amplifying (20 000 some times) the extraordinarily minute electrical signals given off by the collective firing of the neurons in the human brain.

    Term project was a biofeedback one, and originally consisted of training myself to try to produce more alpha/beta waves for communication and computer control, applicable to severly physically handicapped people with such dieases as ALS. In the later stages of ALS, it leaves its victims in such a state that one's cognitive abilities are as normal, except that you have absolutly no muscular control whatsoever.

    Before you mod this offtopic, training was done via a custom A/D converter box, attached to a parallel port, and using custom software analysing the signals and such for relevant waveforms. Mind you, this software was designed with EEG analysis in mind (no pun intended.)

    1. Re:Been playing around with something similar by guru_steve · · Score: 2

      This is probably offtopic too, but as i said, my term project involved an overview of current research dealing with the possibility of HCI (human-computer interfaces,) and EEG technologies for the severly disabled. It's moderatly interesting what can be done today. People can actually spell out messages at ~2 characters/minute simply by thinking and looking at a computer screen -- with no physical movements whatsoever. Yes, it's slow, but for some people, it's better then nothing.

      This may make an interesting ask slashdot article, to see what other people have observed in this field.

      If there's enough interest, i may consider posting my research online sometime.

    2. Re:Been playing around with something similar by markmoss · · Score: 2

      An EEG trainer is basically a low-bandwith scope. The trick is getting a front end (analog amps and filters) which will separate out the very weak signals of interest from all the noise, and amplify signal without drowning it in amplified noise. A PC card would have a lot more noise to contend with (from the PC), so the circuits need to be in an external box...

  41. Re:If you have to ask Slashdot you aren't qualifie by fm6 · · Score: 2
    I have seen faulty circuits that only work when you are probing them!
    No distinction there. Anybody who's owned an old pre-solid-state TV set has seen boxes that only work when the technician is trying to fix them!
  42. I Just Went Through This! My Solution Below: by MBCook · · Score: 5, Informative
    I just went throught this same problem. I looked on the internet but cound't find much of anything. The only solutions that I found were the soundcard based one you mentioned, and ones that hooked to the parallel port. There are some out there but I highly recomend that you do what I did.

    Because I couldn't find anything good that required a PC, I went out and just bought a used oscilloscope. I bought a used oscilloscope off of e-bay for ~$400 (you can find cheaper ones easily). What I did was I would search daily for oscilloscopes that worked, included probes (they are really expensive), and most importantly had a "buy now" option. I found one that a guy put up that the "buy now" was really low (considdering the scope would be over $1500 brand new). The other trick is to MISPELL things. If you search for oscilloscope, oscilliscope, osciliscope, etc... you'd be amazed what you can find. Because it's mispelled, most people don't see it and therefore don't bid on it. That way you can get things cheaper.

    My last suggestion would be to go around to schools, electronic repair shops, etc. and ask if they have any old oscilloscopes you could buy cheap. If you explain your situation you'd be suprised how nice people can be.

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
  43. Joystick port by webprogrammer · · Score: 2, Interesting
    I did something like this a while ago on Windows, although you could probably get it to work in linux. Just connect your circuit between pin 1 and pin 3 on the joystick port, then just sample the value every second or two. If you were using QBasic (which is actually suited pretty well for this), the code would be this:

    1 x = stick(1)
    print x
    sleep 1
    goto 1

    If you want to sample two circuits, just divide pin 1 into two wires and connect the other wire through your other device into pin 6. To use this, sample stick(0) instead of stick(1).

    Maybe this will help. Good luck.

    --
    Tim ODonnell (trying to be the most
  44. working while ONLY under probe by TheGratefulNet · · Score: 2
    I have seen faulty circuits that only work when you are probing them!

    that's nothing. I have some software that works only under gdb and not on its own.

    --

    --
    "It is now safe to switch off your computer."
  45. Xoscope by quan74 · · Score: 2, Informative

    http://xoscope.sourceforge.net/ (Includes directions for building buffer hardware)

    http://bul.eecs.umich.edu/signal/ (spectrum analyzer that works with xoscope)

    http://support.radioshack.com/support_meters/doc 50 /50525.htm (for a compatible probe)

  46. Re:Latency is a problem...Tektronix by scheme · · Score: 2

    I definitely second this. If you really want nice collection try a tektronix tds 3000. It interfaces to the pc using a gpib bus and you can control all the settings of the scope using your pc. It's fairly easily to program it from c, python or perl and it gives you 10,000 data points at up to 2ns resolution. I loved it when I had the chance to work with it. Unfortunately, it and the control program I wrote is doing stuff for superk.

    --
    "When you sit with a nice girl for two hours, it seems like two minutes. When you sit on a hot stove for two minutes, it
  47. PC O-scope CHEAP PROJECT by Muipotu · · Score: 2, Informative
    I designed a "PC Data Acquisition Board" for the ISA bus a few years back. I didn't call it a PC O-scope becasue it was not real time but with some modifications it could be. It just took as much data as it could fit into its memory and then sent it to the PC via the ISA bus. Then it displayed it to the user in an o-scope fasion and saved the data for further analysis as a data file. The most important part about this project is to use low noise techniques for layout and design because if you don't you will loose some resolution. The great thing about this project was that it was almost free. If you didn't know this already some companies will GIVE samples to students working on projects.

    Company Part# Description

    Maxim MAX197 8ch. 12bit 5MHz A/D!

    Maxim MAX503 10bit D/A

    Phillips 89C51RD+ 64K FLASH 1K RAM

    Intel 82C55A ISA Control logic If anyone out there needs very accurate waveform data on there PC and has more time than money than this may be the way to go. I have the entire project documented and if anyone wants it I can .pdf it up and send it your way. I have the embedded c-code and the VB GUI code as well that people are free to use. It might be a good senior design project for someone to update my design to make it real time by using a faster bus like a PCI or FIREWIRE! Another great magazine that I have not seen mentioned here yet is "Circuit Cellar Ink." They have a lot of information and ads related to PC data aquisition. Let me know if anyone wants the documentation/code to build this. Makes a great stocking stuffer...

  48. What bandwidth? by Animats · · Score: 2
    The first big question is what bandwidth do you want? If you're looking only at low-bandwidth audio, almost anything will work. If you need 10GHz, it's harder.

    The second big question is whether you're looking at a repetitive waveform. If you are, a simple scope-type setup will work. If not, you'll need storage.

  49. Soundcards are ok ... sometimes by arp11 · · Score: 2, Informative
    Almost all measurements with oscilloscopes cannot be performed with a sound card. However, if your application meets these ...
    • Your signal is intrinsically AC coupled
    • Nothing you're interested in is outside the audio band (50Hz to 5kHz or so)
    • Up to a second delay for the screen update latency (depending on sound card) is ok
    • Your circuit is floating, so you can tie its ground to the computer's ground
    • 16 bit digitization (or worse) is enough
    • No hardware triggering (all done in software)
    • When dual channel, both have the same settings
    • Input resistance is unimportant

    You need to take a really careful look at what you're trying to do ... it is usually better to buy an oscilloscope or a PCI 'scope card. However, if you want to make measurements in the field and keep costs down, that's a lot of extra stuff to carry around.

    Corrosion measurements on aircraft is an application where a sound card is appropriate, because it meets those limitations and carrying extra equipment around the aircraft is a real pain.

  50. Re:If you have to ask Slashdot you aren't qualifie by Zero__Kelvin · · Score: 2


    "Loading effects are not a Voodoo science as you assert"

    If you can show me where I assert this there is a million dollars in it for you. What I 'asserted' is that Analog is Voodoo science. Some of the best Analog experts in the industry agree with me here.

    "If he's not qualified to *build* such equipment to take what amounts to results for a process of learning, he's in no position to learn. Seriously, how much mystery *is* there in (gasp) an op-amp, an A/D, and a little glue. Not much IMHO."

    Designing an O'Scope requires *MUCH MUCH MUCH* more knowledge of Analog than loading effects. The fact that you think it is a matter of an Op-Amp, an A/D, and a little glue shows that you basically have no idea what you are talking about. Don't believe me? Open up a real O'Scope some day and look at the circuitry. Ever heard of Bandwidth response? Ever look at an Op-Amp data sheet? Have any idea what you are seeing when you do? Clearly not. Building a circuit that has 1:1 gain with infinite bandwidth is impossible. Never the less, that is exactly what is called for, so the professionals do their best to come as close as possible. That's what makes it Voodoo science. In fact, the fact that you think grabbing a schematic and throwing it together will work shows your ignorance even further. Perhaps you don't know what a reflection is? Perhaps you didn't realize that the length of traces and their orientation and proximity to other traces can have drastic effects on the operation of High Frequency circuits?

    The fact that you think I was belittleing him for being an IBM co-op shows that you have little ability to understand what you read, and also suggests that you feel you have more to prove than you let on.

    Finally, People seem to be interpreting the bold italic font as my surprise (which was a surprise some 15 years ago), rather than my pointing out something that many people will find surprising. You knew it, great. Doesn't mean most people do.

    That being said, I hope you have a wonderful life ... should you ever get one 8^}

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  51. Sound cards are better than you think by Sigfried_Blip · · Score: 2, Informative

    It is true, sound cards do have limitations when it comes to oscilloscope duty, but they are not as bad as many claim. I can't believe I'm defending the lowly sound card. It is time for some de-bunking. Let's go:

    Almost all measurements with oscilloscopes cannot be performed with a sound card. However, if your application meets these ...
    Nothing you're interested in is outside the audio band (50Hz to 5kHz or so)

    Low end sound cards with a 48000 sample rate are good from almost DC to 24kHz.

    Up to a second delay for the screen update latency (depending on sound card) is ok
    Check out a linux program called baudline, it's screen update latency is less than a 1/60 of a second. It's quickness will blow you away.

    16 bit digitization (or worse) is enough
    Huh? More bits is better. Since high-end digital scopes have 8 or 10 bit ADC's, the cheapo 16 bit PC sound card has far less quanization noise.

    No hardware triggering (all done in software)
    Why would you want hardware triggering? Deep buffers rule! In baudline you can scroll back to events that happened minutes or hours in the past (depending on RAM).

    When dual channel, both have the same settings
    What do you mean? Same sample rate? That isn't much of a limitation. Gain, zoom, offset, ... can all be independently controlled via software.

  52. Re:Latency is NOT a problem by Sigfried_Blip · · Score: 2, Insightful

    Try the linux program called baudline, with a typical cheapo sound card, it's analog input to screen draw latency is less than 1/60 of a second. That is far from slow.

  53. Re:If you have to ask Slashdot you aren't qualifie by markmoss · · Score: 4, Insightful

    I'd amend that statement a bit -- by the time you get decent results by building your own, you will have acquired valuable and rare skills in analog design and construction. And you will have had to buy or borrow a real oscilloscope in order to find out what's wrong with the one you built! I'm a test engineer. I make functional test fixtures that apply stimulus to a board and check the output signals from it. Getting DC analog signals from the board to the A/D converter accurately is harder than it looks. Audio frequencies are harder. Scopes should work at well above audio frequencies, and that gets very hairy -- every wire is also an antenna, capacitor, and inductor, all at the same time.

    I might have plunged into a project like this when I was a kid and didn't know what I was getting into. I'd probably be a hell of a lot better analog designer if I had. But god, it's a big project. If you still want to go ahead, best of luck. If you actually get it working, you might as well go ahead and get the BSEE degree. Good analog designers are scarce and high-paid.

    Some intermediate possibilities:

    Scopes that use the PC as the display device, for instance this from JDR Micro. It's a box with the signal conditioning and A/D circuits of a low-end digital scope, but connects to a PC parallel port for displaying the signals captured. The advantages of this, compared to a standalone scope, are that you save a few hundred dollars for the scope display and control panel, and you've got the full power of the PC for analysis of the datapoints captured.

    Scope card in the PC: I'm not aware of any low-end cards now on the market. The problem with this arrangement is that the PC is full of high frequency radiated signals, so shielding a scope card from that is quite an accomplishment. It can be done, but not by amateurs, or even by non-specialized EE's like me. It does have considerable advantages, as mentioned above, plus it can DMA to the PC's memory and so be able to record for longer.

    Use a Data Acquisition (DAQ) card as a scope. I've done that at audio frequencies, using National Instruments MIO cards. I'd be dubious about higher frequencies, because the signal reaching the A/D converter would be quite different from the signal you were probing. (I used Labview to program it. It lets you set up a simple system fast, and there are library functions to capture data to an array, and then display it on a scope-like window. But for the test programs I was doing, after a long learning curve, I decided that for any complex program, graphical programming is inherently less efficient than typing the code as text. Labwindows/CVI is better: you create the user interface windows by plopping icons into the window, which is nice, then type in code sort of like Visual Basic. CVI is very expensive, as compared to Visual Basic and C++ development systems which work pretty much the same, except you've got to put some work into interfacing to the card. If a nice pre-written interface to the DAQ cards is worth several thousand $, then get CVI... Labview is a little less expensive; whether it is appropriate depends on how far you need to go beyond the library functions.)

    Finally, whatever you do, spend about $100 for good probes. The best scope is only as good as the probe that brings in the signal.

  54. Re:Radioshack? by phlawed · · Score: 2, Informative

    Simple(?) Linux software for the ProbeScope

    http://www.linuxtoys.com/pscope/pscope.html

    --
    Dag B
  55. Re:Would you tell a child to design his own TV? by unitron · · Score: 2

    Actually it's the current that kills you, the voltage just shoves the current through you.

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  56. Re:If you have to ask Slashdot you aren't qualifie by unitron · · Score: 2
    "Building a circuit that has 1:1 gain with infinite bandwidth ..."

    You left off the part about infinite input impedence...

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  57. Re:Latency is a problem...Tektronix by Technician · · Score: 2

    The TDS 220 for a lot less money has automation capability with an inexpensive option module. (this was not a company purchase, but a personal one.) I have nothing else with HPGPIB, so I opeted for the communications / print module. It can be used to do all the automated stuff but over a atandard RS-232 port and includes a centronics port. I can upload and download scope setups for automated testing and capturing results. For my low volume requirements, I skip the automation and use the screen captures and hard copy to document resultes. The scope will save and recall a couple setups internally. The 3 modules you can get are, serial only, serial & centronics, and HPGPIB module. The module comes with very little useful software and a demo of a $400.00 program, however the book includes the commands so it is easy to roll your own with pearl. The important software, that is blaringly missing, was the ability to export a screen capture to a PC. (you can print OK Gotta have a reason you have to buy that $400.00 software). A quick search on Google found a freeware capture utility. (DOS and very minimal, but works)

    --
    The truth shall set you free!
  58. WinScope by Black+Acid · · Score: 2
    WinScope is a fairly decent ..oh sorry, wrong link. Digital Oscilloscope Uses PC Sound Card for Input
    . It works great for speech input. WinScope can even do Fourier Transform.

    I used it to impress my girlfriend by showing her my parrot can accurately reproduce 2600MHz sinewaves.