ERSKYTx (was ersky9x) Questions
- MikeB
- 9x Developer
- Posts: 17784
- Joined: Tue Dec 27, 2011 1:24 pm
- Country: -
- Location: Poole, Dorset, UK
Re: ERSKYTx (was ersky9x) Questions
I have some changes that now let me confirm enabling the wifi update, although I also don't see any wifi network appear for the Tx module. I do see a wifi network when I enable the wifi on the Rx.
Does something need to be configured under "WiFi Connectivity" before the Tx module appears?
I'm now looking to see how to handle these items with sub-menus.
Mike
Does something need to be configured under "WiFi Connectivity" before the Tx module appears?
I'm now looking to see how to handle these items with sub-menus.
Mike
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!
The difficult we do immediately,
The impossible takes a little longer!
Re: ERSKYTx (was ersky9x) Questions
entering the WiFi Connectivity shows the following sub-menu of [buttons]

and selecting [Enable WiFi] button pops up the following confirmation "window"

then selecting [Enter] actually enables the TX WiFi
then pressing EXIT takes you out of the WiFi Running [*] spinner "window"

or after a successful fw upgrade via WiFi the TX resets itself..
and the script detects that reset and displays a success msg
after an upgrade the lua script usually needs to be exited and restarted for the version fields to repopulate with the upgrade fw info..
- MikeB
- 9x Developer
- Posts: 17784
- Joined: Tue Dec 27, 2011 1:24 pm
- Country: -
- Location: Poole, Dorset, UK
Re: ERSKYTx (was ersky9x) Questions
Interesting. With my script, after WiFi Connectivity, I'm displaying "Enable WiFi" and "Enable Rx WiFi" as following parameters. I'll need to check how to handle all this. It seems all the parameters get sent, one after another, but contain information indicating if they are sub-menu items.
Mike
Mike
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!
The difficult we do immediately,
The impossible takes a little longer!
Re: ERSKYTx (was ersky9x) Questions
Hi Mike. I tried to ERLS (flash frsky R9 module successful) and Ar9x radio. I download script form ERLS site write to sd card (Scripts) and run. Display wrote Alert: Script Error 3 from line 8.
- MikeB
- 9x Developer
- Posts: 17784
- Joined: Tue Dec 27, 2011 1:24 pm
- Country: -
- Location: Poole, Dorset, UK
Re: ERSKYTx (was ersky9x) Questions
What script please? What revision or erskyTx?
Mike
Mike
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!
The difficult we do immediately,
The impossible takes a little longer!
Re: ERSKYTx (was ersky9x) Questions
Mike, I'm sorry for disturbing you. I myself am to blame. Everything is working.
Re: ERSKYTx (was ersky9x) Questions
Mike hi. I tried new firmware ERLS (3.0RC1) ERLSv2. wrote error 111 at line 321.
- MikeB
- 9x Developer
- Posts: 17784
- Joined: Tue Dec 27, 2011 1:24 pm
- Country: -
- Location: Poole, Dorset, UK
Re: ERSKYTx (was ersky9x) Questions
I assume you are running ELRSv2.bas.
Try increasing the size of ParameterOptions from 100 to 150 on line 11:
array byte ParameterOptions[150]
Mike
Try increasing the size of ParameterOptions from 100 to 150 on line 11:
array byte ParameterOptions[150]
Mike
erskyTx/er9x developer
The difficult we do immediately,
The impossible takes a little longer!
The difficult we do immediately,
The impossible takes a little longer!
Re: ERSKYTx (was ersky9x) Questions
Thanks Mike. This is worked.