EdgeTX / edgetx-sdcard

SD Card contents and images for EdgeTX
130 stars 42 forks source link

Jumper T15 with RM ER6GV Rx -Locate Model tool does not work #170

Closed SteveintheIoW closed 1 week ago

SteveintheIoW commented 3 weeks ago

I have a new T15 tx (tried Edgetx fw 2.10.1 and 2.10.5) working with a RM ER6GV ELRS receiver. The Setup works - control, telemetry and Vario all work fine BUT unable to get Locate Model tool to work. The tool just bleeps every second and shows 0dB. I've tried clearing out all models, updated SD card pack. Is there some Tx Rx compatibility issue or LUA bug

offer-shmuely commented 1 week ago

can yo send picture of the sensors screen ? and a video of what happen

SteveintheIoW commented 1 week ago

Video is here

https://www.dropbox.com/scl/fo/9g2nt96le6nffk18s6ieq/AG7gAIcyZsLxhG5lZc9vutk?rlkey=fecnvj9x8tc0b0319nffbgesl&st=0a4iwgpp&dl=0

And sensor data screens

IMG_20241118_105827633_HDR IMG_20241118_105816107_HDR IMG_20241118_105804677_HDR

These models are using mateksys and RM versions of the same ER6GV receiver. Both models seem to work fine, Vario and alt data readouts etc seem fine but the locator tool just sits at 0dB as shown .

Any help appreciated! Cheers Steve

SteveintheIoW commented 1 week ago

Video link again..

https://www.dropbox.com/scl/fi/154qvnpgzq3bdk3r5lcxs/VID_20241118_105521152.mp4?rlkey=l1cep62o7t3a0e9lmhxq6y16m&st=3h1k4hry&dl=0

3djc commented 1 week ago

@offer-shmuely the 480x320 version only looks for RSSI sensor by name.

Additionnaly, why not using getRSSI() ? I returns a form off RSSI automatically depending on module type.

https://luadoc.edgetx.org/part_iii_-_opentx_lua_api_reference/general-functions-less-than-greater-than-luadoc-begin-general/getrssi

offer-shmuely commented 1 week ago

got it, look like it is an older version the directory of the 480x320 is not so maintained since not many tx is used please try this version, and let me know what is the status

https://github.com/offer-shmuely/edgetx-x10-scripts/blob/main/SCRIPTS/TOOLS/Model%20Locator%20(by%20RSSI).lua

offer-shmuely commented 1 week ago

@offer-shmuely the 480x320 version only looks for RSSI sensor by name.

Additionnaly, why not using getRSSI() ? I returns a form off RSSI automatically depending on module type.

https://luadoc.edgetx.org/part_iii_-_opentx_lua_api_reference/general-functions-less-than-greater-than-luadoc-begin-general/getrssi

since I like to show what is used since i also like sometime to allow select the signal, i.e. let the user choose ant1 or ant2 since the mix max values are different 0-100 or -40 to -112

SteveintheIoW commented 1 week ago

Excellent and thank you so much - it looks like the version you linked me to has fixed it on the Jumper T15....I haven't had much time to exhaustively test it but I am now seeing a bar Graph display.
Many thanks again for your help and the all the great work and effort that you and the team have done on this project. Its incredible. Cheers Steve

offer-shmuely commented 1 week ago

fixed in PR (update script also in 480x320) this bug can be closed when the PR merged https://github.com/EdgeTX/edgetx-sdcard/pull/174