Forum Replies Created
-
AuthorPosts
-
polskifacetParticipantThe 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?
polskifacetParticipantGood 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.
polskifacetParticipant
polskifacetParticipantGot 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
polskifacetParticipantCould someone that successfully compiled the bin file just post it here?
polskifacetParticipantHello 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
polskifacetParticipantHi,
Is it possible to easily run without the IO expander? -
AuthorPosts