espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
432 stars 145 forks source link

Device becomes offline after router reboot (MEGH-3895) #182

Closed maxakash closed 1 year ago

maxakash commented 1 year ago

I have a reboot schedule for my wifi router everyday. After the reboot, the esp32 becomes offline. I have to power it off and on to make it online.

Any suggestions to resolve this problem.

@shahpiyushv

Thanks

shahpiyushv commented 1 year ago

@maxakash , is this with esp-idf or Arduino?

maxakash commented 1 year ago

This is with Arduino.

On Mon, 10 Oct 2022 at 2:29 PM Piyush Shah @.***> wrote:

@maxakash https://github.com/maxakash , is this with esp-idf or Arduino?

— Reply to this email directly, view it on GitHub https://github.com/espressif/esp-rainmaker/issues/182#issuecomment-1272997766, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEEZXYB4QQJ5CK4QN6GLM4DWCPLIJANCNFSM6AAAAAARAXD6JE . You are receiving this because you were mentioned.Message ID: @.***>

sanketwadekar commented 1 year ago

Can you try using the fix given here?

maxakash commented 1 year ago

Can you try using the fix given here?

Yes I have implemented it in my code. Will test and let you know. Closing this for now.