Forum Replies Created
-
AuthorPosts
-
Jisse154Participant
Jisse154ParticipantHi Mouad
get the code mainArduino.ino and remove the first line #include <Wire.h> and then compile.
It worked for me, but I don’t know exactly why!
Jisse154ParticipantHi,
thanks for your support. I ‘m finally solved my issue removing #include <Wire.h> on mainArduino.ino.
Jisse154ParticipantI have uncommented the #define SERIAL_DEBUG on define.h and put a DEBUG_PRINT just after the DEBUG_BEGIN(115200) on main.h. After the firmware upload, I don’t see anything on the serial monitor except the watchdog reset as previously.
ets Jan 8 2013,rst cause:4, boot mode:(1,6)
wdt reset
I am not sur to use the debug function correctly!?
Jisse154ParticipantThanks Ray for your reply.
I still have the probleme.
A watchdog reset occurs after the firmware uploadets Jan 8 2013,rst cause:4, boot mode:(1,6)
wdt reset
to compile without error, I have changed the updater.h lib to include reset function and also rename Time.cpp and Time.h.
do I have to change something else?
Jisse154ParticipantHello all
First of all, thanks Ray and all others for your work on this project.After 3 evenings trying to solve my problem, I see no other solution than to ask for your help. I am trying to upload opensprinkler master firmware in a esp8266 dev nodemcu.
I am using arduino IDE 1.8.9 with ESP8266 CORE 2.5.2. I have compiled using mainArduino.ino and flash the firmware without any errors via serial USB, however the ESP8266 crash and enter on cycling reset loop with this msg:ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v8b899c12
~ldothers have been facing to this problem but on my case, I cannot solve it.
here attached my setup:
is it correct?
Thanks for your supportAttachments:
-
AuthorPosts