Variables sent to Nextion

All things relating to the Nextion Screen(s)
Post Reply
F6GVE
Posts: 13
Joined: Sat Apr 28, 2018 8:39 am

Variables sent to Nextion

Post by F6GVE »

Does somebody know where can be find the exhaustive list of t2 t3 t20 etc ?
I can find something which is 1 year old but it is now very partial
Thanks
F6GVE
Posts: 13
Joined: Sat Apr 28, 2018 8:39 am

Re: Variables sent to Nextion

Post by F6GVE »

Thanks a lot. Your answer is very helpfull for me
KE7FNS wrote: Fri May 24, 2019 10:05 pm Nobody has made any significant changes to that portion of the code in the last year, so how old it is doesn't really matter.

Also, theres different txt fields and screen instructions being passed to the screen depending on which Nextion Layout you have selected in the configuration, and even different ones if you are running the nextion driver. That info would help narrow down what exactly you are looking for.

Code: Select all

MMDVM
t0 : owner call & ID / errortext  LOCKOUT
t1 : status / ERROR
t2 : date & time


screenLayout >2 :
t3 : ip address
t4 : owner call
t5 : owner ID
t20 : CPU Temperature
t30 : RX Frequency
t31 : Location
t32 : TX Frequency


D-Star
t0 : type my1 my2
t1 : your
t2 : reflector
t3 : rssi
t4 : ber


DMR
t0 : src1 id / call / TA
t1 : dst
t2 : src2 id / call / TA
t3 : dst
t4 : rssi1
t5 : rssi2
t6 : ber1
t7 : ber2

screenLayout >2 :
t8 : GPS1 dec
t9 : GPS1 DMS
t10: GPS2 dec
t11: GPS2 DMS
t12: GPS1 err
t13: GPS2 err


YSF
t0 : type,source
t1 : dst
t2 : src
t3 : rssi
t4 : ber


P25
t0 : type,source
t1 : dst
t2 : rssi
t3 : ber


NXDN
t0 : type,source
t1 : dst
t2 : rssi
t3 : ber

POCSAG
t0 : waiting / RIC
t1 : message
User avatar
f5swb
Posts: 5
Joined: Wed Sep 05, 2018 4:41 pm

Re: Variables sent to Nextion

Post by f5swb »

Hello,

I saw also some texts like t201.bis or t200.txt ....
Is there any list available ?

73" F5SWB
https://www.youtube.com/watch?v=jocnxWF ... c4tb08ryzE
PD0DIB
Posts: 34
Joined: Wed Apr 11, 2018 1:34 pm
Location: Uden, The Netherlands

Re: Variables sent to Nextion

Post by PD0DIB »

Lots of info regarding Nextion, designers of the screens (including used field-codes):

https://www.facebook.com/groups/Nextion/files/
-------------------------------
PD0DIB
Playing around with all types of hotspots (simplex & duplex) for DMR, YSF/C4FM and D-Star.
Most of them has a Nextion screen ...

73 de PD0DIB (since 1977 8-) )
User avatar
f5swb
Posts: 5
Joined: Wed Sep 05, 2018 4:41 pm

Re: Variables sent to Nextion

Post by f5swb »

many thanks for yours reply I will continue to explore it :)

On another way, have you ever played with this command from nextion to the system :

com_star
printh 2A
printh F1
print "sudo pistar-update"
printh FF
printh FF
printh FF

I think it would be possible to launch a bash script, I found this for example :

https://github.com/EA7KDO/Nextion.Image ... rhostip.sh

the question is quite simple ok to launch the command from a button but how to catch and see it on the screen ?

Any help wil be very appreciated

73"s qro.
F5SWB
Post Reply