Posts: 9,077
Threads: 1,202
Joined: Oct 2020
Reputation:
235
i don't understand what you want to do details.
Posts: 9
Threads: 2
Joined: Feb 2023
Reputation:
0
Hello,
With Interrupt pin you can verify at each moment during the loop the pressure of a fluid (with analog meter).
If that pressure is higher than a maximum tolerated value, the sketch must be stopped immediately because damage will occur.
I use now IDE version 1.18.19.
Is it possible witch V1.5?
The control must be done continiously from the begin of the loop until the end.
I don't know the code for it and I do not find codes nearby.
Thanks
Posts: 9,077
Threads: 1,202
Joined: Oct 2020
Reputation:
235
if you will use analog meter, it will connect with KC868-A8 board's analog input port, not use by PCF8574, that use for digital INPUT or OUTPUT.
Posts: 15
Threads: 3
Joined: Nov 2024
Reputation:
0
A16 - for use the interrupts for PCF8574 (U32 U31) can I remove R147 and R148 and connects INT pins (PCF) to the unused GPIO8 and GPIO9 ESP32 ?
ESP32 can hold interrupts on this port - somebody tested similar idea ?
BTW, I don't understand why Kicony doesn't use that INT pins....
Posts: 9,077
Threads: 1,202
Joined: Oct 2020
Reputation:
235
because not enough gpio for you. PCF8574 already can work well without INT pin. if you MUST want use INT pin, you can connect with any ESP32 free GPIOs.