You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this project, I have really enjoyed putting it together.
The README suggests connecting the screen's CS pin to GPIO15, which I found caused issues flashing the D1 Mini. The ESPHome ESP8266 documentation says GPIO15 is a "Special Pin" used to control the boot mode and isn't available for general purpose GPIO, which explains my issue.
I swapped the CS pin from GPIO15 to GPIO5 which is available for general purpose GPIO and things are back to working.
May I suggest modifying the README to replace the reference to GPIO15 with GPIO5.
An example configuration YAML would look like this:
The text was updated successfully, but these errors were encountered:
jessedc
changed the title
Use of GPIO15 causes issues flashing D1 Mini
GPIO15 not available for general purpose GPIO and causes issues flashing D1 Mini
Feb 6, 2022
Hi,
Thanks for this project, I have really enjoyed putting it together.
The README suggests connecting the screen's CS pin to GPIO15, which I found caused issues flashing the D1 Mini. The ESPHome ESP8266 documentation says GPIO15 is a "Special Pin" used to control the boot mode and isn't available for general purpose GPIO, which explains my issue.
I swapped the CS pin from GPIO15 to GPIO5 which is available for general purpose GPIO and things are back to working.
May I suggest modifying the README to replace the reference to GPIO15 with GPIO5.
An example configuration YAML would look like this:
The text was updated successfully, but these errors were encountered: