-
Notifications
You must be signed in to change notification settings - Fork 18
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
What firmware did you use? Uploads OK but does not run. Onboard LED stays on. #4
Comments
I don't remember what "boot mode:(3,6)" stands for (try googling) but "rst cause:2" means that the esp8266 was reset by the reset pin. It seems weird that it keep happening when the reset is not even connected, but try connect it to VCC perhaps it will solve the problem |
Thanks for helping. This is what I got in the serial monitor: ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 1384, room 16 |
I can connect to the WiFi with the default SSID created by the firmware. Port 80 and 81 are open. Port 80 says Not found: / " |
Hi, |
Thank you so much for helping. I will try to figure things out on my own
first. I am pretty sure that I did something wrong and it is not a problem
with your code. Thanks again.
amiravni <[email protected]>于2017年5月15日 周一上午11:02写道:
… Hi,
What do you mean by "the default SSID" ? you mean the ESP works as hotspot?
Which of my codes you try to implement? the ver2.0 ? Cause that one should
connect to your home network...
If nothing works after resetting it could mean that the ESP stayed in
flash mode. You can try connect GPIO to VCC and reset again
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVn2QyYCV5qlHamDibbnlqIbzwbsYwx0ks5r6GjzgaJpZM4M_yMn>
.
|
Good luck ! |
Thanks. I will try to figure it out soon.
amiravni <[email protected]>于2017年5月17日 周三下午1:04写道:
… Good luck !
If you find a solution please post it here and then we will close the
issue, so it'll help other people in the future.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVn2Q8up29w-I8oMirJLm_gGzj-E6izjks5r6yiagaJpZM4M_yMn>
.
|
I was using NodeMcu boards and they just do not work. I built a minimum system and it worked! Now, the web page says" Not found:/ "I guess I need to upload the equ.html file. But how? Thank you! Here are some debug info: (I do not think they are useful...) request handler not found (and repeat whenever I access the page) |
Yeah you should upload the webpage, or just use mine and test it with your ESP IP |
I would like to try this project, (ver.2, Arduino) , but can not find where the web page was loaded into the ESP8266. There does not seem to be a Sketch data upload file(s) to be uploaded into SPIFFS. The rest of the write-up was well written and easy to follow, and the project look really cool. |
In ver.2, The web page isn't loaded to the ESP. The webpage is existed on a server over the internet and just communicate with the ESP when needed. In the ESP there's the minimal code to turn on and off the water heater |
I tried several different firmware versions. They all returned right serial feedback like this
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld
However, after that, the blue onboard LED stays on and nothing else goes on. What should I do?
I tried to blink a LED with those firmware and they all worked fine.
The text was updated successfully, but these errors were encountered: