Skip to content

Commit

Permalink
Fix DSMR request pin diagram for 3V3 GPIO output (#3396)
Browse files Browse the repository at this point in the history
The request pin diagram used a ballast resistor of 330 Ohm, which was
based on a GPIO output of 5V. This should have been 200 Ohm, based on a
GPIO output of 3.3V.

This patch updates both the related description and the diagram image.
  • Loading branch information
mmakaay authored Nov 28, 2023
1 parent 342c7df commit 9eacd73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/sensor/dsmr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,9 @@ or a transistor-based circuit are not feasible options. Here's an example circui

.. figure:: images/dsmr-request-pin-circuit-example.png

When using a type of MCU that provides 5V on the GPIO outputs instead of 3.3V, then use a 330 Ohm
resistor instead of the 200 Ohm resistor.

.. _sensor-dsmr-improving_reader_results:

Improving reader results
Expand Down
Binary file modified components/sensor/images/dsmr-request-pin-circuit-example.png
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 9eacd73

Please sign in to comment.