Skip to content

Commit

Permalink
Add random data
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhang1029 committed Feb 28, 2024
1 parent 95752f3 commit 8295c18
Show file tree
Hide file tree
Showing 7 changed files with 68,570 additions and 0 deletions.
1 change: 1 addition & 0 deletions Arduino/Keyer/sketch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
default_fqbn: attiny:avr:ATtinyX5:cpu=attiny85
11 changes: 11 additions & 0 deletions rpi-pico/differential_watt_meter/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Battery Test Data

Battery measurements done between 2022-09-27 and 2022-10-01. Measuring done with `myzhang1029/codes/rpi-pico/differential_watt_meter`.

Read the TSV files with
```python
data = pd.read_csv(name, sep='\t', header=None, names=["shunt", "shunt_v", "source", "source_v", "bias", "millisecs"])
data["current_a"] = data["shunt_v"]/3.5
```
From my record, the shunt resistance seems to be 3.5 ohms. All batteries were discharged with a constant resistance.
`zn1` and `battery1` used 10 ohms + 3.5 ohms, the other two unknown.
43,929 changes: 43,929 additions & 0 deletions rpi-pico/differential_watt_meter/example/battery1.tsv

Large diffs are not rendered by default.

10,025 changes: 10,025 additions & 0 deletions rpi-pico/differential_watt_meter/example/mb7p1.tsv

Large diffs are not rendered by default.

9,786 changes: 9,786 additions & 0 deletions rpi-pico/differential_watt_meter/example/mb8.csv

Large diffs are not rendered by default.

Binary file added rpi-pico/differential_watt_meter/example/mb8.pdf
Binary file not shown.
4,818 changes: 4,818 additions & 0 deletions rpi-pico/differential_watt_meter/example/zn1.tsv

Large diffs are not rendered by default.

0 comments on commit 8295c18

Please sign in to comment.