mvrk33 / AgroBot

5 stars 1 forks source link

Study how the sensors (Voltage) work #20

Open HemanthSai125 opened 4 months ago

HemanthSai125 commented 4 months ago

In measuring currents in robots,the two most commonly used and reliable sensors are Hall effect sensors and Shunt Resistor Sensors

1) Hall Effect sensors: Hall Effect sensors measure current by detecting the magnetic field generated by the current flowing through a conductor Adv: 1) Non-intrusive measurement 2) Insensitivity to temperature DisAdv: 1) Limited bandwidth(Cannot be used in High frequency applications) 2) Shunt Resistor Sensors: Shunt resistor sensors measure current by monitoring the voltage drop across a low-resistance shunt resistor placed in series with the load Adv: 1) High accuracy 2) Wide bandwidth
DisAdv: 1) Intrusive measurement 2) Power loss
Different Models Available in Shunt Resistor Type Current Sensors: 1. INA219:

  1. MAX4376:

    • Advantage: Wide input voltage range and high bandwidth, making it suitable for dynamic current measurements in robotic systems.
    • Disadvantage: May require additional components for communication and interfacing, potentially increasing complexity and cost.
    • Range: Can monitor current in the range of 0 to 10A with input voltage ranging from 4.5V to 76V.
  2. LTC6102:

    • Advantage: Wide input voltage range, high accuracy, and low offset voltage, making it suitable for precise current measurements in various robotic applications.
    • Disadvantage: May have a higher cost compared to some other current sensing solutions.
    • Range: Can sense currents ranging from ±50µA to ±100mA with a supply voltage range from 2.7V to 60V.
  3. AD8210:

    • Advantage: High accuracy and wide operating voltage range, making it suitable for precise current monitoring in robotics.
    • Disadvantage: May require additional circuitry for features like overcurrent detection, which can increase complexity.
    • Range: Can measure currents up to ±50A with a voltage supply range of 2.7V to 65V.
      Different Models available in Hall Effect Type Current Sensor: 1. Allegro ACS712:
    • Advantage: Non-intrusive measurement, immune to temperature variations.
    • Disadvantage: May have limited bandwidth and non-linear response.
    • Range: Available in variants capable of measuring currents up to ±5A, ±20A, or ±30A.
  4. LEM HAL series:

    • Advantage: High accuracy and reliability.
    • Disadvantage: May have limited bandwidth in certain models.
    • Range: Available in various models with different current ranges, such as ±20A, ±50A, ±100A, etc.
  5. Honeywell CSNA:

    • Advantage: High precision and wide temperature range operation.
    • Disadvantage: May have limited dynamic range in certain models.
    • Range: Available in models with various current ranges, such as ±5A, ±20A, ±50A, etc.
  6. Melexis MLX912:

    • Advantage: High linearity and low noise operation.
    • Disadvantage: May have limited current range in certain models.
    • Range: Available in variants capable of measuring currents up to ±12.5A, ±25A, or ±50A. In measuring currents in robots,the two most commonly used and reliable sensors are Hall effect sensors and Shunt Resistor Sensors

1) Hall Effect sensors: Hall Effect sensors measure current by detecting the magnetic field generated by the current flowing through a conductor Adv: 1) Non-intrusive measurement 2) Insensitivity to temperature DisAdv: 1) Limited bandwidth(Cannot be used in High frequency applications) 2) Shunt Resistor Sensors: Shunt resistor sensors measure current by monitoring the voltage drop across a low-resistance shunt resistor placed in series with the load Adv: 1) High accuracy 2) Wide bandwidth
DisAdv: 1) Intrusive measurement 2) Power loss
Different Models Available in Shunt Resistor Type Current Sensors: 1. INA219:

  1. MAX4376:

    • Advantage: Wide input voltage range and high bandwidth, making it suitable for dynamic current measurements in robotic systems.
    • Disadvantage: May require additional components for communication and interfacing, potentially increasing complexity and cost.
    • Range: Can monitor current in the range of 0 to 10A with input voltage ranging from 4.5V to 76V.
  2. LTC6102:

    • Advantage: Wide input voltage range, high accuracy, and low offset voltage, making it suitable for precise current measurements in various robotic applications.
    • Disadvantage: May have a higher cost compared to some other current sensing solutions.
    • Range: Can sense currents ranging from ±50µA to ±100mA with a supply voltage range from 2.7V to 60V.
  3. AD8210:

    • Advantage: High accuracy and wide operating voltage range, making it suitable for precise current monitoring in robotics.
    • Disadvantage: May require additional circuitry for features like overcurrent detection, which can increase complexity.
    • Range: Can measure currents up to ±50A with a voltage supply range of 2.7V to 65V.
      Different Models available in Hall Effect Type Current Sensor: 1. Allegro ACS712:
    • Advantage: Non-intrusive measurement, immune to temperature variations.
    • Disadvantage: May have limited bandwidth and non-linear response.
    • Range: Available in variants capable of measuring currents up to ±5A, ±20A, or ±30A.
  4. LEM HAL series:

    • Advantage: High accuracy and reliability.
    • Disadvantage: May have limited bandwidth in certain models.
    • Range: Available in various models with different current ranges, such as ±20A, ±50A, ±100A, etc.
  5. Honeywell CSNA:

    • Advantage: High precision and wide temperature range operation.
    • Disadvantage: May have limited dynamic range in certain models.
    • Range: Available in models with various current ranges, such as ±5A, ±20A, ±50A, etc.
  6. Melexis MLX912:

    • Advantage: High linearity and low noise operation.
    • Disadvantage: May have limited current range in certain models.
    • Range: Available in variants capable of measuring currents up to ±12.5A, ±25A, or ±50A. Choosing any sensor should be accordingly to the needs of the application. Hall Effect sensor is non Intrusive but can be effected by currents in other parts of the robot other than the one we are working on. where as Shunt Resistor sensor is very accurate but can cause power loss(As it is Intrusive).