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

Ardupilot V4.5.x - ESC telemetry on the OSD has "stopped working" #27064

Open
robustini opened this issue May 14, 2024 · 3 comments
Open

Ardupilot V4.5.x - ESC telemetry on the OSD has "stopped working" #27064

robustini opened this issue May 14, 2024 · 3 comments

Comments

@robustini
Copy link
Contributor

robustini commented May 14, 2024

From Ardupilot V4.5.x you can also use ESCs with telemetry (e.g. BLHeli) from SERVO1 to SERVO8, whereas with earlier versions you would have to use SERVO9 and up, so currently everything is smarter.
Unfortunately, for those like me who use ESC telemetry with OSD and had therefore utiulized connectivity from SERVO9 on up now it does not work.
Previously connecting an ESC to SERVO9 was interpreted as “ESC1” and the data on the OSD was working, now it is seen as “ESC9” and the OSD does not work perhaps because it precisely goes looking for it on SERVO1.
It is in my opinion a bug that should be fixed, simply by mapping on the OSD as “ESC Telemetry” the first ESC connected in ascending order, even if for example it is wired to SERVO9.
Now you are forced to connect the ESC to SERVO1 to have the telemetry working on the OSD, I hope for a fix or we are forced to change connectivity and settings in already functioning drones.

@robustini robustini changed the title Ardupilot V4.5.x - ESC telemetry on the OSD has stopped working Ardupilot V4.5.x - ESC telemetry on the OSD has "stopped working" May 14, 2024
@andyp1per
Copy link
Collaborator

This is a pre-existing bug. The OSD ESC information would only show info about the "first" ESC, including ESCs that did not exist. So unless you physically had your drone setup in a particular way you would not get ESC information. The change in 4.5 is that the "first" ESC is now SERVO1 rather than AUX1 due to the support for ESC telemetry on IOMCU. The solution is to either allow the ESC to be configured to to automatically determine a reasonable ESC.

@robustini
Copy link
Contributor Author

robustini commented May 15, 2024

Absolutely agree, just be able to configure in the OSD which ESC to show as ESCTEMP, ESCRPM and ESCAMPS (I never understood why ESCVOLTS is absent, telemetry voltage is in virtually all ESCs with telemetry).
Now you cannot so taking SERVO1 as reference if you have ESCs connected in other outputs the telemetry will not work.
More than a bug it is an implementation I think necessary.
Then if it were possible to have multiple ESCs active in the OSD it would be the top, but other software such as INAV also does not have this feature, they only show the first one.

@robustini
Copy link
Contributor Author

robustini commented May 18, 2024

And today by doing a test I noticed that the telemetry problem also goes to create problems if for example you set the ESC to SERVO1, declaring it in the bitmask of BLHeli goes to disable the pwm of SERVO2.
So yes, it is a bug because it still doesn't do what it should.
Tested on SpeedeBee F405 WING.

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

No branches or pull requests

2 participants