This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to implement communication between AD convertor and microprocessor system ?

Hi, everyone!

I am developing a fruit-sorter, and this device was controlled by PC.

Now, I want to design a microprocessor system to execute it.

About hardware, I don't want to change too much, so there is a problem I need to work out---
How to implement communication between AD convertor and my microprocessor system ?

Need what kind of technologies?
What about hardware? software?

Parents
  • What is the most important problem?

    1. Getting the input signal into the 0-5V (or whatever it is) range of the A/D input.

    2. Selecting an A/D that can perform conversions fast enough. Do you need 100,000 samples per second or only 10?

    3. Selecting an A/D with the proper accuracy and resolution. Do you need 8-bits, 10-bits, or 12-bits of resolution? In other words, do you need 256 steps, 1024 steps, or 4096 steps from min to max.

    If you don't understand these things, you'll probably need to find a good analog systems designer to help you.

    Jon

Reply
  • What is the most important problem?

    1. Getting the input signal into the 0-5V (or whatever it is) range of the A/D input.

    2. Selecting an A/D that can perform conversions fast enough. Do you need 100,000 samples per second or only 10?

    3. Selecting an A/D with the proper accuracy and resolution. Do you need 8-bits, 10-bits, or 12-bits of resolution? In other words, do you need 256 steps, 1024 steps, or 4096 steps from min to max.

    If you don't understand these things, you'll probably need to find a good analog systems designer to help you.

    Jon

Children