-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ArduinoOTA not working any more #4081
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
Comments
I have nothing else connected to the board currently |
@pkishino I assume you are doing a serial upload, and then an ArduinoOTA. After the serial upload, are you doing a physical reset by pressing the button or doing a power cycle? |
No, not doing a serial upload first. I did see the thread about that and
tried that to but same result
…On Wed, 3 Jan 2018, 20:24 Develo, ***@***.***> wrote:
@pkishino <https://github.com/pkishino> I assume you are doing a serial
upload, and then an ArduinoOTA. After the serial upload, are you doing a
physical reset by pressing the button or doing a power cycle?
Which core version? Please retest with latest git or 2.4.0, there was a
fix merged just before 2.4.0 release.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4081 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD7i4qsJIUrw4TgE_VI8VV2T5LMavO2Nks5tG9KVgaJpZM4RSDlY>
.
|
I have latest git version
On Wed, 3 Jan 2018, 20:33 Patrick Kishino, <[email protected]>
wrote:
… No, not doing a serial upload first. I did see the thread about that and
tried that to but same result
On Wed, 3 Jan 2018, 20:24 Develo, ***@***.***> wrote:
> @pkishino <https://github.com/pkishino> I assume you are doing a serial
> upload, and then an ArduinoOTA. After the serial upload, are you doing a
> physical reset by pressing the button or doing a power cycle?
> Which core version? Please retest with latest git or 2.4.0, there was a
> fix merged just before 2.4.0 release.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#4081 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AD7i4qsJIUrw4TgE_VI8VV2T5LMavO2Nks5tG9KVgaJpZM4RSDlY>
> .
>
|
this is the code which was working fine last week:
|
Ah, I'll try again with the latest from right now
…On Thu, 4 Jan 2018, 10:56 Ivan Grokhotkov, ***@***.***> wrote:
@pkishino <https://github.com/pkishino> If you are using latest git, this
may be a regression related to #4086
<#4086>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4081 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD7i4iUFd1rc0fNTaxk9zaMdRYHW9qNRks5tHKBogaJpZM4RSDlY>
.
|
Please don’t blame me. @pkishino ‘s sketch was posted 6 hours earlier than #4086 was merged. |
@yoursunny no blame cast at all, i just thought that it might be related, because saw some OTA related changes being merged. I have updated to latest git version and can confirm that I'm seeing a crash when using OTA, albeit a different one. Rolling back to 2.4.0, no issue is observed. Also no issue is observed if i make the change mentioned by @Juppit in #4086. You are right that the issue in this ticket is not related to #4086 though, since the ticket was opened before the PR got merged :) |
A bug was introduced yesterday related to OTA as part of a OTA stability fix. |
Hmm, I have now tried the code on several other nodemcu boards and using a new project and it is working fine.. I think based on this and a few other issues that the first board might have somehow become defective.. |
Basic Infos
Hardware
Hardware: nodemcu 1.0
Core Version:
Description
Problem description
Previously I was able to successfully run the OTA but today I was reworking my board and putting in proper cabling etc for the project as the prototype had worked as wanted.
First I had some issues with the nodemcu not working as expected so I did some troubleshooting and finally got it back to OK status, but when I run the OTA it goes all the way to ArduinoOTA.onEnd and I print Restarting on my screen..after this it doesnt restart as it used to. When I check serial log I can see the following reset crashing over and over until I hit reset button:
The text was updated successfully, but these errors were encountered: