Kaldek / rat-ratgdo

Open source schematics for ratgdo PCB
MIT License
306 stars 47 forks source link

Obstruction circuit is dangerously missing a necessary 10k resistor #4

Closed Kaldek closed 9 months ago

Kaldek commented 9 months ago

The obstruction circuitry is missing a 10k resistor between the D7 pin and ground. The combination of a resistor in series and resistor to ground acts as a voltage divider, therefore reducing the voltage seen at the D7 (GPIO13) pin to a save ~3.3 volts.

Without this resistor to ground, the voltage seen at pin D7 exceeds the ESP8266 specifications, however the prototype was lucky in that there is documentation on the ESP8266 which mentions that it has some internal protection that shunts excess voltage to protect the chip even though it is only supposed work with 3.3v.