Skip to content

Commit

Permalink
Update TESTING.md
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
fluktuacia committed Feb 21, 2024
1 parent 3b4f657 commit bcc3063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The notebook is located in [sw/pymlab/TFI2CADT_TEST.ipynb](sw/pymlab/TFI2CADT_TE


## Basic (Manual) Testing
Basic testing of TFI2CADT01 after its production can be conducted in combination with TFRPM01 using a python[script](https://github.com/ThunderFly-aerospace/TFRPM01/blob/TFRPM01C/sw/pymlab/TFRPM_readout.py) built on the [PyMLAB](https://github.com/MLAB-project/pymlab) library.
Basic testing of TFI2CADT01 after its production can be conducted in combination with TFRPM01 using a python [script](https://github.com/ThunderFly-aerospace/TFRPM01/blob/TFRPM01C/sw/pymlab/TFRPM_readout.py) built on the [PyMLAB](https://github.com/MLAB-project/pymlab) library.

The script from the `/sw/pymlab/`directory can be executed using the following command:

Expand All @@ -17,7 +17,7 @@ sudo python3 TFRPM_readout.py 0 0x25
sudo python3 TFRPM_readout.py 0 0x58
```

After the successful launch, measured values should appear. Now, using some probe or by grounding the signal pin, simulate the reading signal. The `count` value should increase. For a more precise measurement, a signal generated by an oscilloscope or another source of a sawtooth signal can be used.
After successful launch, measured values should appear. Now, using some probe or by grounding the signal pin, simulate the reading signal. The `count` value should increase. For a more precise measurement, a signal generated by an oscilloscope or another source of a sawtooth signal can be used.

The output may then look as follows:

Expand Down

0 comments on commit bcc3063

Please sign in to comment.