I plan to use the BeagleBone Black analog inputs for sampling of analog data. But there are some major problems for this:
- BBB allows a maximum of 1.8 V analog input voltage while I have 5 V or 10 V max
- there are two lines AGND and VDD_ADC where I don't know how they are involved here and what to do with them
- my knowledge in electronics is very limited
My only idea: a voltage divider with two resistors (that's within my range of knowledge), but there I see some problems:
- resistor tolerances which make measured data inaccurate
- in case of tolerances being at the wrong end it may be possible the maximum 1.8 V analog input may be exceeded and the BBB can be killed
- when I choose values of resistors in a way where this can't happen, I lose a part of the limited 12 bit sampling range
So...what could I do to solve this? How can I measure 0..5 V or 0..10 V ranges with the 0..1,8 V ADC range of the BBB?
It would be really nice when somebody could provide a schematic I could use for setting up my hardware (yes, soldering some components is within the range of my electronic possibilities ;-)
Thanks!