1. Very minor references in most BBB documentation/webpages discussing Analog Inputs and max voltages.
Coming from working with Pi's and Arduino's, it was common to have analog inputs range from 0 to 5V, so the 1.8V was unexpected.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/hbeblb1809orgk011t8crt9ucj3m942qlm%404ax.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORqsExf6K0ZTPDECvj4mhL2nFYzY%3D6gnAe2fv38hZSgB1A%40mail.gmail.com.
Gerald - Assuming I just killed the AM335, would most of the other components on the board be okay, aside from possibly the Power Management chip?
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/8b780479-5694-4cc5-8f60-17e9bdfd8ec5%40googlegroups.com.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/8b780479-5694-4cc5-8f60-17e9bdfd8ec5%40googlegroups.com.
> My standard advice
> would be to run the analog voltage through a non-inverting op amp
> configured as a gain stage. You run the op-amp (and have to pick one
> that does rail to rail and also runs from 1.8 volts) from the 1.8 volt
> supply.
>
Yes, that's what I do. There are quite a few very low power op-amps
suitable for running from the 1.8 volt rail on the BBB. If OP is
interested I can look up the device, it's from TI if I remember.
In my somewhat amateurish approach to this I was planning to use a DC-DC converter to provide 1.8 VCC for my sensors. I'm still learning about op-amps and anything more advanced than a transistor, so I wonder whether there are any advantages to using an op-amp compared to providing 1.8 V from a switching DC-DC converter?
I would be very grateful if one of the electronically literate participants to this discussion would share their insight with a newbie :)
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/46bc9c1f-6931-4f89-b685-11a2df142aba%40googlegroups.com.
It's generally thought of as an amateurish / incomplete way of "dividing" voltage. But it can work in a pinch . . .
What you're talking about does not make any sense. an ADC measures voltage. ADC's do not have sensors connected to them.
ADCs can use op-amps ( I suppose ) to scale input voltages to except-able levels for a given ADC.
So firstly, let's feed all the sensors from 1.8 volts. Now this
works, and can work well. The question is how to get the 1.8 volts. A
switching converter, while efficient, generates noise, is relatively
complex, and is moderately large.
An easier way to get 1.8 volts is
to use a simple 3 terminal regulator. There are some very small ones
available. They generate little electrical noise. A typical current
limit is about 100 ma, which should power a number of sensors.
Putting an op amp in allows several possibilities. Op amps can be
inverting or non-inverting. By running the op-amp from 1.8 volts and
ground, the maximum output voltage that the op-amp can put out is
limited to these values. You will need a chip that outputs rail to
rail (ground to positive power supply voltage).
I'd personally recommend the op-amp for the most general solution, and
the resistive divider ONLY if the application can be guaranteed to
never exceed the voltage limits of the chip under any reasonable
conditions.