FrSky icon indicating copy to clipboard operation
FrSky copied to clipboard

feature request for ECU

Open geofrancis opened this issue 8 years ago • 7 comments

can you get the throttle and engine status from the Xicoy ecy?

geofrancis avatar Aug 09 '17 18:08 geofrancis

Engine status can be added, but it must be translated in the TX from a status byte to a text value. A lua mixer script can do that. I will add it later (should be something possible for Jetronic also i think (maybe make a universal status list?))

But why do you want throttle status? FrSky is logging Throttle input from the TX already?

RealTadango avatar Aug 16 '17 14:08 RealTadango

So it can show if the throttle is at engine start position etc

geofrancis avatar Aug 16 '17 17:08 geofrancis

Hello I am studying the Jetcat ecu serial protocol to interface the Frsky telemetry system, do you have some details about the protocol? Or maybe you already have done this. Thanks

alex998r avatar Aug 17 '17 18:08 alex998r

@alex998r I don't have a jetcat ecu available and i don't know the protocol. If you have any info available to share, please do :) Maybe open another issue for jetcat compatibility.

RealTadango avatar Aug 18 '17 07:08 RealTadango

Hello, I have a document that explains some cmd/reply from the ECU.

I do have a Jetcat p120sx turbine with ECU V6, so I can play with it, I have to search a suitable ttl/rs232 converter in my laboratory to sniff the frames coming out from the ecu.

It is essentially an rs232 protocol ( 5V ttl ). The bus has two interfaces, I2C to communicate with the slaves and RS232 for their program.

We can convert the replies from the ecu to SBUS frsky telemetry.

Please find attached the document.

Ciao from Italy

Alessandro

Da: RealTadango [mailto:[email protected]] Inviato: venerdì 18 agosto 2017 09:22 A: RealTadango/FrSky [email protected] Cc: alex998r [email protected]; Mention [email protected] Oggetto: Re: [RealTadango/FrSky] feature request for ECU (#1)

@alex998r https://github.com/alex998r I don't have a jetcat ecu available and i don't know the protocol. If you have any info available to share, please do :) Maybe open another issue for jetcat compatibility.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RealTadango/FrSky/issues/1#issuecomment-323280008 , or mute the thread https://github.com/notifications/unsubscribe-auth/AcHRF9JRCIxEnDQnA-_UM86I1zMoHzz8ks5sZTuwgaJpZM4OyeQQ . https://github.com/notifications/beacon/AcHRF2fdv_R_cAireyNFFe1z7MPOzoyGks5sZTuwgaJpZM4OyeQQ.gif

alex998r avatar Aug 18 '17 08:08 alex998r

Hello, here some informations that can be useful:

https://github.com/raphaelcoeffic/sport_ecu

Da: RealTadango [mailto:[email protected]] Inviato: venerdì 18 agosto 2017 09:22 A: RealTadango/FrSky [email protected] Cc: alex998r [email protected]; Mention [email protected] Oggetto: Re: [RealTadango/FrSky] feature request for ECU (#1)

@alex998r https://github.com/alex998r I don't have a jetcat ecu available and i don't know the protocol. If you have any info available to share, please do :) Maybe open another issue for jetcat compatibility.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RealTadango/FrSky/issues/1#issuecomment-323280008 , or mute the thread https://github.com/notifications/unsubscribe-auth/AcHRF9JRCIxEnDQnA-_UM86I1zMoHzz8ks5sZTuwgaJpZM4OyeQQ . https://github.com/notifications/beacon/AcHRF2fdv_R_cAireyNFFe1z7MPOzoyGks5sZTuwgaJpZM4OyeQQ.gif

alex998r avatar Aug 18 '17 14:08 alex998r

How to collect engine status from the Xicoy ecu? I've seen some commented out lines in the Ecu_Fadec.cpp file that appear to be status lines but I couldn't detect how to do this collection.

timercop avatar Dec 13 '22 20:12 timercop