techniccontroller / wordclock_esp8266

Wordclock 2.0 with ESP8266 and NTP time
https://techniccontroller.com/word-clock-with-wifi-and-neopixel/
MIT License
22 stars 16 forks source link

question about the mentioned button #25

Closed RalphGit62 closed 4 months ago

RalphGit62 commented 4 months ago

in line 64 of the wordclock_esp8266.ino file you mentioned a button, which has to be connected to port 14. Unfortunatly I don't find any circuitdiagram and now I'm wondering which potential the button should be switched to.

Sorry for the stupid question and thanks a lot for a patient answer.

techniccontroller commented 4 months ago

Hello Ralph,

you can find the circuit diagram in the original post on my website: https://techniccontroller.com/word-clock-with-wifi-and-neopixel/ (also linked in README)

The push-button is attached to the GND and D5 pin of the ESP8266 NodeMCU Board. I use the internal pullup resistor to pull the input pin to 3.3V (HIGH). When the button is pressed the input sees 0V (LOW).

I hope this clarifies your question.

Best regards Edgar