Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Dudnytskyi committed Aug 23, 2024
1 parent a8a63c0 commit 964ad3e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Binary file added docs/images/setup_diagram_esp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/setup_diagram_esp.png
Binary file not shown.
Binary file added docs/images/setup_diagram_pc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/setup_diagram_pc.png
Binary file not shown.
8 changes: 6 additions & 2 deletions docs/sniffing_serial_communication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Using a PC with Two TTL to USB Converters

**Wiring Diagram:**

.. image:: images/setup_diagram_pc.png
.. raw:: HTML

<p><a href="./images/setup_diagram_pc.jpg"><img src="./images/setup_diagram_pc.jpg?raw=true" height="70%" width="70%"></a></p>

To capture the data, you will need to use terminal applications such as Termite, HTerm, CoolTerm, etc. The port configuration should be set as follows:

Expand All @@ -39,7 +41,9 @@ The approach is similar, but instead of a PC, we will use an ESP device with two

**Wiring Diagram:**

.. image:: images/setup_diagram_esp.png
.. raw:: HTML

<p><a href="./images/setup_diagram_esp.jpg"><img src="./images/setup_diagram_esp.jpg?raw=true" height="70%" width="70%"></a></p>

**Sample Configuration for ESP32 Sniffer Board:**

Expand Down

0 comments on commit 964ad3e

Please sign in to comment.