s9-th open 9x adaption?

openTx has introduced a range of new features, ideas and bling. It is fast becoming the firmware of choice for many users. openTx will run on ALL current hardware platforms, including the gruvin9x and sky9x boards. Work has already started to support the new FrSky X9D radio!
User avatar
Rob Thomson
Site Admin
Posts: 4543
Joined: Tue Dec 27, 2011 11:34 am
Country: United Kingdom
Location: Albury, Guildford
Contact:

Re: s9-th open 9x adaption?

Post by Rob Thomson »

Exactly that!
Slope Soaring, FPV, and pretty much anything 'high tech'
...........if you think it should be in the wiki.. ask me for wiki access, then go add it!

KanishkaRC
Posts: 35
Joined: Sun Sep 02, 2012 8:57 pm
Country: -

Re: s9-th open 9x adaption?

Post by KanishkaRC »

Hi,

I was toying with the idea of changing little things in firmware with Companion9x and have to admit that I fall in love with both Comp9x and open9x. Thanks for the great work (This is my first time using them both)

Tried to get Stat1 and Stat2 screens together for the new transmitter as we have ample room in the LCD. Here is the result and the function code.
screenshot-1.png
screenshot-1.png (1.89 KiB) Viewed 8037 times
Stat.cpp
(2.56 KiB) Downloaded 276 times
Hope it might help in case the stat menu is not ported to the new hardware yet. Up to this point I am using er9x for experimenting as I am familiar with the code structure but soon I will be able to add it to open9x inside all ifdefs and elifs... hopefully.. :D

BTW : Just out of curiosity anyone know what is the LCD model used in this Tx ? . I tried to search the schematic of this one in FCC but unfortunately they only have other low level models registered with FCC as it seems.
bertrand35
9x Developer
Posts: 2764
Joined: Fri Dec 30, 2011 11:11 pm
Country: -

Re: s9-th open 9x adaption?

Post by bertrand35 »

The ACT simu is again operational.
snapshot_01.png
snapshot_01.png (1.62 KiB) Viewed 8031 times
snapshot_02.png
snapshot_02.png (1.94 KiB) Viewed 8031 times
I will soon write a wiki about the #define in open9x. They are a lot as the same FW works on many platforms and with a lot of options!

Bertrand.
KanishkaRC
Posts: 35
Joined: Sun Sep 02, 2012 8:57 pm
Country: -

Re: s9-th open 9x adaption?

Post by KanishkaRC »

Hi Bertrand,

I created a patch for stat-view menu in open9x under ACT option. The view is almost like the previous stat screen that I have attached but the only difference is now its compiled with open9x for ACT.
ACT_Stat_patch.zip
(996 Bytes) Downloaded 323 times
hope it is of interest.
User avatar
Rob Thomson
Site Admin
Posts: 4543
Joined: Tue Dec 27, 2011 11:34 am
Country: United Kingdom
Location: Albury, Guildford
Contact:

Re: s9-th open 9x adaption?

Post by Rob Thomson »

Had an email from act today. My radio will be with me by the end of the week.

At last!

First step... Install a frsky hack module.


Second step. Play :-)

Sent from my GT-I9300 using Tapatalk 2
Slope Soaring, FPV, and pretty much anything 'high tech'
...........if you think it should be in the wiki.. ask me for wiki access, then go add it!

bertrand35
9x Developer
Posts: 2764
Joined: Fri Dec 30, 2011 11:11 pm
Country: -

Re: s9-th open 9x adaption?

Post by bertrand35 »

KanishkaRC wrote:Hi Bertrand,

I created a patch for stat-view menu in open9x under ACT option. The view is almost like the previous stat screen that I have attached but the only difference is now its compiled with open9x for ACT.
ACT_Stat_patch.zip
hope it is of interest.
Would you attach an svn diff <file> (with an updated SVN structure)? It will be easier to follow!
Thanks in advance,

Bertrand.
KanishkaRC
Posts: 35
Joined: Sun Sep 02, 2012 8:57 pm
Country: -

Re: s9-th open 9x adaption?

Post by KanishkaRC »

bertrand35 wrote:Would you attach an svn diff <file> (with an updated SVN structure)? It will be easier to follow!
Thanks in advance,
Hi Bertrand,

Please find the svn diff file from the trunk, attached herewith. ( I think there are many changes as my local copy is few days old)
svn-diff.zip
(19.21 KiB) Downloaded 202 times
I did modifications only on statistics_views.cpp basically so the attachment from my previous post is diff created for stat-view file.

new statview source file is herewith just to see the changes at glance.
statistics_views.cpp
(7.47 KiB) Downloaded 309 times
Screanshot is as follows.
snapshot_01.png
snapshot_01.png (2.21 KiB) Viewed 7976 times
Thanks.
bertrand35
9x Developer
Posts: 2764
Joined: Fri Dec 30, 2011 11:11 pm
Country: -

Re: s9-th open 9x adaption?

Post by bertrand35 »

Have a look to the changes I commited tonight, keys and rotary encoder are simulated, and almost all screens are ok!
snapshot_05.png
snapshot_05.png (2.62 KiB) Viewed 7961 times
Bertrand.
KanishkaRC
Posts: 35
Joined: Sun Sep 02, 2012 8:57 pm
Country: -

Re: s9-th open 9x adaption?

Post by KanishkaRC »

Hi,

I think I misread your previous post.
pls find the svn diff of the statview file.
sorry for the inconvenience caused.
statview-patch.zip
(1.39 KiB) Downloaded 312 times
bertrand35
9x Developer
Posts: 2764
Joined: Fri Dec 30, 2011 11:11 pm
Country: -

Re: s9-th open 9x adaption?

Post by bertrand35 »

Ok I understand what you want to do, but is it really a good idea to mix the DEBUG and the STATS screen? I would be happy to use the space for more stats!

Let-me give a try and send a screenshot!

Did you try the ACT simu recently?

Bertrand.
KanishkaRC
Posts: 35
Joined: Sun Sep 02, 2012 8:57 pm
Country: -

Re: s9-th open 9x adaption?

Post by KanishkaRC »

bertrand35 wrote:Ok I understand what you want to do, but is it really a good idea to mix the DEBUG and the STATS screen? I would be happy to use the space for more stats!
Bertrand.
Hi Bertrand,
Thanks for the interest. I actually hadn't had a much thought about it. I was really interested in this EFLY (ACT) adaptation thing. and when I went through the code I saw in many other menu functions the adaptation has taken place already for some extent. So I just thought of doing this as it might be useful and at the same time easiest thing for me to do.. :lol:
bertrand35 wrote: Did you try the ACT simu recently?
Yeah.. I did yesterday with the newest commit I guess. and frankly in the model setup assertion taken place when calling the popmenu.
Now I am studying assertions.. :D

Anyway, Thanks again for all of you guys for the great work you have committed so far and really do appreciate it. This is a wonderful project ofcourse.
KanishkaRC
Posts: 35
Joined: Sun Sep 02, 2012 8:57 pm
Country: -

Re: s9-th open 9x adaption?

Post by KanishkaRC »

My bad.. found the problem.. for the sake of convenience I initialized the menustack with Model Setup in simpgmspace.cpp. when the pointer is decremented segmantation fault happens..
totally my bad.. :oops:
but anyway its good that I learned assertions with this.. :D
User avatar
Rob Thomson
Site Admin
Posts: 4543
Joined: Tue Dec 27, 2011 11:34 am
Country: United Kingdom
Location: Albury, Guildford
Contact:

Re: s9-th open 9x adaption?

Post by Rob Thomson »

So... my S9-TH arrived.

I ripped out the stock tx module... quick check with the scope... and a frsky hack module was installed.

Everything worked first time! Sweet.

Overall I am VERY impressed with the hardware quality. If FrSky match this, then there will be allot of happy people :-)

Rob
Slope Soaring, FPV, and pretty much anything 'high tech'
...........if you think it should be in the wiki.. ask me for wiki access, then go add it!
bertrand35
9x Developer
Posts: 2764
Joined: Fri Dec 30, 2011 11:11 pm
Country: -

Re: s9-th open 9x adaption?

Post by bertrand35 »

I am not sure that one of these Tx was sent to me yet!

Bertrand.
User avatar
Rob Thomson
Site Admin
Posts: 4543
Joined: Tue Dec 27, 2011 11:34 am
Country: United Kingdom
Location: Albury, Guildford
Contact:

Re: s9-th open 9x adaption?

Post by Rob Thomson »

I think then only fault is that they ship them modded to use their rf system.

I just undid their work to do the frsky mod!

Sent from my Nexus 7 using Tapatalk 2
Slope Soaring, FPV, and pretty much anything 'high tech'
...........if you think it should be in the wiki.. ask me for wiki access, then go add it!
hpihl
Posts: 59
Joined: Sun Jan 15, 2012 12:03 pm
Country: -

Re: s9-th open 9x adaption?

Post by hpihl »

Can't find these from the Act web-shop?

Any other source at decent price?
User avatar
Rob Thomson
Site Admin
Posts: 4543
Joined: Tue Dec 27, 2011 11:34 am
Country: United Kingdom
Location: Albury, Guildford
Contact:

Re: s9-th open 9x adaption?

Post by Rob Thomson »

Seems to not be listed at the moment.

Probably find he is out of stock.

It is this radio.

http://www.art-tech.com/english/Article ... icleID=269

Sent from my Nexus 7 using Tapatalk 2
Slope Soaring, FPV, and pretty much anything 'high tech'
...........if you think it should be in the wiki.. ask me for wiki access, then go add it!
User avatar
Wimh
Posts: 82
Joined: Wed Dec 28, 2011 1:41 pm
Country: Belgium
Location: Vliermaal, Belgium
Contact:

Re: s9-th open 9x adaption?

Post by Wimh »

Wim
Belgium

Post Reply

Return to “openTx”