Exploring Multiplexing ADC for University Project

In summary, the speaker is working on a final year university project and needs to convert analog output from 9 hall effect current sensors into digital signals. They are considering using an analog multiplexer and single input ADC to accomplish this, but are unsure if a multiplexing ADC exists. The evaluation board being used has a serial input port, so the need for a multiplexer is unclear. The speaker is also seeking advice on using a micro-controller or an Arduino hobby board for this project.
  • #1
Callum121
2
0
Hi

For my final year university project, I have an array of 9 hall effect current sensors producing a maximum current output of 25mA each. They're producing an analog output which I need to convert into digital signals so I can process them using an evaluation board and C++ code.

At the moment I'm thinking about using an analog multiplexer to cycle through the 9 inputs (using C++ code somehow?) one by one, then using an a single input ADC to convert them to digital signals.

Is there such a thing a multiplexing ADC?

The evaluation board has a serial input port.. so would I even need a multiplexer? I'm a bit confused..

Any thoughts?


Thanks!

Callum121

p.s The manual for the evaluation board I am using can be found at:
http://www.analog.com/static/import...854542ADSP_21065L_EZ_KIT_Lite_Manual_Rev2.pdf
 
Engineering news on Phys.org
  • #2
I had a quick look at the manual, and it seems your board has an expansion connector intended to be used with analogue front-ends; it also seems to support I2C
I would look into ADCs and multiplexers with I2C interfaces.
 
  • #3
You could also use a micro-controller with multiple ADC inputs -- e.g., the PIC 18F2455 has 10 10bit inputs -- basically it is one ADC with a front end multiplexer built in. But that means a lot of new programming skills to acquire. Or an Arduino hobby board might have enough inputs and has a lot of available software already.
 
  • #4
Thanks for the advise!
 

1. What is multiplexing ADC?

Multiplexing ADC stands for multiplexed analog-to-digital converter. It is a type of ADC that uses a single analog-to-digital converter to sample multiple analog signals by switching between them at a high frequency.

2. How does multiplexing ADC work?

Multiplexing ADC works by sequentially sampling multiple analog signals and converting them to digital signals. It uses a multiplexer to select and switch between different analog signals, and a sample-and-hold circuit to hold the analog signal steady while it is being converted to digital form.

3. What are the advantages of using multiplexing ADC?

Multiplexing ADC offers several advantages, including reduced cost and complexity compared to using multiple ADCs, reduced power consumption, and the ability to measure multiple signals with a single converter.

4. What are the applications of multiplexing ADC?

Multiplexing ADC is commonly used in electronic systems that require the measurement of multiple analog signals, such as data acquisition systems, medical devices, and industrial control systems.

5. How can I incorporate multiplexing ADC into my university project?

To incorporate multiplexing ADC into your university project, you will need to understand the fundamentals of ADC and multiplexing, choose a suitable multiplexing ADC chip, and design and implement a circuit that integrates the chip into your project. You may also need to write code to control the multiplexing and data conversion process.

Similar threads

  • Electrical Engineering
Replies
22
Views
6K
  • Electrical Engineering
Replies
14
Views
815
Replies
5
Views
2K
  • Electrical Engineering
Replies
19
Views
2K
  • Electrical Engineering
Replies
6
Views
1K
  • Electrical Engineering
Replies
20
Views
2K
  • Electrical Engineering
Replies
12
Views
12K
  • Electrical Engineering
Replies
1
Views
6K
Replies
7
Views
3K
  • Electrical Engineering
Replies
4
Views
1K
Back
Top