Tuesday 24 September 2019

Which is the correct voltage reference for a single supply instrumentation amplifier?


I'm working on using the TI INA333 in a single 3v supply configuration. I need to create a "mid supply" (half V+) for the REF pin.


I have thought of 3 ways to do this:



  1. Voltage divider with resistors


  2. 1.5v Voltage regulator

  3. 1.5v Voltage reference


Here's the block diagram of the INA333: Block diagram of INA333


It's going to be a battery powered device, so the solution that uses the least amount of current would be the best.



Answer



Whatever is connected to the REF pin should have low output impedance. If the output impedance is high, it will break the matching of resistors in the second stage of the InAmp (150kΩ ones in the drawing). Let's go through the list of proposed approaches in the O.P.




  1. Voltage divider. By itself, voltage divider doesn't have a low enough output impedance. A voltage divider should be buffered in order to connect it to REF. Previously, I've posted a schematic and more details in this related thread.





  2. Voltage regulator. Could work. Voltage reg has a low output impedance. Typical regulator fluctuates more than a voltage reference.




  3. Voltage reference. Could work. Some voltage references have low output impedance. If a reference doesn't have low output impedance, you can buffer it.




I don't know what the signal is, and what will be done after the InAmp. However, pay attention to what's ratiometric and what's absolute.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...