Search found 77 matches
- Wed Jan 29, 2020 9:50 am
- Forum: erskyTx (was ersky9x)
- Topic: Frsky updates
- Replies: 198
- Views: 35509
Re: Frsky updates
Joao, since you don't trust anything I'm saying, here is the FrSky double game with Vantac and URUAV modules: http://fpvcentral.net/wp-content/uploads/2018/07/IMG_20180726_155819.jpg . Check the markings just above the USB plug: MultiProtocol Rev 0.2 with underneath a beautiful FrSky logo. This is t...
- Wed Jan 29, 2020 9:28 am
- Forum: erskyTx (was ersky9x)
- Topic: Frsky updates
- Replies: 198
- Views: 35509
Re: Frsky updates
While fixing the servos sporadic issue by enabling hardware CRC, FrSky has added 6 anti "copy/clone" protections to their protocol: - 3 on the bind packets: 1 weak, 2 strong - 2 on the normal packets: 2 medium - 1 on the telemetry packets from the receiver: 1 weak The same applies to LBT and FCC wit...
- Tue Jan 28, 2020 6:07 pm
- Forum: erskyTx (was ersky9x)
- Topic: Frsky updates
- Replies: 198
- Views: 35509
Re: Frsky updates
"I personally think that it was a bad move the MPM development team to give direct support to a company" Can you give me a pointer to which direct support I'm giving? All the companies are using the schematics that are available as opensource. None of them have received support on how to build their...
- Tue Jan 28, 2020 3:48 pm
- Forum: erskyTx (was ersky9x)
- Topic: Frsky updates
- Replies: 198
- Views: 35509
Re: Frsky updates
"What I can't understand is why and how Pascal, the Multi Module developer, is actually giving direct support to the Jumper radio, unless...... :( :? :roll: and I keep the rest of the sentence for myself, but you know what I mean. João" What are you saying here. I'm not helping Jumper or any other m...
- Tue Sep 10, 2019 4:10 pm
- Forum: erskyTx (was ersky9x)
- Topic: Ersky9x Bug Reporting
- Replies: 388
- Views: 128353
Re: Ersky9x Bug Reporting
That was it... No Comment...
Thanks Guys!
Thanks Guys!
- Tue Sep 10, 2019 8:47 am
- Forum: erskyTx (was ersky9x)
- Topic: Ersky9x Bug Reporting
- Replies: 388
- Views: 128353
Re: Ersky9x Bug Reporting
Fully in agreement with what you just said Kilrah
- Tue Sep 10, 2019 8:03 am
- Forum: erskyTx (was ersky9x)
- Topic: Ersky9x Bug Reporting
- Replies: 388
- Views: 128353
Re: Ersky9x Bug Reporting
Strange he has tried multiple times to redo the calibration. Over the phone I've even followed the calibration steps with him to make sure he was doing it properly. I need to see the radio by myself to be sure of what's going on... Before he comes, can I assume that there is no such setting to make ...
- Mon Sep 09, 2019 6:28 pm
- Forum: erskyTx (was ersky9x)
- Topic: Ersky9x Bug Reporting
- Replies: 388
- Views: 128353
Re: Ersky9x Bug Reporting
Hi, A friend has a problem on his 9XR Pro. I haven't seen it myself but had a long discussion over the phone with him to troubleshoot. I've updated it last July with R222 but not sure which exact version. It was working fine all summer until last WE. His issue is that the throttle is only going from...
- Tue Apr 03, 2018 8:21 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Mike, I can't display within the script a correct value of A1. I can get the radio to display the correct value in Config->Telemetry -> A1 channel 13.5v 7.6 <= 7.6V is my 2S lipo voltage. This value is displayed correctly on the telemetry screen A1=7.6,RX=.., TX=... But within the script if I do: tm...
- Fri Mar 30, 2018 4:55 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
- Fri Mar 30, 2018 3:16 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
I confirm at least that r222a3 is solving the off grid inverse issue on my 9XR Pro.
I haven't tried r222a4...
Pascal
I haven't tried r222a4...
Pascal
- Wed Mar 28, 2018 8:18 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
My script is attached and also a picture of the screen. If you load it, you should see T-CUT blinking at the top if the throttle cut switch is by default. If you push some other switches(AIL,ELE,...), you'll see other texts going blinking or not depending on the switch position. I'm using the screen...
- Wed Mar 28, 2018 2:14 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Mike, Is there a way to improve the rendering of "Blink" and "Invers"?
When you use these features each letter is inverted indepently meaning that there is a space inbetween the caracters not inverted. It makes the text readibility quite hard.
Pascal
When you use these features each letter is inverted indepently meaning that there is a space inbetween the caracters not inverted. It makes the text readibility quite hard.
Pascal
- Mon Jan 29, 2018 9:01 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Mike, I've tested version g6 and everything seems to work fine from what I can see.
Thanks, Pascal
Thanks, Pascal
- Sun Jan 28, 2018 8:00 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Cool. Are you thinking about implementing the telemetry script as I described using killevents(Event) to suppress the event from the queue that the radio fw should not interpret? The LONG EXIT press could also be an event that you could not supress from the queue (ie killevents can't suppress it) so...
- Sun Jan 28, 2018 7:20 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Hummm, I will retry in which case it exit indicating a "false" error in the code.
For sure I always add either a model script or a telemetry script running in background. Usually the same script since I just wanted to get a display...
For sure I always add either a model script or a telemetry script running in background. Usually the same script since I just wanted to get a display...
- Sun Jan 28, 2018 6:47 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
The main problem with that is the script could block ALL events, then you would never be able to leave the script's screen. Just intercept before launching the script the exit press long event and kill the script if it's the case. This way you can get out if really needed. That's what you are alrea...
- Sun Jan 28, 2018 9:09 am
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
OK, I can get the main popup menu to appear over the Telemetry script display, if you press either MENU LONG or the encoder button LONG. It will mean these two button presses can't really then be used within the telemetry script. Is there a solution to do something like this: the telemetry script t...
- Sat Jan 27, 2018 9:49 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
I would say that not having access to the menu from the custom script telemetry page is really what would make me not using this method. If you are only visiting this page time to time then it might be fine, but if you want it to be your main landing page then to do anything on the radio you need to...
- Sat Jan 27, 2018 9:10 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Sounds good. Have you been able to include in g5 the trim switches fix? The custom telemetry page is exactly what I was looking for. But the only thing is that it does not react like the other pages. Only left and right do something but up/down/menu/exit do not work. I think you've done that to enab...
- Fri Jan 26, 2018 8:30 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Thanks Mike! I'm nearly done with my script. It's quite cool :D If there could be a way for a background script to take control of the screen that would be awesome. Something like you flick a switch the screen appears (like if it was launched from the menu) or you go to a special page or... Today I'...
- Fri Jan 26, 2018 1:18 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
One more question: How can I access trim switches? I've tried "Atu" and "Atd" with no luck. I've checked and they are not set in the AIL mixer.
Pascal
Pascal
- Thu Jan 25, 2018 3:02 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Is there a way to empty the play queue? or a parameter to playfile to either queue the file or play it immediately (=empty queue+play).
- Thu Jan 25, 2018 2:57 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Note: you shouldn't put the extension .wav in playfile...
- Thu Jan 25, 2018 2:51 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
- Thu Jan 25, 2018 10:46 am
- Forum: Turnigy 9XR PRO radio
- Topic: Banggood 4in1 module, Flysky AFHDS2A and Telemetry
- Replies: 189
- Views: 44007
Re: Banggood 4in1 module, Flysky AFHDS2A and Telemetry
I don't see any files...
- Thu Jan 25, 2018 10:28 am
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
simple and working 

- Thu Jan 25, 2018 8:00 am
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Mike, what about haptic?
Can we get a haptic/vibrate instruction?
Can we get a haptic/vibrate instruction?
- Wed Jan 24, 2018 8:21 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
That's not the idea... I woud like my script to run when my model is loaded. It should work in background all the time and display information when you request it. I could use a switch and only display when it is pushed but I was thinking of a better integration within the radio. I don't know if tha...
- Wed Jan 24, 2018 7:21 pm
- Forum: erskyTx (was ersky9x)
- Topic: Script Language
- Replies: 342
- Views: 75240
Re: Script Language
Thanks Mike, I've got other questions: - Can we set haptic? example vibrate(x) with x in ms. - Can there be an overlay on the existing display? I'm thinking of replacing for example the low part of the main screen where the channels are displayed with the script output. It could be an additional pag...