edgetx icon indicating copy to clipboard operation
edgetx copied to clipboard

Zorro Telemetry Mirror not working on 2.10RC1, RC2 and RC3

Open Pelado-Mat opened this issue 11 months ago • 31 comments

Is there an existing issue for this problem?

  • [X] I have searched the existing issues

What part of EdgeTX is the focus of this bug?

Transmitter firmware

Current Behavior

Since updating to 2.10RC1 Telemetry mirror on AUX1 is not working. It's working fine on 2.9.X

Expected Behavior

Telemetry mirror to work

Steps To Reproduce

  1. On 2.9.X Check that Telemery Mirror is working
  2. Update to 2.10.0RC1
  3. Check if Telem Mirror works No Telemetry is mirrored to the port

Version

Other (Please specify below)

Transmitter

RadioMaster Zorro

Operating System (OS)

Linux

OS Version

No response

Anything else?

No response

Pelado-Mat avatar Mar 25 '24 10:03 Pelado-Mat

The same happens on RC2

Pelado-Mat avatar Mar 31 '24 04:03 Pelado-Mat

Can I get a few more details / specifics please? MPM (and what protocol) or ELRS? What are you using to monitor the AUX1 - is this just a USB UART, bluetooth adapter, something else?

pfeerick avatar Mar 31 '24 09:03 pfeerick

Can I get a few more details / specifics please? MPM (and what protocol) or ELRS?

ELRS

What are you using to monitor the AUX1 - is this just a USB UART, bluetooth adapter, something else?

A BT Adapter HC05 - JDY-31-v1.35 BaudRate 57600

The details of the configuration are here

For reference, if I downgrade to EdgeTX 2.9.X the telem mirror works fine.

As the app to view the telemetry I'm using RomanLut's app

Let me know how I can help testing.

Pelado-Mat avatar Mar 31 '24 14:03 Pelado-Mat

Still not working for RC3.

Pelado-Mat avatar Apr 03 '24 12:04 Pelado-Mat

Which explains the issue is still opened...

3djc avatar Apr 03 '24 12:04 3djc

ok, trying to reproduce on Boxer, working fine there on main. Trying on Zorro

3djc avatar Apr 09 '24 13:04 3djc

I'm sorry to report that it works fine here

image

image

image

image

Aux1 set to telemetry mirror, on a CRSF link, as far as I can tell, it works just perfectly fine.

Thanks to Radiomaster for sending me a production Zorro so I could test this

3djc avatar Apr 09 '24 14:04 3djc

I will try later, If it worked for you must be something particular about my setup.

Pelado-Mat avatar Apr 09 '24 14:04 Pelado-Mat

I still have the same behavior. All works fine on 2.9.X, if I upgrade to 2.10RC the app does connect but does notget any telemetry. I open an issue on the app github RomanLut/android-taranis-smartport-telemetry#53

Pelado-Mat avatar Apr 10 '24 15:04 Pelado-Mat

Im trying this to capture the serial stream i got via BT:

  1. Flash the radio with 2.9.4
  2. Start the radio and use a known working model
  3. Connect my linux PC via BT to the radio
  4. Start capturing the serial connection: stdbuf -o0 cat /dev/rfcomm0 > tmp/2.9.4.log
  5. Plug the model to get some telemetry
  6. Leave the capture some time
  7. stop the capture, disconnect the PC
  8. Connect the android app to double check that is working OK or not

I repeat the same procedure with 2.10rc

here are both files that I captured 2.10.log 2.9.4.log

Pelado-Mat avatar Apr 10 '24 16:04 Pelado-Mat

After some troubleshooting with @3djc help, we find that the BT module baud rate was the issue here. On 57600 works fine up to 2.9.4 but not in 2.10rc. On 115200 works fine on 2.10rc but not in 2.9 or earlier.

Pelado-Mat avatar Apr 10 '24 17:04 Pelado-Mat

So what should we do, flash out bluetooth modules or wait for fix?

Roman-Golod avatar Apr 10 '24 23:04 Roman-Golod

So what should we do, flash out bluetooth modules or wait for fix?

Could you reproduce the issue? As far as I understand @3djc could not.

Pelado-Mat avatar Apr 10 '24 23:04 Pelado-Mat

Next step is probably to figure out why the baud rate has changed. Bluetooth module should be arriving today so should be able to test this using same setup as you soon.

On Thu, 11 Apr 2024, 9:37 am Matias, @.***> wrote:

So what should we do, flash out bluetooth modules or wait for fix?

Could you reproduce the issue? As far as I understand @3djc https://github.com/3djc could not.

— Reply to this email directly, view it on GitHub https://github.com/EdgeTX/edgetx/issues/4807#issuecomment-2048603555, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJ66KNAZIGKSIIATHLP5TDY4XELFAVCNFSM6AAAAABFGYLSLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGYYDGNJVGU . You are receiving this because you commented.Message ID: @.***>

pfeerick avatar Apr 11 '24 01:04 pfeerick

So what should we do, flash out bluetooth modules or wait for fix?

Could you reproduce the issue? As far as I understand @3djc could not.

Yes, I can confirm, that the telemetry mirroring works in 2.9.4 and doesn't work in 2.10 rc3.

Roman-Golod avatar Apr 11 '24 04:04 Roman-Golod

It should have been 115k anyway from day 1 anyway. Will do some more test later today, but 115k is what it needs to be. Why some radio do not have it in 2.9 I'm not to sure yet

3djc avatar Apr 11 '24 06:04 3djc

Was able to reproduce (seems to be bootloader related). Anyhow, it would be in the ‘fix’ category, since it was abnormal to not use 115k

3djc avatar Apr 11 '24 06:04 3djc

Was able to reproduce (seems to be bootloader related). Anyhow, it would be in the ‘fix’ category, since it was abnormal to not use 115k

Agree with you about 115k. Last year some people added BT in their TXes and everywhere it was 115k except Zorro and TX12mk2.

Roman-Golod avatar Apr 11 '24 07:04 Roman-Golod

@pfeerick imho, this should be closed as it is normal behavior, and maybe note should be added in 2.10 release note that CRSF telemetry mirror has been aligned at 115k on all radios

3djc avatar Apr 11 '24 07:04 3djc

Just CRSF, or all telemetry mirror? And agreed... if these are the odd turkeys (Zorro, TX12mk2), and are now doing the same as all the others, this is a fix/expect behavioural change.

pfeerick avatar Apr 11 '24 08:04 pfeerick

Just CRSF, others (namely frsky) use 57k because of sport and frsky software

3djc avatar Apr 11 '24 09:04 3djc

Here on TX16s with 2.9.4, telemetry mirror aux1 dont work with ext. tbs crossfire module. With a ext Radiomaster Ranger it works. Same hc05 as @Pelado-Mat. Only know it worked with both before. Cant remember when, sometimes last year.

Thidsa avatar Apr 18 '24 10:04 Thidsa

I'm sorry to report that it works fine here

image

image

image

image

Aux1 set to telemetry mirror, on a CRSF link, as far as I can tell, it works just perfectly fine.

Thanks to Radiomaster for sending me a production Zorro so I could test this

Sorry for the off topic question, but where do you connect on the Zorro for Aux 1?

dcan999 avatar Jul 22 '24 22:07 dcan999

There are two pads on the back of the mainboard.

https://www.aricarc.cl/es/Biblioteca/ZorroMods#bt-mod

On July 22, 2024 6:47:42 PM GMT-04:00, dcan999 @.***> wrote:

I'm sorry to report that it works fine here

image

image

image

image

Aux1 set to telemetry mirror, on a CRSF link, as far as I can tell, it works just perfectly fine.

Thanks to Radiomaster for sending me a production Zorro so I could test this

Sorry for the off topic question, but where do you connect on the Zorro for Aux 1?

-- Reply to this email directly or view it on GitHub: https://github.com/EdgeTX/edgetx/issues/4807#issuecomment-2243939306 You are receiving this because you were mentioned.

Message ID: @.***>

Pelado-Mat avatar Jul 22 '24 22:07 Pelado-Mat

There are two pads on the back of the mainboard. https://www.aricarc.cl/es/Biblioteca/ZorroMods#bt-mod On July 22, 2024 6:47:42 PM GMT-04:00, dcan999 @.> wrote: > I'm sorry to report that it works fine here > > image > > image > > image > > image > > Aux1 set to telemetry mirror, on a CRSF link, as far as I can tell, it works just perfectly fine. > > Thanks to Radiomaster for sending me a production Zorro so I could test this Sorry for the off topic question, but where do you connect on the Zorro for Aux 1? -- Reply to this email directly or view it on GitHub: #4807 (comment) You are receiving this because you were mentioned. Message ID: @.>

Thank you. I tried this today, but my HC-05 will not work powered by 3.3v for some reason. When I power it by external 5v it works fine. Is there any 5v power source in the zorro?

dcan999 avatar Jul 24 '24 19:07 dcan999

Upon further testing, (with 5v), there is no telemetry coming out of the Tx pad to the HC-05. I then tried direct wired connection to my tracker (Tx pad to tracker Rx pin) and Telemetry viewer nor the tracker shows anything going though. I emailed Radiomaster and they said those pads are not Aux 1 and that they did not give the Zorro an Aux 1 so that's confusing if this is working for others. I have the correct settings in Hardware (115200 Baud, Telemetry Mirror). I've tried turning Trainer off/on, I've tried turning off/on the internal ELRS and using the external Ranger, nothing seems to make the pads output anything. I also tried the "EXT TX" pin on the 8pin module connected in case that was it, which also didn't work. 20240724_140244 What am I doing wrong?

Edit to add, my Zorro is on 2.8.4 if that makes a difference.

dcan999 avatar Jul 24 '24 23:07 dcan999

Set 57600 or update EdgeTX to the latest version.

Roman-Golod avatar Jul 25 '24 02:07 Roman-Golod

Set 57600 or update EdgeTX to the latest version.

I updated to 2.10.2 tonight, going by the above conversations, baud on 2.10.x should be 115k, but I tried 57600 and 400k as well after updating just for hoots, none worked.

dcan999 avatar Jul 25 '24 03:07 dcan999

Set 57600 or update EdgeTX to the latest version.

I updated to 2.10.2 tonight, going by the above conversations, baud on 2.10.x should be 115k, but I tried 57600 and 400k as well after updating just for hoots, none worked.

Have you read this article? Some settings need to be applied to the bt module. https://www.aricarc.cl/es/Biblioteca/ZorroMods#bt-mod Also, if you want to use 3v3, you should replace the module itself from its board, which has stepdown 5v - 3v3.

Roman-Golod avatar Jul 25 '24 03:07 Roman-Golod

Set 57600 or update EdgeTX to the latest version.

I updated to 2.10.2 tonight, going by the above conversations, baud on 2.10.x should be 115k, but I tried 57600 and 400k as well after updating just for hoots, none worked.

Have you read this article? Some settings need to be applied to the bt module. https://www.aricarc.cl/es/Biblioteca/ZorroMods#bt-mod Also, if you want to use 3v3, you should replace the module itself from its board, which has stepdown 5v - 3v3.

I used that article to program the HC-05 so it's correct, but I'm not getting any output even directly wired no BT at all so I think it's an issue on the Zorro side, just can't figure out what.

dcan999 avatar Jul 25 '24 03:07 dcan999