2

I understand that mixed-signal is a circuit that obviously has both analog and digital circuits. I am trying to understand what really would be classified as mixed-signal. If you had a PCB with some sort of sensor collecting data and that data is processed by an ADC internal to say an MSP430, is that considered mixed-signal technically? Would most job employers consider this mixed-signal or would the ADC need to external to the microcontroller?

I've done plenty of boards with micros on them and some kind of sensor interface, but I'm not sure if I could call that experience 'mixed-signal' or not.

Mtk59
  • 367
  • 3
  • 10
  • I think that if your design(s) included a digital vs. analog grounding scheme then you should be able to say you have mixed-signal PCB design experience. – DigitalNinja May 23 '17 at 19:25

1 Answers1

1

A mixed signal system is generally considered to be anything which has analog and digital circuits and signals on it. Nothing more to it than that.

alphasierra
  • 1,134
  • 1
  • 10
  • 18
  • But I doubt an arduino circuit measuring temperature or moisture (or anything) would fit within the mixed-signal jargon, or would it? Technically, it is mixed signal because there's an analog signal being processing by the digital atmega chip. It seems like there is more to it then that. – Mtk59 May 24 '17 at 14:32
  • Devices whose primary function isn't explicitly to handle analog and digital signals aren't generally badged with the mixed-signal label even though they meet the technical description. The ADC is just one peripheral on the microcontroller among many. The label generally gets reserved for things which actually do analog signal processing of some sort. – alphasierra May 25 '17 at 18:20
  • I see thanks. I think I need to look at some simple mixed-signal circuits to get a clearer picture of what receives the label and what doesn't. – Mtk59 May 25 '17 at 20:58
  • Another example would be oscilloscopes. Scopes which have both digital logic and analog inputs are called mixed-signal, whereas scopes with only analog inputs or logic analyzers aren't referred to as mixed-signal. – alphasierra May 26 '17 at 03:08