add example image

reloxx13 2018-05-13 15:23:22 +02:00
parent 0d02e956d4
commit b21585bacc
1 changed files with 6 additions and 1 deletions

@ -75,4 +75,9 @@ A pull-up resistor is a resistor connected between the GPIO pin and 3.3v. The ex
A bypass capacitor is a small (pF range) capacitor that is connected between the GPIO and ground. This provides a path for any radio signals that are picked up by the wire to go to ground and not confuse the system. A bypass capacitor is a small (pF range) capacitor that is connected between the GPIO and ground. This provides a path for any radio signals that are picked up by the wire to go to ground and not confuse the system.
Shielding or using twisted pair wiring are other ways to reduce the effect of radio signals on the system. Shielding or using twisted pair wiring are other ways to reduce the effect of radio signals on the system.
Example for 10K Resistor:
![](https://user-images.githubusercontent.com/35574450/39960640-8b2735ca-5626-11e8-8128-461b6d9976ad.png)
Read here:
[#2708](https://github.com/arendst/Sonoff-Tasmota/issues/2708#issuecomment-388574891)