-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
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
Alexa app can't discover my Alexa Dot (2nd Gen) device #33
Comments
This project does not support Alexa app. If you want to use app, try my other project https://sinric.com |
Thanks, watching this James Bruton YouTube video he seems to think it does or am I missing something? |
Project is working for me, but problem is every time nodemcu restarts, alexa is not able to recognise the device giving the error, unable to respond. After pushing the RST Button, device is back and recognisable. |
Do you habe GPIO-9 in use? This one must not be used. Also consider a pullup resistor on reset. Just 4 + 5 work stable.
Best regards
Sascha
Am 15.12.2018 um 21:32 schrieb sabhay1996 <[email protected]<mailto:[email protected]>>:
This project does not support Alexa app. If you want to use app, try my other project https://sinric.com
Project is working for me, but problem is every time nodemcu restarts, alexa is not able to recognise the device giving the error, unable to respond. After pushing the RST Button, device is back and recognisable.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#33 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKwM-2VPdW5Gf9wGFi9ygm2QG2cqIP2tks5u5VxQgaJpZM4THhwT>.
|
I am still using 5 as it is pre defined in the project. |
Which Module do you use (esp - sure... which concrete model?) any special circuit?
Best regards
Sascha
Am 16.12.2018 um 06:30 schrieb sabhay1996 <[email protected]<mailto:[email protected]>>:
Do you habe GPIO-9 in use? This one must not be used. Also consider a pullup resistor on reset. Just 4 + 5 work stable. Best regards Sascha Am 15.12.2018 um 21:32 schrieb sabhay1996 <[email protected]<mailto:[email protected]>mailto:[email protected]>: This project does not support Alexa app. If you want to use app, try my other project https://sinric.com Project is working for me, but problem is every time nodemcu restarts, alexa is not able to recognise the device giving the error, unable to respond. After pushing the RST Button, device is back and recognisable. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#33 (comment)<#33 (comment)>>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKwM-2VPdW5Gf9wGFi9ygm2QG2cqIP2tks5u5VxQgaJpZM4THhwT.
I am still using 5 as it is pre defined in the project.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#33 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKwM-yaN6b97Q-U5P-aRKMnSwxn-u7cHks5u5dp5gaJpZM4THhwT>.
|
I am using nodemcu lolin v3. |
Ah ok. Lolin v3 often comes up with reset issues and I was able to reproduce your issue. So GPIO0 should be pulled up to 3.3V using a 10k resistor AFTER being programmed. Keep in mind that re-programming using USB is only possible when removing this pullup resistor. So a jumper makes sense here.
Best regards
Sascha
… Am 16.12.2018 um 12:08 schrieb sabhay1996 ***@***.***>:
lolin v3
|
Please correct me if did something wrong, I tried using 2 jumper and 10k between them, from gpio 0/D3 to 3.3v. |
Please Check if there is a soldered resistor on your board. If so either remove it or try an 3k3 instead of the 10k... good luck!
Am 16.12.2018 um 16:09 schrieb sabhay1996 <[email protected]<mailto:[email protected]>>:
Please correct me if did something wrong, I tried using 2 jumper and 10k between them, from gpio 0/D3 to 3.3v.n
I have configured the project with gpio 4/D2 and using alternative 3.3V and GND for the relay.
But still I need to press the reset button.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#33 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKwM-w1LXzDbsfCftTYi0wui5evBEe43ks5u5mILgaJpZM4THhwT>.
|
Thanks buddy for promptly replying to help me. GPIO5 to GND as well. |
I've uploaded the .ino file to the Wemos board. I can see it connected to my WiFi, and I can connect to the IP address it's connected too but my Alexa app isn't finding the device. Below is my code, does anything look wrong?
https://pastebin.com/d2BQVjYu
The text was updated successfully, but these errors were encountered: