midelic / Ersky9x-Tx-bas-scripts

Scripts in basic language to configure rx or FC(betaflight) from TX with ersky9x firmware
9 stars 1 forks source link

Script displays values but does not allow changing them #1

Open vkolotov opened 5 years ago

vkolotov commented 5 years ago

Hello,

I'm running the script (tried all scripts) my Taranis Q X7 with ersky9xProvR222d2 FW. I can see values for PID, Rates, VTX (the pages 4 and 5 do not show up, it jumps to the PID page after VTX).

When I push the "Page" button, it displays an empty page with some numbers on it in random order.

Long press on the "Menu" button shows a popup with "Save page" and "reload" items. I cannot move cursor with the knob.

Is my radio supported?

vkolotov commented 5 years ago

Also when you exit the script, cursor start to move in reverse direction.

vkolotov commented 5 years ago

Here is what I see when I press the "page" button being on VTX page: https://www.dropbox.com/s/swdr54ukeboa8mq/IMG_20190103_175804.jpg?raw=1

midelic commented 5 years ago

If you see PID in betaflight that means the script is working.I have Turnigy 9Xpro the buttons are different than Taranis.You need to change in script the buttons to match buttons on taranis There is no valid page 4 or 5.If you have rotary encoder you should use EVT_BTN_BREAK – Rotary encoder button. EVT_BTN_LONG – Rotary encoder button The page you see with zero is a page for debugging which is on my left button on my 9xpro.

An need to replace in script the event EVT_XXX_XXX with ones that works from the below list. For Event: EVT_MENU_BREAK EVT_MENU_LONG EVT_EXIT_BREAK EVT_UP_BREAK EVT_DOWN_BREAK EVT_UP_FIRST EVT_DOWN_FIRST EVT_UP_REPT EVT_DOWN_REPT EVT_LEFT_FIRST EVT_RIGHT_FIRST EVT_BTN_BREAK – Rotary encoder button. EVT_BTN_LONG – Rotary encoder button.

jack113113 commented 5 years ago

Qx7 use firmware ersky9x Script display but use Opentx firmware do not work Opentx do not develop this feature ?