Can I Read Battery Voltage on AX0 Pin?

  • Thread starter Thread starter johnnyhassle
  • Start date Start date
AI Thread Summary
The discussion centers on the ability to read battery voltage using the AX0 pin, which operates between 0 V to 3.3 V with a 4 mA source/sink capability. Users clarify that these pins are primarily digital I/O and not suitable for directly measuring analog voltages. The inquiry specifically mentions using a AAA battery (1.5V) and questions the pin's functionality for this purpose. It is suggested that the x-IMU can read analog voltage, but the current output may be insufficient, prompting the need for a battery. The conversation emphasizes the importance of understanding the pin's specifications and the need for an appropriate analog input for accurate voltage readings.
johnnyhassle
Messages
4
Reaction score
0
  • Pin Description Min/Max
  • AX0 to AX7 I/O channels 0 V to 3.3 V, 4 mA source/sink

I want read the voltage on pin AX0 from a AAA battery, 1.5V. My question is: what does 4 mA source/sink mean? Can I use this pin for reading de battery's voltage?

Thanks in advance
 
Engineering news on Phys.org
johnnyhassle said:
  • Pin Description Min/Max
  • AX0 to AX7 I/O channels 0 V to 3.3 V, 4 mA source/sink

I want read the voltage on pin AX0 from a AAA battery, 1.5V. My question is: what does 4 mA source/sink mean? Can I use this pin for reading de battery's voltage?

Thanks in advance

Is this still with your Arduino? Can you post a datasheet for the part?

I'm not familiar with the Arduino, but it looks like those are digital IO pins, with 4mA source/sink capability when configured as outputs. They would not be suitable for reading an analog voltage. Does your Arduino have an A/D converter analog input?
 
This is about the x-IMU, I can use it for reading analog voltage but the amount of amps the x-IMU is providing is not enough. I therefor want to use a battery.

Here's a link to the users x-IMU users manual - part --> Auxiliary ports
http://www.x-io.co.uk/downloads/x-IMU-User-Manual-v5.2.pdf
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top