R.S.T
(Ruediger)
February 27, 2024, 9:13pm
1
Hi there,
I’ve been trying to see telemetry with yaapu but the widget keeps saying no telemetry.
But in the sensors page there are 23 values shown. I tried desperatly so I changed Packet and Telem Ratio with no success. If I switch on CSRF I typically get a syntax error.
Versions:
Edge-tx 2.8.0
ELRS 3.2.1 CE-LBT
Yaapu 2.0.0 dev
So what’s going wrong?
Yuri_Rage
(Yuri Rage)
February 27, 2024, 9:50pm
2
Enable CRSF support in the Yaapu config script (on the radio).
Yuri_Rage
(Yuri Rage)
February 27, 2024, 10:03pm
4
There’s your problem. Unfortunately, I don’t know the fix.
R.S.T
(Ruediger)
March 6, 2024, 7:46pm
5
Is there anybody running the yaapu script on the Zorro?
Yes I’ve just got the yaapu widget up and running on my Zorro.
Here’s the secret:
HOW TO ENABLE CRSF IN YAAPU!:
Take note of the exact name of the model you are using, as it appears when you press MDL on your radio.
On your radios SD card, copy
MODELS/yaapu/yaapudev.cfg
to
MODELS/yaapu/[your_model_name].cfg
For example i copied yaapudev.cfg to ZORRO2.cfg as thats the name of the model I’m using.
Open the file you just created in a text editor. At the very end of line of text add:
,CRSF:2
I’ve been at this all day, as TELE → RTN TELE does nothing on my Zorro.
It’s 1a…
I can confirm it works with EdgeTX 2.8.0 and Crossfire on a Zorro. I guess it should also work with ELRS
You will need EdgeTX 2.8.0 on your Zorro and Yaapu 2.0.0 dev.
To get 2.0.0 dev, download the master.zip on the github where it says “EdgeTX version 2.7 or later with Widget version 2.0.0 or later ”
Then install the QX7 files on your Zorro. Don’t forget to also add the “ALL RADIOS/SD” files
Your file structure should look like this: Installation on Taranis radios · yaapu/FrskyTelemetryScrip…