Nascov Victor

Results 13 comments of Nascov Victor

I have the same problem: T18 radio with R9M, which works fine in OpenTX, but it doesn't work in EdgeTX (only telemetry is transmitted.)

The problem might be not specific to RM TX16s. I have Radioking T18.

To run the motor I used throttle stick (but this requires arming) a potentiometer on some RC channel and the output tab. Yes, 9 channels remain left. 6 are already...

Thank you for the replies. OK, I managed to do these tasks (right now, I am learning to work on github). Here is my branch: https://github.com/ViorelX/edgetx/tree/T18_GPS Why have I chosen...

This is my compilation script: @ECHO OFF REM Path where the firmware will be built SET BUILDPATH=D:\EdgeTX\Firmware REM Path where the EdgeTX source can be found SET SRCPATH=D:\EdgeTX\Source REM Path...

I have found the SDRAM driver uses a lot of CPU pins, as commented in this source file, between the lines 72-92: https://github.com/EdgeTX/edgetx/blob/590ec5a9ed79bf1ed8fc8cb99601e37c7da0b0ae/radio/src/targets/horus/sdram_driver.c These include PE0, PE1 needed by UART8...

I have soldered the TX, RX pins of the GPS (Beitian BN-800) to the 161, 162 CPU pins (to use the UART4 terminals PC.10, PC.11). It doesn't work. At startup...

Yes, PC.10 and PC.11 are used by the SD card: https://github.com/EdgeTX/edgetx/blob/590ec5a9ed79bf1ed8fc8cb99601e37c7da0b0ae/radio/src/targets/common/arm/stm32/sdio_sd.c And yes, both of them have an alternate SPI3 function.

UART5 is the only one port I have not tried yet. It uses PD2, PC12 (without alternatives), but these are used by the SD card too. Therefore, no more chance!!!

> @ViorelX huh, I am a bit amazed that you are wildly hooking up your GPS to pins who's usage you are not clear of. @rotorman, that's because I am...