We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I refer to your circuit here under the 48 door alarm project:
https://github.com/chaeplin/esp8266_and_arduino/blob/master/_48-door-alarm-deepsleep/pics/door_alarm_light_sleep_gpio_int.png
What pins do the "GPIO IN" and "LIGHT SLEEP IN" connect to on the ESP8266?
The text was updated successfully, but these errors were encountered:
Per the code in that example, I think LIGHT SLEEP IN maps to pin 5, specified by this constant:
#define DOOR_INT_PIN 5
I still haven't figured out where GPIO IN is supposed to go. There appears to be no reference to a 4th pin in the code.
@SuoaJ - Did you figure it out? I'm considering just not connecting it.
Sorry, something went wrong.
I think I found it here: esp8266/Arduino#1488 (comment)
I would love for @chaeplin to confirm however.
No branches or pull requests
I refer to your circuit here under the 48 door alarm project:
https://github.com/chaeplin/esp8266_and_arduino/blob/master/_48-door-alarm-deepsleep/pics/door_alarm_light_sleep_gpio_int.png
What pins do the "GPIO IN" and "LIGHT SLEEP IN" connect to on the ESP8266?
The text was updated successfully, but these errors were encountered: