Search found 18 matches

by bnwgraaf
Fri Apr 03, 2020 2:52 pm
Forum: General RC Electronic Projects and Discussion
Topic: Mavlink-Taranis suddenly stopped displaying Alt values
Replies: 0
Views: 5099

Mavlink-Taranis suddenly stopped displaying Alt values

I have this setup (I know, some pretty old stuff): APM 2.6 flight controller, Arducopter 3.2.1 FrSky Taranis x9d+ radio FrSky X8R receiver Arduino Pro Mini for converting Mavlink to FrSky Code on Arduino: http://vizual54.github.io/APM-Mavlink-to-FrSky/ I am using this for quite a long time and with ...
by bnwgraaf
Thu Oct 05, 2017 6:40 pm
Forum: erskyTx (was ersky9x)
Topic: Adding MAVLINK support
Replies: 596
Views: 624381

Re: Adding MAVLINK support

Well, I have looked at the values, but most of them seems just random numbers. See also picture below. The first 4 sensors are not from the APM, but from the receiver itself (it has an extra volrage sensor). A few of them seems to work correctly or at least seems to read pretty good values and seems...
by bnwgraaf
Thu Oct 05, 2017 1:43 pm
Forum: erskyTx (was ersky9x)
Topic: Adding MAVLINK support
Replies: 596
Views: 624381

Re: Adding MAVLINK support

Okay, that's clear to me!
I know how to rename the sensors and I know how to do some things with its values to get them displayed in the screen.
So now I have to find out which to use!
I will try and report here if I succeed!

Tnx again!
by bnwgraaf
Thu Oct 05, 2017 11:11 am
Forum: erskyTx (was ersky9x)
Topic: Adding MAVLINK support
Replies: 596
Views: 624381

Re: Adding MAVLINK support

Hello Mike,

Tnx for your reply.

So these "nameless" values like 000F, 001D and 001F are not usable within my configuration, or can these mapped in some way?
by bnwgraaf
Wed Oct 04, 2017 9:49 pm
Forum: erskyTx (was ersky9x)
Topic: Adding MAVLINK support
Replies: 596
Views: 624381

Re: RE: Re: Adding MAVLINK support

You might get better help if you post on a OpenTX forum.. This one is about Ersky9x. Even if Ersky9x also runs on the Taranis radio, the telemetry settings are completely different. João Thank you for your reply, I didn't realize it. But I wonder if the problem lies in the Taranis or maybe in the f...
by bnwgraaf
Wed Oct 04, 2017 8:54 pm
Forum: erskyTx (was ersky9x)
Topic: Adding MAVLINK support
Replies: 596
Views: 624381

Re: Adding MAVLINK support

Okay, I have received my 3 Dollar Arduino Pro Mini clone and succeeded to flash the firmware. I have connected this with connection 5 and 6 to the ports of my FrSky D8R-XP receiver. I succeeded in addin new sensors: 18 new sensors. I did not do any settings to my Taranis receiver or the APM (through...
by bnwgraaf
Thu Sep 21, 2017 6:45 pm
Forum: openTx for FrSky radios
Topic: Custom entry OpenTX logs
Replies: 1
Views: 3019

Custom entry OpenTX logs

I have discovered the log function on my Taranis with OpenTX 2.2. I like it! I have also made some telemetry screens with Lua scripts, and that is also great! I was just wondering and could not find it in the OpenTX Lua Reference , but is it possible to write lines to the log file from within the Lu...
by bnwgraaf
Sun Sep 17, 2017 9:36 pm
Forum: openTx
Topic: Lua Script position Logical Switch
Replies: 3
Views: 4117

Re: Lua Script position Logical Switch

Thank you both! With the physical switches I had already solved it, like I wrote in my openings post, but with the logical switches I did not succeed..... It turned out I used the wrong ID (l1 instead of ls1)! Now it works! @rdeanchurch: on the website you mentioned, I also found a code to make an e...
by bnwgraaf
Sun Sep 17, 2017 6:30 pm
Forum: openTx
Topic: Lua Script position Logical Switch
Replies: 3
Views: 4117

Lua Script position Logical Switch

When making telemetry scripts, is it possible to get the position of a Logical Switch (false or true)?

The same question for the position of the physical switches?
These ones I check now with its value (<-100 = up, >100 = down, else is middle position)
by bnwgraaf
Thu Sep 14, 2017 10:19 pm
Forum: erskyTx (was ersky9x)
Topic: Adding MAVLINK support
Replies: 596
Views: 624381

Re: Adding MAVLINK support

Okay, I finally bought my quadcopter and now I would like to get some telemetry data on the screen of my transmitter. I have: - APM 2.7 flightcontroller with Mavlink output - FrSky D8R-XP receiver with D-port telemetry - Taranis X9D Plus transmitter with OpenTX 2.2 firmware I have ordered an Arduino...
by bnwgraaf
Thu Sep 14, 2017 1:58 pm
Forum: openTx
Topic: Lua scripts: blinking lines and aligning text
Replies: 12
Views: 8590

Re: Lua scripts: blinking lines and aligning text

That did the trick! Tnx you both!

Verstuurd vanaf mijn A0001 met Tapatalk

by bnwgraaf
Wed Sep 13, 2017 7:49 pm
Forum: openTx
Topic: Lua scripts: blinking lines and aligning text
Replies: 12
Views: 8590

Re: Lua scripts: blinking lines and aligning text

That would be a pitty....in the default telemetry screens you can select "batt"....

Verstuurd vanaf mijn A0001 met Tapatalk

by bnwgraaf
Wed Sep 13, 2017 6:59 pm
Forum: openTx
Topic: Lua scripts: blinking lines and aligning text
Replies: 12
Views: 8590

Re: Lua scripts: blinking lines and aligning text

In the end I want to share it, but it is not finished at the moment. There are still some things to do.

Do you know how to get the value of the transmitter battery.
I have tried things like:
getValue("Batt")

But the value stays zero.....
by bnwgraaf
Wed Sep 13, 2017 7:17 am
Forum: openTx
Topic: Lua scripts: blinking lines and aligning text
Replies: 12
Views: 8590

Re: Lua scripts: blinking lines and aligning text

Thank you both, the lcd.clear() function did the trick for both the flickering lines as for the text which was not overwritten... No I have made my first telemtry screen (See attachment). Not all the functions do work yet and some values are fake values, just for testing the screen. I now have to bu...
by bnwgraaf
Tue Sep 12, 2017 8:08 pm
Forum: openTx
Topic: Lua scripts: blinking lines and aligning text
Replies: 12
Views: 8590

Re: Lua scripts: blinking lines and aligning text

Hello rcdiy, Thank you for your answers. I have seen the reference guide and already used some things of it. My script gives the flickering lines and rectangles, even if it is the only thing in the script. Do I have placed the code in the wrong place? I mean, the values will have to be refreshed all...
by bnwgraaf
Tue Sep 12, 2017 10:59 am
Forum: openTx
Topic: Lua scripts: blinking lines and aligning text
Replies: 12
Views: 8590

Lua scripts: blinking lines and aligning text

Hello. I have just started with the lua scripts. I am not new in programming and scripting, but new to OpenTX Lua scripts. I am discovering peace by peace. I am running into 2 issues: - If I draw a line or rectangle and starts the simulator, the line or rectangle is visible, but is rappidly blinking...
by bnwgraaf
Sun Sep 03, 2017 8:49 pm
Forum: General help (FrSky Taranis radio)
Topic: Switches and voices
Replies: 4
Views: 3219

Re: Switches and voices

Hello guys! Tnx for you replies! I would like to get som delay on the voices, but not on the flight modes (well, on channel five, I have already some delay on the flight modes). But @jhsa: your idea brought me to the next solution (I don't know if it is exact what you meant, but it works!): I alread...
by bnwgraaf
Sun Sep 03, 2017 7:27 am
Forum: General help (FrSky Taranis radio)
Topic: Switches and voices
Replies: 4
Views: 3219

Switches and voices

I have configured my Taranis to control a quadcopter. 2 switches are used to control the flightmodes. I have configured 6 logical switches, one for every flightmode and attached them to the flightmode channel (channel 5). Each combination of the two switches gives a specific pwm value for the flight...

Go to advanced search