Search found 33 matches

by pafleraf
Fri Jun 04, 2021 10:26 pm
Forum: erskyTx (was ersky9x)
Topic: ERSKYTx (was ersky9x) Questions
Replies: 2347
Views: 1337458

Re: ERSKYTx (was ersky9x) Questions

MikeB wrote: Fri Jun 04, 2021 6:01 pm Is that the same as "Crossfire shot"? If so, I have something already in progress.
Yes, this is exactly the same mechanism. Same CRSF sync frame, just that ELRS uses extended settings (up to 500Hz).

Cheers
Raphael.
by pafleraf
Fri Jun 04, 2021 5:18 pm
Forum: erskyTx (was ersky9x)
Topic: ERSKYTx (was ersky9x) Questions
Replies: 2347
Views: 1337458

Re: ERSKYTx (was ersky9x) Questions

MikeB wrote: Wed Jun 02, 2021 8:17 pm Do you have any idea what needs to be changed (what was changed in openTx)?

Mike
Hello Mike,

I can just send you the info by email, no worry. Just send me a small reminder so I don't forget. I'm a bit busy these days...

Cheers
Raphael.
by pafleraf
Sat Oct 26, 2019 6:42 pm
Forum: openTx
Topic: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding
Replies: 75
Views: 44240

Re: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding

Thanks pafleraf. I will try leaving it in. I have emailed the local supplier who is really just stuck in the middle, and doing his best. I've asked him to convey my feelings to FrSky about this situation, and to exert what pressure he can to get them to resolve it ASAP. Thx a lot! This is helping q...
by pafleraf
Sat Oct 26, 2019 6:13 pm
Forum: openTx
Topic: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding
Replies: 75
Views: 44240

Re: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding

We have blocked download of this feature to protect the users until FrSky publishes a firmware update of the module that is safe enough. Ok that makes sense. It might be useful to include a note about it in the warning note of the 25th. I will swap back to the ACCST only module for the time being. ...
by pafleraf
Sat Oct 26, 2019 5:04 pm
Forum: openTx
Topic: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding
Replies: 75
Views: 44240

Re: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding

I have tried to download the latest nightly using the nightly build companion, but I get an error message "Invalid Board" It seems happy if I do not check the "internal access" box in the profile settings, but then I do not get the correct firmware. I can't see anything else tha...
by pafleraf
Sat Oct 26, 2019 5:02 pm
Forum: openTx
Topic: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding
Replies: 75
Views: 44240

Additional finding on the X10 ACCESS Upgrade module

Gentlemen, here is an important update on the issue: https://www.rcgroups.com/forums/showpost.php?p=43030517&postcount=13540 In a nutshell: the authentication mechanism has been implemented in a very poor way, which can now really become dangerous, even with the right firmware and authentication...
by pafleraf
Thu Oct 24, 2019 4:01 pm
Forum: openTx
Topic: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding
Replies: 75
Views: 44240

Re: Open TX 2.3 with replacement ISRM (ACCESS) module D16 not binding

The OpenTX version you have is missing the authentication code. FrSky has brought the code to OpenTx very recently. It has been merged into 2.3 this morning, so it should be in the 2.3.2 nightly build which will be available tomorrow.
by pafleraf
Wed Aug 28, 2019 7:20 am
Forum: openTx for FrSky radios
Topic: Horus X10S Express
Replies: 60
Views: 35322

Re: Horus X10S Express

@BillE we have started testing 2.3 with the new TXs and would need your help! Here are the details: https://openrcforums.com/forum/viewtopic.php?f=45&t=12168 Just for the info, on my X10, all my models from 2.2 convert now perfectly and it's absolutely usable. Let's find out if this is the same ...
by pafleraf
Wed Aug 28, 2019 7:15 am
Forum: openTx
Topic: OpenTX version 2.3 Discussion Thread
Replies: 12
Views: 9104

OpenTX version 2.3 Discussion Thread

Good morning everyone! As we are moving forward towards the 2.3 release, more tests are needed. As of now, all the supported targets have been opened to the nightlies and it seems we already have something working quite nicely. There are still a couple of minor things to come, but the binary format ...
by pafleraf
Wed May 30, 2018 11:55 am
Forum: openTx
Topic: OpenTX firmware build made easy
Replies: 1
Views: 2721

OpenTX firmware build made easy

In case someone is interested, the latest OpenTX has changed some build dependencies (basically replaced PyQt through python Pillow). While doing that, I figured out it could be way easier for people to build opentx from source if we had a proper docker image. This way, you don't need to care about ...
by pafleraf
Sat Apr 21, 2018 3:40 pm
Forum: openTx
Topic: Maintenance mode
Replies: 31
Views: 17764

Re: Maintenance mode

Exactly, that was my mess while writing the Horus bootloader. I think I had issues with the linker file. I did not see any harm, as the previous code was preventing overwriting the bootloader anyway. If I find some time, I might revert to loading everything into RAM, but I'm not sure it would be so ...
by pafleraf
Tue Nov 14, 2017 4:13 pm
Forum: erskyTx (was ersky9x)
Topic: Script Language
Replies: 342
Views: 250582

Re: Script Language

Hey Mike! that's how the code looks like now: while (idx <= protocol.maxRxBufferSize) and (mspRxIdx <= mspRxSize) do mspRxBuf[mspRxIdx] = payload[idx] mspRxCRC = bit32.bxor(mspRxCRC,payload[idx]) mspRxIdx = mspRxIdx + 1 idx = idx + 1 end whereby: protocol.maxRxBufferSize = 6 in case Frsky Smartport ...
by pafleraf
Tue Nov 14, 2017 4:06 pm
Forum: erskyTx (was ersky9x)
Topic: Script Language
Replies: 342
Views: 250582

Re: Script Language

Hi Martin! sorry for being such a pain-in-the-butt to you ;-) Next time I'll try without bit-operations. But seriously, if you have any trouble with the protocol, juts let me know, I should be able to help you. But please note that I use only opentx and frsky hardware, so that I can probably not tes...
by pafleraf
Thu Nov 10, 2016 12:12 pm
Forum: openTx
Topic: Use OpenTx to send and receive UART data ?
Replies: 14
Views: 11374

Re: Use OpenTx to send and receive UART data ?

From the "next" branch in openTx, I've found the S6R scripts to be very useful. This is used now for example to interface a LUA script with the MSP interface offered by betaflight (some code was needed there as well). Works quite good, but rather slow (300 bytes/sec is the max I'm getting).
by pafleraf
Thu Nov 10, 2016 11:57 am
Forum: openTx
Topic: Tuning PIDs and more on OpenTX 2.2 & Betaflight
Replies: 0
Views: 4253

Tuning PIDs and more on OpenTX 2.2 & Betaflight

Hey! For those who use betaflight and like to try new things out, here it is: a PID tuning LUA script working with OpenTX 2.2 & Betaflight. The bad news is that for now, you need to compile everything youself (OpenTX from "next" branch; Betaflight from "master"). The script i...
by pafleraf
Fri May 20, 2016 10:23 am
Forum: General RC Electronic Projects and Discussion
Topic: SPORT telemetry for ProJet Hornet III ECU
Replies: 18
Views: 17188

Re: SPORT telemetry for ProJet Hornet III ECU

startzero wrote:Hi "pafleraf", please, can you contact me per PN?
BR Volker
done.

-Raphael.
by pafleraf
Fri May 20, 2016 7:24 am
Forum: General RC Electronic Projects and Discussion
Topic: SPORT telemetry for ProJet Hornet III ECU
Replies: 18
Views: 17188

Re: SPORT telemetry for ProJet Hornet III ECU

michel49 wrote:Any chance to work with the Jetmunt Ecu ?
It looks like it is some sort of re-branded Xicoy, right? So not for now, but I might get my hands on it. Let's see and stay tuned!
by pafleraf
Wed May 18, 2016 5:19 pm
Forum: openTx
Topic: S.PORT Fuel quantity sensor in opentx (ID=0x0A10)
Replies: 1
Views: 1962

S.PORT Fuel quantity sensor in opentx (ID=0x0A10)

Hello!

I was testing with a DIY sensor that transmits the fuel quantity left in ml and was quite surprised it is specified in 100th of milliliters. Is there any real sensor that already transmits this value? Else I would probably correct the unit and make just ml, not 0.01ml.

Cheers
Raphael.
by pafleraf
Wed May 18, 2016 2:09 pm
Forum: General RC Electronic Projects and Discussion
Topic: SPORT telemetry for ProJet Hornet III ECU
Replies: 18
Views: 17188

Re: SPORT telemetry for ProJet Hornet III ECU

I've just added a LUA script to view the data including an additional speed sensor (ASpd, should work with Frsky air speed sensor).

Image
by pafleraf
Mon May 16, 2016 8:18 am
Forum: General RC Electronic Projects and Discussion
Topic: SPORT telemetry for ProJet Hornet III ECU
Replies: 18
Views: 17188

Re: SPORT telemetry for ProJet Hornet III ECU

.../... I've been told however that this is very same format used by the "Wireless telemetry" on the Hornet III when enabled properly. More on that when get to test with the turbine owner. The complete has been now re-worked to use the "Wireless telemetry" interface. When turned...
by pafleraf
Sat May 07, 2016 11:40 am
Forum: General RC Electronic Projects and Discussion
Topic: SPORT telemetry for ProJet Hornet III ECU
Replies: 18
Views: 17188

Re: SPORT telemetry for ProJet Hornet III ECU

By the way, from I can see, the serial protocol I can see on one of the wires is sending with 115200 bauds. The packets look like following: (please note that I stripped the 0x7E which seems to be the frame marker) 00 25 01 00 00 00 01 4C 00 00 16 00 7C 00 00 B8 0B 00 00 00 00 00 00 00 00 00 00 00 0...
by pafleraf
Sat May 07, 2016 10:30 am
Forum: General RC Electronic Projects and Discussion
Topic: SPORT telemetry for ProJet Hornet III ECU
Replies: 18
Views: 17188

Re: SPORT telemetry for ProJet Hornet III ECU

in the meanwhile, i did manage to figure out the Projet serial 9600 baud protocol and can now read data from it to Arduino. Sounds cool! I'd be interested to see what it looks like. In the meantime, I uploaded my code to github: https://github.com/raphaelcoeffic/sport_ecu. I had started with Mike's...
by pafleraf
Sat Mar 12, 2016 11:34 pm
Forum: General RC Electronic Projects and Discussion
Topic: SPORT telemetry for ProJet Hornet III ECU
Replies: 18
Views: 17188

Re: SPORT telemetry for ProJet Hornet III ECU

Sorry guys for having slept this over... I got involved in other projects in between, and my logic analyser took its time to arrive to Germany ;-) With the logic analyser hooked on the wires between the ECU and the terminal, I could catch the whole traffic and see things a bit better (especially the...
by pafleraf
Fri Dec 18, 2015 10:15 pm
Forum: FrSky Taranis radio
Topic: FrSky SPort sensors
Replies: 30
Views: 18318

Re: FrSky SPort sensors

Small follow-up: I've just posted some details on the "protocol" used by the Hornet III ECU (in fact, it was labeled as IQ-Hammer, but it's the same unit).
Here is the new thread: viewtopic.php?f=84&t=8278
by pafleraf
Fri Dec 18, 2015 10:12 pm
Forum: General RC Electronic Projects and Discussion
Topic: SPORT telemetry for ProJet Hornet III ECU
Replies: 18
Views: 17188

SPORT telemetry for ProJet Hornet III ECU

Gentlemen, I've just been told today that turbine jet guys are rather used to spend quite some money on their gear, so that the probability they would be using FrSky radios is rather small. However, I know someone who does, and needs my help to get telemetry data from a ProJet Hornet III ECU into hi...
by pafleraf
Mon Dec 14, 2015 10:50 pm
Forum: FrSky Taranis radio
Topic: FrSky SPort sensors
Replies: 30
Views: 18318

Re: FrSky SPort sensors

SPort packets are passed transparently in both directions. Without documentation regarding the protocol used, anything other than the simple, non-reliable, mode is going to take quite a bit of time to work out what is needed. Thx Mike! That sounds great to me! I think it should be possible to add s...
by pafleraf
Tue Dec 08, 2015 10:04 am
Forum: FrSky Taranis radio
Topic: FrSky SPort sensors
Replies: 30
Views: 18318

Re: FrSky SPort sensors

Oh my gosh! Means if the IQ-Hammer guys do not cooperate, we'll have to reverse-engineer the terminal-ECU connection... Hopefully it's a text protocol... Do you happen to have those specs as well?
by pafleraf
Tue Dec 08, 2015 9:39 am
Forum: FrSky Taranis radio
Topic: FrSky SPort sensors
Replies: 30
Views: 18318

Re: FrSky SPort sensors

@Kilrah: we have just the same plan ;-) His is from IQ-Hammer. I'm not sure yet the serial protocol is the same, but the ECUs look just the same... I guess you already have the protocol definition for the JetCat? If not, I can send it to you.
by pafleraf
Tue Dec 08, 2015 9:00 am
Forum: FrSky Taranis radio
Topic: FrSky SPort sensors
Replies: 30
Views: 18318

Re: FrSky SPort sensors

Thx @Kilrah for the good pointer! Using LUA on the Tx was basically what we were planing anyway. In the specific use case I described, it would be great to be able to show the values with the proper labels (turbine status: ignition, cooling, etc...; temp probes, pump voltage, fuel flow, fuel volume ...
by pafleraf
Tue Dec 08, 2015 8:44 am
Forum: FrSky Taranis radio
Topic: FrSky SPort sensors
Replies: 30
Views: 18318

Re: FrSky SPort sensors

SPort packets are passed transparently in both directions. Without documentation regarding the protocol used, anything other than the simple, non-reliable, mode is going to take quite a bit of time to work out what is needed. Thx Mike! That sounds great to me! I think it should be possible to add s...

Go to advanced search