Is it possible to use AI deck together with the bigquad deck? #1588
-
Is it possible to use AI deck together with the bigquad deck by simply stacking them together? |
Beta Was this translation helpful? Give feedback.
Answered by
tobbeanton
Oct 10, 2024
Replies: 1 comment 1 reply
-
I noticed that "CPX uses UART2 to communicate with the ESP32 by default, if that is enabled there will be conflicts". Is there a simple way to solve this problem? It seems that this UART2 is for wireless communication and I need this function so disabling it is not within the option. Is it possible to modify the port on the bigquad deck simply through modifying its driver? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunatly using the BigQuad together with the AI-deck is going to be hard. There is no way to move the ESP32 UART and the BigQuad uses those pins for PWM.
It might be possible to do some patching and phsically move the UART, but the is not an easy task. Then it would be much easier to use a Bolt instead.