Hello together, I have some strange behavior to report.
I tried to switch serial communication (between FC and Companion Computer) from USB to UART1 as it is recommended in the docs (because vibration could losen the connection).
With Flip32 everything is working as expected, but when switching to a Naze32 (due to angled connectors) it is working only … ehm partly. When checking the logs, the firmware-version print is missing and it doesn’t stop to complain about missing parameters. When arming the FC with the RC, it suddenly finds all parameters. But _get or _set of parameters is not working so this is not really useful.
As I found in the Naze docs, UART1 and USB are sharing the same serial port, so in my tests I didn’t connect both at the same time as recommended. USB is working as expected but UART1 is not. At the moment I am using USB-connection, but I would like to change to UART1 if possible in the future.
Is there any explanation for this behavior?
Regards Rafael