-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Nxphlite Flight Controller Issues #9325
Comments
@RomanBapst please add |
@dk7xe try to tick the force save box. This should allow you to set any value. |
The telem 2 settings (SYS_COMPANION) are enums and not directly used as baudrates. See the init script https://github.com/PX4/Firmware/blob/master/ROMFS/px4fmu_common/init.d/rcS#L626. https://github.com/PX4/Firmware/blob/master/src/modules/systemlib/system_params.c#L111-L140 I think we can do better than this, but it's a larger discussion. #8302 |
@RomanBapst Please retest this on https://github.com/PX4/Firmware/commits/leitwert-nxphlite-serial-dma 7fbca79
I have not confirmed this. But this is an AI to get the SDIO DMA working. I am not sure if it is related. Please re-test.
S.BUS is working. Tested with FRsky XSR. There was a bug fix in the UART driver for a baud rate and format error that affected the parity when not none (SBUS is 8e2).
There was a bug fix in the UART driver for a baud rate and format error. The link is slow but will work, when tested over FTDI (tested with a 5 Volt FTDI - TTL232RG 5V) cable and sometimes over the RADIO*. *The HW has an issue with oscillation on the UART4 level translators. It is observable on the 5V of P10-1. When the oscillation is not present the RADIO will work. But I see a delay compared to the USB-CDC connection to QGC. Also note: With HW HS connected, the radio comes up in bootload mode (RED LED on solid) I currently have RTS/CTS disconnected. I grounded P10-4 (CTS_b) and grounded pin 5 on the radio (marked RTS on mine). This configuration works. Also Note the V5 when powered from USB is 4.5V - There is a diode that needs to be re-spec-ed
This sort of fix is needed for drivers. Passing an an option as to how to report the internal/external
There was a bug in the USB driver that created and interrupt storm. This was fixed ~ Apr. 27 |
I think these are resolved on https://github.com/PX4/Firmware/tree/leitwert-nxphlite-serial-dma. Please reopen if not, |
RC link seems flaky, sometimes does not connect, often needs reboot, also SBUS does not work
Telemetry link is awfully slow and sometimes QGC fails to load params
external mag is not detected as external, possibly because it's not started with -X option (different bus architecture)
sometimes board freezes on boot, needs reboot (can be seen if safety switch LED light does not blink)
The text was updated successfully, but these errors were encountered: