for a project at the university i have to programming an nextion display with a stm32f401re or a stm32g474re. (i can choose between them, i have both here). My problem is that i have configurate the display with the nextion editor. There i can change the text and it works. When i use the stm32f401re, connect the tx from the display to the rx from the processor (D0) and the rx from the display to the tx from the processor(D1) and the 5v with 5v, GND with GND, then i don`t can change the values. In my programm, i write
Unfortunately not. I want to send the message with USART. The message will send correctly on the TX-Pin but it doesnt reach the display. The display doesnt get this message. I checked it with PuTTy and with an logic analyzer, the stm32 send the message correctly but the display doesnt answer on this message. The message is correctly written, the signal level is correct, the wire is correct (rx to tx and tx to rx, gnd to gnd and 5v to 5v). So i dont understand why the display doesnt react to my message
I think it doesn`t matter. I read that it will be used only the "real" letters, the 0 shows only the determination. But i´m new on this topic so i can be wrong.
So thank you everyone, i got a new update. At the moment it works when i first send the message and then cut the gnd or the current pin. So i have to cut them off and put the pin again inside. Then the text change. But now i have to built a circuit which cut after sending the message the current. Or have anyone another idea, how i can cut of the current for a ms?
It can't be right that you have to manipulate the power wires, after sending data, before something displays.
Have you now changed the format of the data stream you send to the Nextion or what did you do to get this far ?