Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion of (0-5V) Analog Signal to (0-1.8V) without Loss of Information #20

Open
NabilaTasnim opened this issue Apr 14, 2024 · 4 comments

Comments

@NabilaTasnim
Copy link

I have an analog signal of (0-5V). I want to use the ADC of BeagleBone Black to process it, but the ADC inputs can take a maximum of 1.8V. If I down-scale the signal to (0-1.8V), then -

How should I do this ensuring no loss/minimum loss of information or resolution? If there is some loss, then is there any way to retrieve the original signal after processing it with the ADC of BeagleBone Black?

@cschweers
Copy link

This is precisely the purpose of the so-called voltage divider in electrical engineering

@NabilaTasnim
Copy link
Author

If I use a voltage divider to scale down the voltage and then use ADC for digital conversion, won't I lose some accuracy and information? @cschweers @jadonk @RobertCNelson @pdp7

@jadonk
Copy link
Member

jadonk commented Apr 16, 2024

yes, but not much depending on the accuracy of the resistors and amount of capacitance on the line.

@mvduin
Copy link

mvduin commented Apr 16, 2024

No, scaling the full range of the signal you want to measure to match the full range of the ADC you're using to measure it is exactly how you achieve the best accuracy possible with that particular ADC.

Also, this sort of question is better asked on the forum at https://forum.beagleboard.org/ instead of using a github issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants