Use Prop to communicate with this TFT display?
eagletalontim
Posts: 1,399
https://www.indiegogo.com/projects/nextion-a-cost-effective-high-performance-tft-hmi/x/10630987
I could not pass it up and had to buy 1 of each size of these displays. Not sure if I can even use them, but I would like to try to make these work with the Prop. Seems like it is a UART interface which I am sure is simple. I am not familiar with UART, but I see code in the obex for UART interfaces. Are there any other components I would need to purchase to communicate with this setup?
I could not pass it up and had to buy 1 of each size of these displays. Not sure if I can even use them, but I would like to try to make these work with the Prop. Seems like it is a UART interface which I am sure is simple. I am not familiar with UART, but I see code in the obex for UART interfaces. Are there any other components I would need to purchase to communicate with this setup?
Comments
Also not defined is if they really mean RS232 or a 5V TTL UART ? - my guess is 5V-232, as they have no RS232 chip shown.
You may need a shipload of string space to command this, so make sure you prop system has plenty of memory (serial flash ?)
These look similar to the EVE display-list processor from FTDI, which has added a higher pixel version.
I want to build a vehicle interface and would be cool if a prop can do it...
Rodney
I have the 4.3" version. If It works out I will likely get the 7" version to put in my car.
The connector on it shows "gnd, tx, rx, 5v" So I am assuming it is a 5 volt ttl setup.
Is this as simple as being an RS232 connection?
I am guessing it would be a bad idea to gram my fdti serial to USB and hook it up directly to it because isn't standard rs232 based on 12 volts which would likely torch this? I see some TTL to USB convertors online and was thinking the USB connector for a prop is similar? The Prop Plug?
The only issue with using a prop plug that I see is that the screen cable has sockets on the end of it too so I would likely need to grab some 4 pin headers to connect the two together.
I will start there and see how it goes.
But I also think the main idea is to load the graphics into the onboard 16meg of memory and just send data back and forth so it should simplify a display. It shows it working with an arduino.
Might make a nice interface for a smart home setup or somethign similar.