OpenSprinkler Forums Comments, Suggestions, Requests Few questions about gpio and soil sensor

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #75026

    kowal00071
    Participant

    Hello, I had to modify the Arigata project from ESP32 to ESP8266 because I couldn’t compile the software, and I have a few questions. Under which GPIO pins are the buttons B1, B2, and B3 located? the sensors Sens1 and Sens2?

    Can such an analog sensor as shown in the picture be connected?

    #75031

    kowal00071
    Participant

    b1 b2 b3 are connected to PCA9555, only which pins ??

    #75046

    Ray
    Keymaster

    The pins defines are all in the firmware code defines.h:
    https://github.com/OpenSprinkler/OpenSprinkler-Firmware/blob/master/defines.h#L388
    assuming you have OpenSprinkler version 3.2 (previous versions use different pins, and they are all defined in the file as well). IO_EXP + ? means it’s pin number ? on the PCA9555 IO expander.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums Comments, Suggestions, Requests Few questions about gpio and soil sensor