yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
440 stars 141 forks source link

Enabling CRSF passthrough support on Radiomaster Pocket? #229

Closed hhackbarth closed 1 week ago

hhackbarth commented 6 months ago

How to enable CRSF support in the Yaapu telemetry settings on a Radiomaster Pocket? On the Boxer and the Zorro, the sequence TELE -> RTN -> TELE brings you into that configuration menu, but on the Pocket, this does'nt work. I found no other way to get into the yaapu configuration settings (using yaapu 2.0.0 beta3)

iamwinq commented 6 months ago

Can't access yaapu config menu as well...any fix for this?

hhackbarth commented 6 months ago

At the moment, I this workaround works for me: When you have another remote controller with same Yaapu scripts version and where you are able to enter the configuration screen, you can copy the generated config file (in SD card folder models/yaapu/.cfg) into the same location on the SD card of the Radiomaster pocket.

Looking forward to a fix...

iamwinq commented 6 months ago

Can you share your config file for the pocket?

hhackbarth commented 6 months ago

Can you share your config file for the pocket?

My config file currently looks like this: L1:1,V1:320,V2:300,B1:0,B2:0,CC:0,CC2:0,BC:1,VS:1,S1:1,S2:3,VIBR:1,T1:0,A1:0,A2:0,D1:0,T2:10,RM:0,HSPD:1,VSPD:1,CPANE:1,RPANE:1,LPANE:1,AVIEW:1,PX4:1,CRSF:2

It's stored in the folder MODELS/yaapu under the name .cfg, where ModelName is the name of the model, that you are currently using.

Please note, that I also changed the voltages for warning (3.2V) and critical (3.0V)to match the properties of LiIon cells.

iamwinq commented 4 months ago

I tried your config but still it shows "no telemetry"...

iamwinq commented 4 months ago

oh! got it working, I needed to rename the .cfg file to whatever name of my model is

Hwurzburg commented 3 months ago

here is a new yaapu7.lua that will bring up the config screen with a long press on the MDL key of the Pocket....go to SCRIPTS/TELEM and delete the yaapu7.luac and unzip and copy this one there....it will compile to a .luac on first access....the telem key will bring up the main telem screen like it does now, then long press the MDL key to get to the config utility....enjoy yaapu7.zip

@yaapu Alex, simple additional OR on the config screen conditional to enable it for Pocket

iamwinq commented 3 months ago

here is a new yaapu7.lua that will bring up the config screen with a long press on the MDL key of the Pocket....go to SCRIPTS/TELEM and delete the yaapu7.luac and unzip and copy this one there....it will compile to a .luac on first access....the telem key will bring up the main telem screen like it does now, then long press the MDL key to get to the config utility....enjoy yaapu7.zip

@yaapu Alex, simple additional OR on the config screen conditional to enable it for Pocket

THank you! this worked flawlessly

gwvr commented 2 months ago

I filed https://github.com/yaapu/FrskyTelemetryScript/issues/239 and have just seen this issue.

I've tried copying the config above to MODELS/yaapu/[ModelName].cfg, but that seems to have had no effect.

I've also tried removing yaapu7.luac and copying yaapu7.lua to SCRIPTS/TELEM, as suggested above, but that causes my Pocket to continuously reboot (loop the) loop.

hhackbarth commented 2 months ago

Since some days, I have a new Radiomaster Boxer Max and installed (currently latest) EdgeTX 2.10.2 + ELRS 3.4.3. Same problem now also here: TELEM -> RTN -> TELEM does not bring up the yaapu configuration menu anymore. Also the modified version of @Hwurzburg did'nt help.

Again, copying config file from another Boxer with older software versions was the only way to get yaapu working with the new Boxer on EdgeTX 2.10.2.

yaapu commented 1 week ago

Hi please try this script, it's a standalone one, copy it in the /scripts/tools folder and run it from the tools menu (same place where you have Yaapu Debug) and let me know. Yaapu Config.zip

yaapu commented 1 week ago

please see here

https://github.com/yaapu/FrskyTelemetryScript/issues/196