How to multiplex signal from multiple sensors

AI Thread Summary
To multiplex signals from 12 photodiodes to a computer via a sound card, using an analog multiplexer IC is recommended to interleave the sensor data onto a single output line. Precise synchronization of turning sensors on and off can be achieved by implementing a sync break or using a reference voltage on an unused channel to indicate frame starts. A consistent oscillator, such as a 32.768kHz, can help manage timing for the multiplexing process. Additionally, since sound cards are typically not DC coupled, introducing a ground channel may be necessary to correct for offsets in the sensor values. This approach allows for efficient data management while maintaining the required sampling frequency.
stanford
Messages
3
Reaction score
0
I have a bunch of photodiodes and I want to interface to these to a computer using my sound card. I have 12 sensors and stereo input samples at around 96000hz. My idea is to connect 12 sensors to each line and have them turn on or off at a specified offset so that the total output signal would be sensor1,sensor2,...sensor 12. I can then split the signal up in software (I only need around ~500 hz for each sensor)

Is that a good way of doing it or do you think there is an easier way? How difficult would the precise synchronization of turning detectors on/off would be?

I was thinking of using a bunch of 555 timers but need a way to synchronize them or set the phases
 
Last edited:
Engineering news on Phys.org
The easiest way to go about doing this is to just use an off the shelf USB data acquisition device.

Otherwise if you need the sensors to connect to your sound card, consider using an analog multiplexer IC to cycle between each sensor and interleave the analog data onto a single output line.

To synchronize the output signal with your software, use a sync break in between each round of sampling. You could leave an obvious time delay between sensor 12 and sensor 1. Or you could have an unused channel 13 that outputs some reference voltage that indicates the start of a new frame.
 
You might look into a fairly consistent oscillator, maybe a 32.768kHz. Then put it through a divider and have a divide by four select a 1-16 must. As ST said, make one of the 16 channels a reference value and use it for synchronization.

I don't think your sound card is DC coupled, so you may have to introduce one channel as a ground value, so you can use it as a baseline to correct for the offset in the other values.
 
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