Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
changed to 18ohm
jenish-rudani authored Jan 4, 2024
1 parent 87520ac commit 77123e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Current Consumption Measurement
An extension for Saleae Logic Analyser that determines the area under curve of an analog voltage measurement against 16.5 Ohm resistor to determine average current consumption
An extension for Saleae Logic Analyser that determines the area under curve of an analog voltage measurement against 18 Ohm resistor to determine average current consumption
![AUC](Images/AUC.png)

# Circuit Diagram
Connect your target in series with 16.5 ohm resistor and attach Saleae Logic Probes across this resistor to measure analog voltage. Extension will calculate Average Current as per below
Connect your target in series with 18 ohm resistor and attach Saleae Logic Probes across this resistor to measure analog voltage. Extension will calculate Average Current as per below

$$ averageCurrent = {averageVoltage/16.5} $$
$$ averageCurrent = {averageVoltage/18} $$


## Instructions

0 comments on commit 77123e7

Please sign in to comment.