adriano65 / opentx-2.0.14

4 stars 0 forks source link

can you post pre compiled bin file for 9xr pro #1

Closed geofrancis closed 2 years ago

geofrancis commented 8 years ago

can you post a compiled bin file for the 9xr pro so i can use frsky and mavlink.

adriano65 commented 8 years ago

I am preparing a version with com settings on menumodel basis. But my taranis still not work with internal module. 9XRPRO works but menu model is still items-jumping. ... just to let everybody know :-)

geofrancis commented 8 years ago

i think the problem is taranis uses fxx or something instead of ppm to communicate with the internal module.

i just tried ppm2 and its not working im not getting anything from it.

LTMNO commented 8 years ago

Yes, it uses pxx for the XJT internal module.

On Jan 19, 2016, at 3:42 PM, geofrancis notifications@github.com wrote:

i think the problem is taranis uses fxx or something instead of ppm to communicate with the internal module.

i just tried ppm2 and its not working im not getting anything from it.

— Reply to this email directly or view it on GitHub.

adriano65 commented 8 years ago

Thank you for directions. My taranis connect correctly with receiver, but No telemetry is displayed. With original opentx it is ok :-(

geofrancis commented 8 years ago

have they done something weird like inverted it?

adriano65 commented 8 years ago

Yes, taranis has inverted serial levels (unlike our glorious 9xrpro/sky9x) but the original 2.0.14 opentx can manage them in some way... Anyway, i should have fixed the menus on 9xr-pro, check prereleases :-) On 23 Jan 2016 14:11, "geofrancis" notifications@github.com wrote:

have they done something weird like inverted it?

— Reply to this email directly or view it on GitHub https://github.com/adriano65/opentx-2.0.14/issues/1#issuecomment-174185362 .

FlyingHighInTheSky commented 8 years ago

@adriano65 Are you only working on 9xr pro. Any new features for 9xr.

adriano65 commented 8 years ago

@albeagle007 Sincerely, i started working on my old-but-rocky-sky9x to have only one radio with frsky/mavlink. Last year I buy a Taranis+ to have these useful side-pots for pan-tilt-cameras. I own two 9x and one friend's 9xr but, even with your help, I can't join all TXes code together.

.. and spring is coming :-) no more long (programming) nights :-)

FlyingHighInTheSky commented 8 years ago

;)

geofrancis commented 8 years ago

did you get pxx working?

the stock xjt wont work in a stock 9xr pro with telemetry like it does with er9x since you cannot enable PXX instead of ppm in external rf module output.

adriano65 commented 8 years ago

Taranis internal module works now! We have to set serial speed @ 57600 unlike external modules (9600 baud). Companion doesn't load/save eeprom properly, but i hope to fix it soon @geofrancis i will check code to enable PXX on 9xr-pro

geofrancis commented 8 years ago

Any joy on the pxx with 9xr pro?

adriano65 commented 8 years ago

I enabled PXX on 0.2.20 pre-release, but as usual I haven't test it ;-) BUT, in various merging done to solve taranis PPM problems I disabled 9XR-PRO second PPM out.

geofrancis commented 8 years ago

9xr pro ppm2 did not work on the last version I have tried so I have just spliced the internal module to the bay.

geofrancis commented 8 years ago

As far as I can tell no one else has got pxx working on a 9xr pro with opentx. I'm having to use er9x with xjt.

The other thing was would you be able to make the mavlink values part of the menus so you can assign voice alarms to voltage like you can with frsky.

adriano65 commented 8 years ago

Hi geofrancis, i prereleased 0.2.21 for 9xr-pro with PPM2 re-enabled. Not tested :-( About mavlink alarms integration, it is on my list, but before i want fix companion to save models... nice day

geofrancis commented 8 years ago

Cool thanks

burbulence commented 8 years ago

I've just stumbled across this which seems to be able to solve all my issues potentially. I have a 9x radio and between my land sea and sky models I use frsky telemetry for all but the quadcopter. Does this work with frsky radio modules or is it only openlrs modules? Also is there a how to or a wiki fortheproject other than GitHub? Thanks

adriano65 commented 8 years ago

hi burbulence, this fw works with frsky external modules or openlrsng modules. you must mod 9x to connect serial tx-rx from external modules to atmega64 processor (you can find all info on youtube ecc) Try https://github.com/adriano65/opentx-2.0.14/tree/0.2.17 prerelease binaries Beware, NO support for model backup/restore (companion)

No wiki/forum for now

burbulence commented 8 years ago

Hi Adriano,

Thanks for the reply. I have modded the 9x to receive telemetry data from the frsky djt module. Is the mavlink data transmitted through the frsky data port, or do you need to connect a 3dr telemetry module to the tx rx ports? Do you compile with arduino or direct from Linux?

On 16 Mar 2016, at 22:34, Adriano notifications@github.com wrote:

hi burbulence, this fw works with frsky external modules or openlrsng modules. you must mod 9x to connect serial tx-rx from external modules to atmega64 processor (you can find all info on youtube ecc) Try https://github.com/adriano65/opentx-2.0.14/tree/0.2.17 prerelease binaries Beware, NO support for model backup/restore (companion)

No wiki/forum for now

— You are receiving this because you commented. Reply to this email directly or view it on GitHub

adriano65 commented 8 years ago

Mavlink data can be received by 9x on same txrx pins used by frsky module. you have to connect receiver on plane to autopilot (i use APM) and configure openlrsng for a clear serial channel. Then mavlink data can reach 9x and be decoded by my FW. Albeagle007 has a nice tutorial on his site. On 17 Mar 2016 08:43, "burbulence" notifications@github.com wrote:

Hi Adriano,

Thanks for the reply. I have modded the 9x to receive telemetry data from the frsky djt module. Is the mavlink data transmitted through the frsky data port, or do you need to connect a 3dr telemetry module to the tx rx ports? Do you compile with arduino or direct from Linux?

On 16 Mar 2016, at 22:34, Adriano notifications@github.com wrote:

hi burbulence, this fw works with frsky external modules or openlrsng modules. you must mod 9x to connect serial tx-rx from external modules to atmega64 processor (you can find all info on youtube ecc) Try https://github.com/adriano65/opentx-2.0.14/tree/0.2.17 prerelease binaries Beware, NO support for model backup/restore (companion)

No wiki/forum for now

— You are receiving this because you commented. Reply to this email directly or view it on GitHub

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/adriano65/opentx-2.0.14/issues/1#issuecomment-197742184

burbulence commented 8 years ago

Is it possible to use frsky D series transmitter and receiver modules or do they have to be openlrsng. Currently I have APM>frsky D8-rxp>Frsky DJT module >modded 9x. I'm using modded er9x on my transmitter and have a arduino mini on the quad converting mavlink to frsky protocol, it's great apart from limited functionality er9x has compared with opentx, that being the reason this system is interesting me so much!

On 17 Mar 2016, at 16:55, Adriano notifications@github.com wrote:

Mavlink data can be received by 9x on same txrx pins used by frsky module. you have to connect receiver on plane to autopilot (i use APM) and configure openlrsng for a clear serial channel. Then mavlink data can reach 9x and be decoded by my FW. Albeagle007 has a nice tutorial on his site. On 17 Mar 2016 08:43, "burbulence" notifications@github.com wrote:

Hi Adriano,

Thanks for the reply. I have modded the 9x to receive telemetry data from the frsky djt module. Is the mavlink data transmitted through the frsky data port, or do you need to connect a 3dr telemetry module to the tx rx ports? Do you compile with arduino or direct from Linux?

On 16 Mar 2016, at 22:34, Adriano notifications@github.com wrote:

hi burbulence, this fw works with frsky external modules or openlrsng modules. you must mod 9x to connect serial tx-rx from external modules to atmega64 processor (you can find all info on youtube ecc) Try https://github.com/adriano65/opentx-2.0.14/tree/0.2.17 prerelease binaries Beware, NO support for model backup/restore (companion)

No wiki/forum for now

— You are receiving this because you commented. Reply to this email directly or view it on GitHub

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/adriano65/opentx-2.0.14/issues/1#issuecomment-197742184

— You are receiving this because you commented. Reply to this email directly or view it on GitHub

adriano65 commented 8 years ago

With my FW you can use both frsky or mavlink. Please note i haven't yet developed a companion interface, so backup all your model before try thi FW

On 03/18/2016 06:53 PM, burbulence wrote:

Is it possible to use frsky D series transmitter and receiver modules or do they have to be openlrsng. Currently I have APM>frsky D8-rxp>Frsky DJT module >modded 9x. I'm using modded er9x on my transmitter and have a arduino mini on the quad converting mavlink to frsky protocol, it's great apart from limited functionality er9x has compared with opentx, that being the reason this system is interesting me so much!

On 17 Mar 2016, at 16:55, Adriano notifications@github.com wrote:

Mavlink data can be received by 9x on same txrx pins used by frsky module. you have to connect receiver on plane to autopilot (i use APM) and configure openlrsng for a clear serial channel. Then mavlink data can reach 9x and be decoded by my FW. Albeagle007 has a nice tutorial on his site. On 17 Mar 2016 08:43, "burbulence" notifications@github.com wrote:

Hi Adriano,

Thanks for the reply. I have modded the 9x to receive telemetry data from the frsky djt module. Is the mavlink data transmitted through the frsky data port, or do you need to connect a 3dr telemetry module to the tx rx ports? Do you compile with arduino or direct from Linux?

On 16 Mar 2016, at 22:34, Adriano notifications@github.com wrote:

hi burbulence, this fw works with frsky external modules or openlrsng modules. you must mod 9x to connect serial tx-rx from external modules to atmega64 processor (you can find all info on youtube ecc) Try https://github.com/adriano65/opentx-2.0.14/tree/0.2.17 prerelease binaries Beware, NO support for model backup/restore (companion)

No wiki/forum for now

— You are receiving this because you commented. Reply to this email directly or view it on GitHub

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub

https://github.com/adriano65/opentx-2.0.14/issues/1#issuecomment-197742184

— You are receiving this because you commented. Reply to this email directly or view it on GitHub

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/adriano65/opentx-2.0.14/issues/1#issuecomment-198469942

geofrancis commented 8 years ago

i am still using your firmware, the only thing i am really missing is voice alerts for mavlink telemetry

adriano65 commented 8 years ago

Sorry for late anwer, I suspended working on FW and i think i resume on october.. The priority will be companion to transfer model between new FW version anyway. ..or find a way to use original companion On 21 Jun 2016 02:38, "geofrancis" notifications@github.com wrote:

i am still using your firmware, the only thing i am really missing is voice alerts for mavlink telemetry

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adriano65/opentx-2.0.14/issues/1#issuecomment-227310200, or mute the thread https://github.com/notifications/unsubscribe/AES2NNXdGP_oFpb76XAJ6Y0bRgLjH04Xks5qNzJ-gaJpZM4Gu8Md .