It can connect via serial RX/TX . There is a GUI editor available for free to design screens and program functions, it can control 8 GPIO pins as well as having the serial interface. I am going to make an open source version of the MKS TFT screens that is going to be focused on laser installations. Will be able to control exhaust fans, cooling pumps etc. via the GPIO’s and relays, as well as sending move and homing cycles, alignment test firing and other functions using Gcodes sent over serial.
Have any of you tried programming this yet? This would be cool for a stand alone laser operations monitor. Its in my “save for later” as I have way to many projects waiting. Will be happy to collaborate …
@donkjr I bought the display for just what ou mentioned, a stand alone operations display for the laser. I am also hoping to build the laser safety system into the display as well.
OMG I ordered the wrong one and @HalfNormal warned me! There is a subtle difference in the part # I did not notice:
NX4832K035 vs
NX4832T035
Notice the K and T. The T does not have GPIO… UGGHHHGGHG!
Looks like you also need and expansion board to get the local GPIO?
Power:
Plug the red 5v wire to on micro usb daughter card
Plug the black gnd to the - on the micro SD card
The yellow and blue are serial cables not needed unless you are communicating with another controller.
Programming:
The display program that you create with the display editor is uploaded and then you copy it to SD card and subsequently load it into the display.
You load it into the display be removing and replacing power.
Talking to the display
You can listen to and write to the display using serial and the Nextion library (not tried it).
Support resources
The support forum is rudimentary and somewhat rude.
GPIO
No hints yet as to how you use the GPIO that is if I had the right card :(.
Feel free to correct my errors. So far not sure that an Ada-fruit arduino derivative with a display and library isn’t simpler.
I will create a HMI program and then decide if I go by the GPIO version.