Page 152 of 152

Re: ERSKY9X Coding

Posted: Wed Feb 23, 2022 7:44 pm
by MikeB
So, after a long time, I've released R223 of erskyTx.

Mike

Re: ERSKY9X Coding

Posted: Thu Feb 24, 2022 5:54 am
by Suncoaster
Is the Horus Version for the X10s as well as the X12.

Re: ERSKY9X Coding

Posted: Thu Feb 24, 2022 10:35 am
by MikeB
Use x10_rom.bin for the X10 and X10S. X10E_rom.bin is for the X10Express. x12d_rom.bin is for the X12.

Mike

Re: ERSKY9X Coding

Posted: Thu Feb 24, 2022 2:41 pm
by Suncoaster
MikeB wrote: Thu Feb 24, 2022 10:35 am Use x10_rom.bin for the X10 and X10S. X10E_rom.bin is for the X10Express. x12d_rom.bin is for the X12.

Mike
Only the x12d_rom.bin is on the Er9x home page.

Re: ERSKY9X Coding

Posted: Thu Feb 24, 2022 4:01 pm
by MikeB
Try now!

Mike

Re: ERSKY9X Coding

Posted: Sat Feb 26, 2022 2:23 am
by Suncoaster
MikeB wrote: Thu Feb 24, 2022 4:01 pm Try now!

Mike
Thank you Mike :D

Re: ERSKY9X Coding

Posted: Wed Mar 16, 2022 12:18 am
by jhsa
Thank you Mike..

João

Re: ERSKY9X Coding

Posted: Mon Jan 22, 2024 9:55 pm
by MikeB
erskyTx r224 is now released!!!
It has been a long time as I've been working on the UNI accst firmware for older FrSky receivers.
www.er9x.com has now changed to https (secure) instead of http. This means the existing eepe and eepskye no longer connect.
A release install file (rev 424) of these is now on er9x.com, and a copy is also on the test version thread (first post) that connects to the secure site.

CHANGELOG: (r224)
Fix right justify for small text
Improve RAM space for LUA handling and reduce frequency of running scripts.
Fix some LUA bugs
LUA improvements and some menu improvements for touch screen use.
Add LAT/Long on custom telemetry screens, Crossfire GPS (and ARDUx) Num Sats now put in a new telemetry value called "Sats".
Fix INAV script Battery bug
Add 8th Flight mode.
Add INPUTS, 32 available, find them under Model Setup|Mixer. These may be used instead of the DR/EXPO options. Inputs are not implemented on the original SKY board as there isn't enough flash space.
9Xtreme, add internal module crossfire protocol (turns internal module on and drives SPort with crossfire protocol)
Enable LUA scripts.
Add GPS processing to DSM telemetry
Touch screen support added

Mike

Re: ERSKY9X Coding

Posted: Thu Jan 25, 2024 10:59 pm
by MikeB
There was a problem on the 9XR-PRO running BASIC scripts. This is now fixed and the file on er9x.com is updated (and reports the revision as 224a).

Mike

Re: ERSKY9X Coding

Posted: Tue Jan 30, 2024 3:25 pm
by MikeB
There was a problem with handling some multiple mixes, this is now fixed and r225 is now released. eepskye also updated for the same reason.

Mike

Re: ERSKY9X Coding

Posted: Thu Apr 18, 2024 10:57 am
by MikeB
A few tweaks since r224, the changes are:

CHANGELOG: MPB (r227)
Fix mixer bug. (225)
Fix SKY scripts not running. (226)
Fix bug in the mixer when multiple replace mixes on a channel use HALF or FULL as the source. (227)

Now that openTx appears to no longer being updated, I'm adding features to erskyTx that are in openTx and could be useful in erskyTx as an alternative. r224 added INPUTS and an 8th flight mode.
We have trims specific to flight modes, these will be changed to allow trims values to be added to that of another flight mode, not just replace.
GVARs are currently just that, 7 GVARS that are the same everywhere. This is changing to allow 12 GVARs that are specific to each flight mode.
Both these changes are backward compatible with the flight mode specific GVARs needing to be enabled in any model that uses them.

Mike