-
Notifications
You must be signed in to change notification settings - Fork 10
External expander for IDF 5.3.1 #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The External Expander works with one Expander connected. When another expander is connected (even just one pin for reading), the first connected expander will stop working. With the UART mode we use, the ESPs most likely interfere with each other. |
|
I tested and resolved the UART communication issues, understanding the unpredictable behavior. The external expander is feasible, and I'll update it to be fully functional. |
|
The current version works with one (UART0) external expander. With UART0, I can't fully deactivate the interfering signal cause of the UART USB converter. Using UART1 seems to work. I will wait for the Plexus expander to arrive and update the code for it to work as an external expander when it's here. |
|
This is handled by #153 |
This is the external expander module for 5.3.1. It is recreated in here, since there were major changes on Lizard since the last development of the external expander.
_<ID>_READY_checkFeature request: #34