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

  • Thread starter Thread starter lousyanson
  • Start date Start date
  • Tags Tags
    Converter
Click For Summary

Discussion Overview

The discussion revolves around the use of the AD 7811 ADC for converting audio analog signals into digital signals for transmission via laser diode in free space. Participants explore the circuit connections and operational details necessary for this application, including the challenges of synchronization and data handling.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant, Anson, seeks guidance on connecting the AD 7811 ADC for transmitting audio signals using a laser diode.
  • Another participant suggests using a shift register to serialize the 8-bit output from the ADC, indicating that while this is theoretically possible, practical implementation would require significant development to manage speed and synchronization.
  • A participant mentions confusion regarding the data output from the ADC, specifically its connection to a three-wire serial interface.
  • Another participant provides a detailed explanation of how a different ADC, the TLC0831, operates, suggesting that similar principles could apply to the AD 7811 for controlling a laser based on the data output.
  • Anson confirms the choice of the AD 7811 and questions whether the sampling rate can be controlled, as well as the necessity of connecting the ADC to a microcontroller or microprocessor for data retrieval.

Areas of Agreement / Disagreement

Participants express varying levels of understanding and approaches to using the AD 7811 ADC for the intended application. There is no consensus on the best method for implementation, and several technical details remain unresolved.

Contextual Notes

Participants highlight potential challenges related to synchronization and the practical aspects of data transmission speed, but these issues are not fully resolved within the discussion.

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.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
6K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
3K
Replies
5
Views
3K
Replies
20
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K