Purchase the Products shown in this video from :: π€π€amazon.in/controllerstech Download the files from π€controllerstech.com/wp-content/uploads/2020/07/NextionStringF103.zip NEXTION Playlist π€π€youtube.com/playlist?list=PLfIJKC1ud8ghpqVWBqwpZ7Z5v5ZtmF_Yy * SUPPORT US BY DONATING π€paypal.me/controllertech *Join the Membership* π€π€youtube.com/channel/UCkdqtSMnhYuMsJkyHOxiPZQ/join Join the Discord Server π€discord.gg/D32JE5wKyD Join the Telegram Group π€t.me/controllerstechdiscuss Follow me on Instagram π€π€instagram.com/controllerstech/ For more info, visit π€π€controllerstech.com
Can you explain the wiring thanks
You know, more than just amazing I could not find another word. I'm trying to combine your tutorial with somthing that comes in my mind. I wonder to build an UI based on your tutorial. Where the screen could contain 7 text fields and on the other hand a feature of scrolling text kinda of passing text from text field to another but I have to keep update the last field since it comes from the stm32 board. Is it possible to get a tutorial on this purpose.!? Cause I'm stacked in the idea....
Como receber valores de 0 a 5000 no stm32 do display nextion? (How to receive values from 0 to 5000 in the stm32 of the nextion display?)
Hi Bro, excelent chanel. Where are you from?
Great , is it possible to sent moving graphics instead of string texts ?
Thank you so much! It's a very good video, easy to understand. It will help me a lot
Can you show get data from screen
Not sent
Hello,thx for you tutorials. How to send data not string? n0.val=100 for example?
Great video. Thanks,
good job bro
Para enviar valores ao nextion esses comandos estΓ£o errados?
uint8_t Cmd_End[3]={0xFF,0xFF,0xFF}; //Finalizador Nextion.
char buf3[50];
int len3 = sprintf (buf3, "n0.val=\"%d\"", 20);
HAL_UART_Transmit(&huart3, (uint8_t *)buf3, len3, 1000);
HAL_UART_Transmit(&huart3, Cmd_End, 3, 100); //Finalizador Nextion.
Can you do a tutorial on using external buttons to control the display. For example a menu system ( up, down, enter).
Γtima aula e exemplo, faz dias que estou tentando usar o display nextion com o stm32, muito obrigado por compartilhar seu conhecimento, seus exemplos ajudam muito no aprendizado.
Could explain how get numeric value from Nextion ?
Very Nice thanks. I Love your video