Forum Replies Created

Viewing 7 posts - 26 through 32 (of 32 total)
  • Author
    Posts
  • in reply to: ESP32 port of 2.1.9 firmware #75538

    polskifacet
    Participant

    The code is untouched from the OP’s GitHub. It’s just a little tricky to get it to compile if you’re not familiar with Arduino development. The bin files on my site are purely there for some of the other people that haven’t been able to compile it, not sure if I can put them in the git repo?

    in reply to: ESP32 port of 2.1.9 firmware #75532

    polskifacet
    Participant

    Good news, got it all working! I unknowingly pulled the repo to my Downloads folder but already had it in the arduino libraries folder so I was changing the wrong file.

    Would be great if we could get an up to date version for ESP32, initial testing shows its great for OpenSprinkler. The interface is fast and it only costs $5 or less per esp32 dev board. Seems like the OP is no longer around :(. I’ll update the bin files on my link as a activate on high and second one for low.

    in reply to: ESP32 port of 2.1.9 firmware #75528

    polskifacet
    Participant
    in reply to: ESP32 port of 2.1.9 firmware #75523

    polskifacet
    Participant

    Got it to compile in Arduino! I had a fat finger paste in the main.ino!. Now I am trying to figure out how to set the pin low by default so they go high when a station is triggered.

    #define STATION_LOGIC 0 // GPIO logic ex. for relays conneted to grand 0 meens ON

    Turning it to 1 does nothing

    in reply to: ESP32 port of 2.1.9 firmware #75521

    polskifacet
    Participant

    Could someone that successfully compiled the bin file just post it here?

    in reply to: ESP32 port of 2.1.9 firmware #75353

    polskifacet
    Participant

    Hello Guys,
    Trying to compile this as Raspberry Pi is essentially impossible to buy. I’m running Arduino Ide 2.1.0 (latest). Installed the libraries mentioned on GIT. Having this issue while compiling:

    /home/adam/Downloads/OpenSprinkler-Firmware-ESP32port-master/examples/mainArduino/mainArduino.ino:14:13: error: stray ‘#’ in program
    UIPEthernet #include “OpenSprinkler.h”
    ^
    /home/adam/Downloads/OpenSprinkler-Firmware-ESP32port-master/examples/mainArduino/mainArduino.ino:14:1: error: ‘UIPEthernet’ does not name a type
    UIPEthernet #include “OpenSprinkler.h”
    ^~~~~~~~~~~

    exit status 1

    Compilation error: stray ‘#’ in program

    in reply to: Opensprinkler on ESP8266 #64398

    polskifacet
    Participant

    Hi,
    Is it possible to easily run without the IO expander?

Viewing 7 posts - 26 through 32 (of 32 total)