ardupilot
ardupilot copied to clipboard
The UART3 serial port in CUAV Nora is not functional
Bug report
The UART3 serial port (the one on the longer side) in CUAV Nora is not functional. The discussion is here: https://discuss.ardupilot.org/t/nora-serial-port-numbering/73906/9 (it was mentioned in the final post that this issue will be fixed in the new firmware, but it has not been so far)
Version 4.2.0 and later
Platform [x] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Submarine
After submitting I've found this one:
https://github.com/ArduPilot/ardupilot/pull/20395
but I can't see this fix mentioned in the release notes, and the port is still not functional in 4.2.2
@maciek252 I'd be surprised if it didn't work at this point. usart3 is not the same thing as SERIAL3 - tridge's PR would put usart3 as SERIAL7_.
Did you eventually work out your issue?