Can the AD 7811 ADC be used for free space transmission?

  • Thread starter Thread starter lousyanson
  • Start date Start date
  • Tags Tags
    Converter
AI Thread Summary
The discussion revolves around using the AD 7811 ADC for converting audio analog signals into digital signals for transmission via laser diode. The process involves connecting the ADC outputs to a shift register to serialize the data, which can then control the laser. Concerns are raised about maintaining synchronization and speed for audio transmission, indicating that significant development work is required. The user seeks clarification on connecting the ADC to a microcontroller and controlling the sampling rate, which is specified as 350kSPS in the datasheet. Overall, the conversation highlights the complexities of implementing free-space transmission using the AD 7811 ADC.
lousyanson
Messages
9
Reaction score
0
Hey all,

I am looking for any expert who knows bout the ADC.
I am planning to convert my audio analog signal to be digital signal, then i m goin to transmit that digital signal by using LASER DIODE.
However, I can't really understand the circuit, how to connect that for transmission.
As i know, it is converted for computer used purpose at ADC. anyone know how to do with the ADC for transmission in free space??

thanks,
anson
 
Engineering news on Phys.org
Suppose you had an A to D converter that converted an analog signal to 8 bit data. This would appear on the 8 output pins of the integrated circuit.

You could take these 8 outputs to the 8 inputs of a shift register and apply clock pulses to send them, one at a time to the serial output of the shift register.

These outputs could be used to switch a laser on and off.

This is the theory. Actually doing it fast enough to keep up with audio and synchronizing a receiver to decode it would take some pretty serious development work.

There is a lot of interest in this. I just Googled "laser audio link" and got lots of plans for doing this sort of thing. Not necessarily digital, but they claim to get good results.
 
from my datasheet, i found the data output(Dout) is always connected to the three-wire serial interface with data input (Din) and Serial Clock Input (SCLK). It really confuse me, how am i suppose to get the data output...
 
Sounds like you already have a serial output.
Which type of A to D converter are you using?

Here is some descriptive explanation of one type of serial A to D converter, the TLC0831:

A conversion is initiated by setting CS low, which enables all logic circuits. CS must be held low for the complete
conversion process. A clock input is then received from the processor. An interval of one clock period is
automatically inserted to allow the selected multiplexed channel to settle. DO comes out of the high-impedance
state and provides a leading low for one clock period of multiplexer settling time. The SAR comparator compares
successive outputs from the resistive ladder with the incoming analog signal. The comparator output indicates
whether the analog input is greater than or less than the resistive-ladder output. As the conversion proceeds,
conversion data is simultaneously output from DO, with the most significant bit (MSB) first. After eight clock
periods, the conversion is complete. When CS goes high, all internal registers are cleared. At this time, the
output circuits go to the high-impedance state. If another conversion is desired, CS must make a high-to-low
transition followed by address information.

So, you could take the output from the data-out line and switch your laser with it.

Did you have a look at any of those circuits on Google?
 
i already selected the ADC by myself which is AD 7811.
However, i wonder that sampling rate is able to be controlled although it stated it is 350kSPS in the datasheet.

Must i connect the ADC with the microcontroller or microprocessor? I was thinking that, i can directly get the data out from the Data Output pin.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top