Skip to content
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

FC MATEK 405 wing V2 - INav 7.1.2 - lost telemetry sensors #10543

Open
Asafsol opened this issue Dec 17, 2024 · 14 comments
Open

FC MATEK 405 wing V2 - INav 7.1.2 - lost telemetry sensors #10543

Asafsol opened this issue Dec 17, 2024 · 14 comments
Labels

Comments

@Asafsol
Copy link

Asafsol commented Dec 17, 2024

Current Behavior

Im using frsky X18 and tdmx rx, i used to have all the gps sensors on the tx
in the process of trying to make the "sats" opion to work i tried to move the telemetry s.port to UART6 and then back to UART 2 - but then tried to del sensors and rediscover but they are gone.
So far nothing helped to regain the gps sensors

any ideas?

@MrD-RC
Copy link
Collaborator

MrD-RC commented Dec 17, 2024

There isn't a sats sensor with SmartPort telemetry. There is GPS which gives the coordinates. There is also a sensor currently called Tmp1 which gives various information about the GPS link. Including the number of sats, connection quality, and fix status. This sensor is renamed 480 in INAV 8.0. To stop ETHOS from converting it to a temperature sensor. https://github.com/iNavFlight/inav/blob/master/docs/Telemetry.md#available-smartport-sport-sensors

There is a widget that you can use. This extracts the number of sats from the 480 or Tmp1 telemetry sensors. https://github.com/MrD-RC/ETHOS-GNSS-display-for-INAV

The sats telemetry sensor is most commonly found in the CRSF telemetry.

The sensors missing after switching UARTs can only be a setup issues. As it was working fine before changing it.

@Asafsol
Copy link
Author

Asafsol commented Dec 17, 2024

Well, i cant think of any thing that i changed that can cause the lost of sensors
Went over everything but i cant seem to find any thing related

@b14ckyy
Copy link
Collaborator

b14ckyy commented Dec 18, 2024

Please provide a diff from INAV, the exact type of Receiver you use and how its connected and what protocol does it use (Sbus+S.Port, FPORT, FPORT2, FBUS)

@Asafsol
Copy link
Author

Asafsol commented Dec 18, 2024

Using frsky TDMX rx
Using Sbus + S.Port
Attached diff list
INAV_7.1.2_cli_20241218_211944.txt

@b14ckyy
Copy link
Collaborator

b14ckyy commented Dec 18, 2024

Your Ports are probably configured incorrectly.

First of all its a F405 MCU so no inverter except on the dedicated sbus pad. The TDMX also has no inverted pads. That means you can ONLY run SmartPort Telemetry on a softserial that can be inverted in software.

you need to enable Softserial on the FC, then enable SmartPort on the Softserial port in the Ports Tab and connect the SmartPort wire to Tx2 on the FC. Don't be confused, when Softserial is enabled, Tx2 becomes Softserial1.
You keep your sbus wire on the SBUS pad on the FC and Serial Receiver on UART2

@Asafsol
Copy link
Author

Asafsol commented Dec 18, 2024

This is how everything is wired
Ive enabled softserial and smartport - not change in the telemetry

@b14ckyy
Copy link
Collaborator

b14ckyy commented Dec 18, 2024

that does not match your DIFF.
can you show me a screenshot of your ports page please?

@Asafsol
Copy link
Author

Asafsol commented Dec 18, 2024

Cause ive just changed it now
image

@b14ckyy
Copy link
Collaborator

b14ckyy commented Dec 18, 2024

Why do you have MSP on soft serial? If you do that, when disarmed that UART will only communicate in MSP and telemetry only switches on when armed. Disable MSP on SS1, that makes no sense.

@Asafsol
Copy link
Author

Asafsol commented Dec 18, 2024

ok i removed msp from SS
still no change in telemetry

@b14ckyy
Copy link
Collaborator

b14ckyy commented Dec 18, 2024

Have you tried to rediscover sensors?
Did you check your receiver settings from the radio that Telemetry is actually on?

@Asafsol
Copy link
Author

Asafsol commented Dec 19, 2024

Yea i did

@b14ckyy
Copy link
Collaborator

b14ckyy commented Dec 19, 2024

Then I am out of ideas. Something must be at fault in your setup. Maybe a broken wire or so, no idea. Maybe doublecheck everything.

@Asafsol
Copy link
Author

Asafsol commented Dec 20, 2024

Just saw that the fc dosent show batt volt. Its shows zero

any idea why?
Maybe it gives a clue about the telemetry as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants