Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status

Status
colourBlue
titleIn progress

Owner

Nathan Lemma

Contributors

Nathan Lemma

Approver

Lakshay Gupta

Due date

On this page

Table of Contents
maxLevel2
minLevel2

🌍 Overview

This is the design document for the Amperes Board. As one of the four important boards within our system, we need to be able to track the current within the car so that it is safe and manageable. We also want to consider how we can record the current and apply the result to a State of Charge (SoC) algorithm.


❓ Problem statement


BPS is tasked with securing the safety and monitoring of the battery, such as current monitoring. Over-current of the battery Overcurrent can damage internal components and pose a risk to the driver.

💡 Research insights


There are 2 ways to measure current, either : using a shunt resistor connected to the load or using a hall-effect sensor. They have their own Each has its pros and cons, but they solve the same problem.

📊 Solution hypothesis


The solution

is

would be successful if we

are able to

could track current reliably and transmit that data to the leaderboard.

🌈 Design

👴 Old Design

image-20241019-163804.pngImage Added

🪛  Design options

There are only 2 two ways to measure current. Either We can measure the voltage across a resistor in series with the load, or we can measure the magnetic field of the wire. Invasive vs non-invasive

✅ Follow up

Decision

Status

Next steps

Use Option 1 for the base design of the board

Option 1 - Voltage Across a Resistor

Option 2 - Magnetic Field of Wire

Overview

Current Sense Amplifier w/ Shunt Resistoror Isolated Modulators/ADC

Hall-Effect Current Sensing

Screenshot

image-20240907-165605.pngimage-20240907-183949.png

Docs

View file
nameTI Current Sensing Doc.pdf

View file
nameTI Hall-Effect Current Sense.pdf

Pros and cons

(plus) Preferred

(plus) Temperature Stable

(plus) Physically smaller

(minus) Affected by electric noise (can be isolated)

(plus) Power Effective

(plus) Low Drift

(minus) Affected by magnetic noise

(minus) Why use it when a resistor works anyways

(lightbulb) Specs

Criteria:

  • Precision: 16bits

  • Range: 0-7A at 120V

Accuracy

Bigger shunt resistor allows for more accuracy

Power Dissipation

Smaller shunt resistor consumes less power

Pros and cons

Tip

Accuracy

Tip

Simplicity and cost

Warning

Affected by electric noise

Warning

Power loss and voltage drop

Tip

Electric isolation and no power loss

Tip

Measures both AC and DC current

Warning

Affected by magnetic noise and temperature

Warning

Zero-drift problems

Decision 1

  • Option 1 - Making the PCB through a shunt resistor

Members can look into the second option for a hall-effect version in the future.


(lightbulb) Ideas

Amperes Board Diagrams-Figure 1.drawio.svgImage Added

Figure 1 is a standard method to measure current using a shunt-resistor. There are three steps to read the current:

  1. The differential voltage is fed into the Current Sense Amplifier and converted to a single-ended signal.

  2. This single-ended signal is connected to an ADC, digitizing the signal.

  3. The signal is sent to a microcontroller for processing.


High Side vs Low Side

For reading the current, there are two different configurations you can have your device hooked up to.

See Introduction to Current Sense Amplifiers to learn more


Amperes Board Diagrams-Figure 2.drawio.svgImage Added

Figure 2 shows an example of the current sense amplifier connected to the shunt resistor in a high-side sensing configuration.

Advantages:

  • Able to detect load short to ground

  • Current is monitored directly from the source

Disadvantages:

  • High voltage can limit the variety of devices


Amperes Board Diagrams-Figure 3.drawio.svgImage Added

Figure 3 shows an example of the current sense amplifier connected to the shunt resistor in a low-side sensing configuration.

Advantages:

  • Wide range of available options

  • It does not need an advanced sensor

Disadvantages:

  • Difficult to detect load short to ground


Decision 2

  • Both?!: use high and low-side sensing

We will get the advantages of both and no disadvantages except cost. Plus, built-in fault monitoring.

Info

Fault monitoring:

By comparing the readings from both high-side and low-side sensors, you can detect faults such as open circuits, short circuits, or unexpected current paths. Discrepancies between the two readings might indicate issues in the circuit that need attention.


🖼️ Chips to pick

You can choose different chips to make your life easier. The current sense amplifier is great, but you could also use an isolated modulator (an integrated ADC) to track the voltage differential. Below is the selected shunt resistor that was given as a requirement.

Current Shunt Resistor: WSBM8518L5000JK

  • Resistance: 500 µOhms


📢 Amplifier types

There are many ways to measure the voltage across a resistor, as different components can perform different functions during assembly and testing. Below is a list of variations on calculating the same thing.


image-20241102-154139.pngImage Added

The Operational Amplifier (Op Amp) is the most straightforward building block of all the technologies listed below, as shown in Figure 4. An op amp amplifies the voltage difference between two input pins and outputs that voltage difference. Based on the resistor and wire combination connections you add to the inputs and outputs, you can mimic several behaviors. Unfortunately, it is challenging to configure these devices to handle a differential voltage accurately, as any selected resistors are super specific (5.121235 Ohms) and super expensive.


image-20241102-153202.pngImage Added

Current Sense Amplifiers are the next option for current sensing, like the example shown in Figure 5. These op amps have built-in specific resistor values that have been fine-tuned to handle these differential voltages at an affordable price.

Configurations include:

  • High Side - Specialized to handle high-voltage differentials

  • Low Side - Specialized to handle low-voltage differentials

  • Bidirectional current - Specialized to measure in both directions


image-20241019-205932.pngImage Added

Isolated amplifiers have properties similar to current sense amplifiers, except for the benefit of physically separating the high and low-voltage sides, preventing issues like ground loops, shown in Figure 6. The component is more resistant to input and ground noise, which is helpful in noisy environments. They are also not limited to the high-low side configurations of current sense amplifiers, as they measure the voltage at any level, eliminating common-mode voltage limitations. It comes at the cost of accuracy due to the isolation barrier, similar to a hall effect sensor. This component is necessary as we work with a 120V battery while the PCBs use 3.3V-5V.


image-20241102-161024.pngImage Added

Isolated ADCs are the “All-in-one PCs, “similar to the isolated amplifier, as shown in Figure 7. Using this chip is almost too easy.

Advantages:

  • Often includes integrated isolation barrier

  • Digital output already compatible with MCUs

Disadvantages:

  • Many are Sigma-Delta, which have inherent latency

  • It can be 5-10x the cost of other solutions ($5-$10 for a single chip)


Decision 3

  • Battery → Shunt → Isolated Amplifier → ADC → MCU

We would like to minimize the latency of the components, and I don’t like all-in-one computers.


📃 Choice of Isolated Amplifier

I have decided to use the AMC1306M25. Here are the specifications and reasons why.

Input Specifications:

  • Input voltage range: ±250mV (matches the 500μΩ shunt)

  • Programmable Gain: 8 (default)

  • Input common-mode range: -0.1V to +0.1V

Performance:

  • Sample rate: 21 MSPS

  • SNR: 82dB

  • SFDR: 83dB

  • Resolution: 16-bit

Isolation:

  • Reinforced isolation: 5000 Vrms

  • Working voltage: 1500 Vrms

  • CMTI: 50 kV/μs (common mode transient immunity)

  • Creepage/Clearance: 8.5mm

Interface/Power:

  • Serial CMOS interface

  • Supply voltage: 3.3V

  • Power consumption: 42.4mW typical

  • Temperature range: -40°C to 125°C

Physical:

  • Package: SOIC-8

  • Single channel

Cost: $1.80 (standard version)

These specs are particularly relevant because:

  1. The input range matches the shunt resistor

  2. Isolation specs exceed the 120V battery requirements

  3. Sample rate and resolution are good for current monitoring

  4. Power and interface compatible with standard MCUs

✅ Follow up

#

Decision

Status

Next steps

1

Decision 1 - Shunt Resistor

Status
colourGreen
titleCompleted

  •  Decide the location of the shunt resistor

2

Decision 2 - Both Sided Current Sensor

Status
colourGreen
titleCompleted

  •  What chips will you pick to sense?

3

Decision 3 - Isolated Amplifer

Status
colourGreen
title

decided
  •  Create the components for shunt resistor design.

💎 Source files

Type /link to add links to design files.

Completed

  •  What is the exact chip?

4

Decision 4 - ADC Chip Choice

Status
colourYellow
titleIn Progress

5

Status
colourBlue
titleUp next

6

Status
colourBlue
titleUp next

🔤 Vocab

Current Sense Amplifier: Amplifies the small voltage drop across a shunt resistor to measure current accurately in circuits.

Isolated Modulator: Converts analog signals to digital while maintaining electrical isolation, often used in high-voltage or noisy environments.

Hall-Effect Sensor: Detects magnetic fields to measure position, speed, or current without direct electrical contact.

Zero-drift: the phenomenon where a sensor's output signal shifts away from its baseline (or zero) value when there is no actual current flowing through the sensor; affects Hall-Effect Sensor

💎 Resource files

View file
nameTI Current Sensing Doc.pdf

How to Sense Current

View file
nameTI Hall-Effect Current Sense.pdf

Hall-Effect White Paper

View file
nameComparing Shunt- and Hall-Based Isolated CurrentSensing Solutions in HEV-EV.pdf

Shunt vs Hall-Effect

View file
nameComparing Isolated Amplifiers and Isolated Modulators.pdf

Isolated Amplifiers vs Isolated Modulators

View file
nameIntroduction to Current Sense Amplifiers.pdf

Introduction to Current Sense Amplifiers