jonw0224
Full Member level 4
sram diy oscilloscope
Unfortunately, the ADC 0804 appears to sample at around 10 kHz maximum (uses successive approximation). Your sound card does better and there are plenty of free programs out there which turn the sound card into a slow oscilloscope.
You need to:
(1) get a faster ADC (the one i use has an internal track and hold and samples at 1 Mhz)
(2) control it with something faster than the parallel port. I didn't use the port because the speed varies from PC to PC and I didn't want to calibrate the time scale with some standard wave. I am using a microcontroller. Most of the time that's not fast enough so most people (like bitscope) use a CPLD.
(3) build a memory buffer to sample (I'm using ram internal to the microcontroller), then communicate with the computer at a slower speed.
I don't understand that adc0804 was expensive. I looked on digikey and it was $3.00 to $10.00. Digikey also has the max118 for $9.50. You can go even faster like the AD9280 which samples at 30 MHz for $5.00.
Unfortunately, the ADC 0804 appears to sample at around 10 kHz maximum (uses successive approximation). Your sound card does better and there are plenty of free programs out there which turn the sound card into a slow oscilloscope.
You need to:
(1) get a faster ADC (the one i use has an internal track and hold and samples at 1 Mhz)
(2) control it with something faster than the parallel port. I didn't use the port because the speed varies from PC to PC and I didn't want to calibrate the time scale with some standard wave. I am using a microcontroller. Most of the time that's not fast enough so most people (like bitscope) use a CPLD.
(3) build a memory buffer to sample (I'm using ram internal to the microcontroller), then communicate with the computer at a slower speed.
I don't understand that adc0804 was expensive. I looked on digikey and it was $3.00 to $10.00. Digikey also has the max118 for $9.50. You can go even faster like the AD9280 which samples at 30 MHz for $5.00.