Analog Multiplexer for ADC Stm32f103c8t6

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
mingu
Posts: 2
Joined: Mon Aug 22, 2016 10:38 am
Has thanked: 1 time

Analog Multiplexer for ADC Stm32f103c8t6

Post by mingu »

Is it possible for an analog multiplexer to convert a biopolar signal to a unipolar signal? I'd like to use a homemade oscilloscope to measure positive and negative voltage.
Thanks!

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Analog Multiplexer for ADC Stm32f103c8t6

Post by LeighM »

As you probably realise, the ADC will only be capable of accepting input voltages between its power rails.
So you would need to buffer the signal with an Op Amp so as to provide a gain or signal reduction
as well as an offset such that 0v at the test point gives mid-rail at the ADC input.
Google some Op Amp circuits :wink:

mingu
Posts: 2
Joined: Mon Aug 22, 2016 10:38 am
Has thanked: 1 time

Re: Analog Multiplexer for ADC Stm32f103c8t6

Post by mingu »

:D sounds good, I'll try. Big thanks!

chipfryer27
Valued Contributor
Valued Contributor
Posts: 618
Joined: Fri Jun 06, 2014 3:53 pm
Has thanked: 184 times
Been thanked: 195 times
Contact:

Re: Analog Multiplexer for ADC Stm32f103c8t6

Post by chipfryer27 »

Hi

Following on from Leigh, this gives some examples of what you are trying to achieve.

https://ocw.mit.edu/courses/media-arts- ... 2_bias.pdf

Regards

Post Reply