I was looking for the category but missed it in the drop down menu. Thanks ..
I use Nextion with Arduino for many projects as a UI for code running on Arduino ( without using the Nextion library ) . Thats no problem .
But in this case I need to concatenate the individual HEX digits on the display field and once Enter is pressed I will send it the Mega which will handle it as required.
Was googling and came across this. Works fine but no clue on how they did it !!
THAT is a good suggestion... will try it out !! Yes the Mega can do the concatenation as required !! In other words as each key is pressed it can build the build the required HEX number and send it back to the display till Enter is pressed !!
If you look in my tutorial you will find a simple calculator, which does a lot of what you are trying to do. The calculator itself isn't very good, the idea was to show what can be done with a Nextion with a keyboard, not to show how to make a good calculator.
There is a sort of programming language on the Nextion, like a stripped down version of C, I call it C--. I guess you can do anything on the Nextion that you can do on an Arduino, but it's going to be hard work.