RE: A/D Capabililty
schwiegjc
Posts: 41
I recently ran the microphone_to_speaker code and was amazed that it worked (via simple assembly code). I thought that one had to have an A/D Chip and DAC to captured and output·analog signals. Having to·use·interfaces chips reduces the sampling rate. Is there a simple·answer that explains how it works? I have a need to sample/output analog voltages. Eliminating the need of A/D and DAC would make the design·easier to implement.··
Comments
Get Parallax's application note (AN001) for the Propeller counters. There's an object included for A/D conversion and the comments describe how to use it. Look at www.emesystems.com and click on "app-note" for a discussion of A/D and D/A conversion using a Stamp. It's slower than the Propeller's, but uses essentially the same techniques.