Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Opensprinkler on ESP8266 #61166

    Jisse154
    Participant

    Mouad

    Here my sources

    in reply to: Opensprinkler on ESP8266 #61157

    Jisse154
    Participant

    Hi 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!

    in reply to: Opensprinkler on ESP8266 #61095

    Jisse154
    Participant

    Hi,

    thanks for your support. I ‘m finally solved my issue removing #include <Wire.h> on mainArduino.ino.

    in reply to: Opensprinkler on ESP8266 #61040

    Jisse154
    Participant

    I 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!?

    in reply to: Opensprinkler on ESP8266 #60980

    Jisse154
    Participant

    Thanks Ray for your reply.

    I still have the probleme.
    A watchdog reset occurs after the firmware upload

    ets 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?

    in reply to: Opensprinkler on ESP8266 #60884

    Jisse154
    Participant

    Hello 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
    ~ld

    others have been facing to this problem but on my case, I cannot solve it.

    here attached my setup:
    is it correct?
    Thanks for your support

Viewing 6 posts - 1 through 6 (of 6 total)