mcp23017 is not working properly
Posted: Wed Nov 03, 2021 8:54 am
Hi Folks!!
Hope you all are doing well!!!
I am using GPIO extender(mcp23017) with esp32. With that GPIO extender, I have attached some relays to it.
Functionality:- Whenever the hardware gets interrupt, relay with respect to that interrupt turned on.
Issue:-But in between sometimes, automatically all the relays get turned on even without any interrupt.
Even in the software, all the relays will never get turned on at same time. But still sometimes in between all the relays gets turned on without any interrupt.
Library used:- https://github.com/adafruit/Adafruit-MC ... no-Library
Components using:-
1) esp32 devkit
2) esp-idf 4.0.1
Thanks in advance!
Hope you all are doing well!!!
I am using GPIO extender(mcp23017) with esp32. With that GPIO extender, I have attached some relays to it.
Functionality:- Whenever the hardware gets interrupt, relay with respect to that interrupt turned on.
Issue:-But in between sometimes, automatically all the relays get turned on even without any interrupt.
Even in the software, all the relays will never get turned on at same time. But still sometimes in between all the relays gets turned on without any interrupt.
Library used:- https://github.com/adafruit/Adafruit-MC ... no-Library
Components using:-
1) esp32 devkit
2) esp-idf 4.0.1
Thanks in advance!