Skip to content

Commit

Permalink
Add logic analyzer screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Erriez committed Aug 31, 2020
1 parent 19607e7 commit 1922270
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,18 @@ at least 3 minutes after reset or power-on. To speedup the boot process, macro
MCU is reset and MH-Z19B powered > 3 minutes.


## Response timing

The screenshot below displays the response timing of a synchronous readCO2() call which takes 22.1ms
on an Arduino UNO:
* 9.4ms: Transmit 9 Bytes at 9600 baud
* 3.2ms: MH-Z19B to process command
* 9.3ms: Return response 9 Bytes at 9600 baud
* 183us: Arduino UNO to process response with Software Serial.

![Logic Analyzer Screenshot MHZ19B UNO readCO2()](extras/LogicAnalyzerScreenshotMHZ19BUNOReadCO2.png)


## Library installation

Please refer to the [Wiki](https://github.com/Erriez/ErriezArduinoLibrariesAndSketches/wiki) page.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1922270

Please sign in to comment.