Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By gmag11
#36323 Hi,

I am developing a WiFi interface for a power monitor from CurrentCost. Until now I've been going ok but suddenly, I don't know exactly in which moment, after uploading my scketch esp start bootin and restarting in a loop.

Code: Select allŒrrßÛ’nÀŽà‚ÇÄl`üü‚n„bà
 ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld

 ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld

 ets Jan  8 2013,rst cause:1, boot mode:(3,7)

load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld


I am stuck here. Other sketches load and run ok.

I have uploaded my code to GitHub:

https://github.com/gmag11/CurrentCost

Do you have any indication to help me where to look for?

Regards,
Germán
Last edited by gmag11 on Fri Dec 18, 2015 7:59 am, edited 1 time in total.
User avatar
By gmag11
#36714 I've found my fault. It was a contructor called into global scope. I'm trying to implement a NTP client library to be able to sync time with NTP simply using NtpClient.begin() or similar. I'll open another topic about this.