How to send String to the Nextion display || STM32F103 || CubeIDE

  Рет қаралды 29,464

ControllersTech

ControllersTech

3 жыл бұрын

Purchase the Products shown in this video from :: controllerstech.store
________________________________________________________________________________________
Download the files from controllerstech.com/wp-conten...
NEXTION Playlist • NEXTION
________________________________________________________________________________________
****** SUPPORT US BY DONATING*****
paypal.me/controllertech
******Join the Membership******
/ @controllerstech
Join the Discord Server / discord
Join the Telegram Group t.me/controllerstechdiscuss
Follow me on Instagram / controllerstech
For more info, visit www.controllerstech.com

Пікірлер: 35
@luizazeredo5197
@luizazeredo5197 3 жыл бұрын
Ó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.
@HenriqueOliveira-fp5bg
@HenriqueOliveira-fp5bg 3 жыл бұрын
Thank you so much! It's a very good video, easy to understand. It will help me a lot
@Innopeace
@Innopeace 3 жыл бұрын
Great video. Thanks,
@abiramiselvaraj9285
@abiramiselvaraj9285 Жыл бұрын
it works! thanks
@ucontrolchannel5967
@ucontrolchannel5967 3 жыл бұрын
good job bro
@ZOLDAIOQUE88MADACI
@ZOLDAIOQUE88MADACI 2 жыл бұрын
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....
@vedan7
@vedan7 3 жыл бұрын
Can you do a tutorial on using external buttons to control the display. For example a menu system ( up, down, enter).
@ControllersTech
@ControllersTech 3 жыл бұрын
Yeah of course.. they will be coming soon
@cyberdientu
@cyberdientu 3 ай бұрын
sir, how to change page by uart from stm to nextion
@miguelangelcalderonmora2649
@miguelangelcalderonmora2649 3 жыл бұрын
Hi Bro, excelent chanel. Where are you from?
@ControllersTech
@ControllersTech 3 жыл бұрын
Hey there.. i am from India
@eng.shh80
@eng.shh80 3 жыл бұрын
Great , is it possible to sent moving graphics instead of string texts ?
@ControllersTech
@ControllersTech 3 жыл бұрын
What kind of graphics ?
@antonioescamez4549
@antonioescamez4549 3 жыл бұрын
Could explain how get numeric value from Nextion ?
@ControllersTech
@ControllersTech 3 жыл бұрын
If u mean the button thingy, just look in the playlist... There is another video there
@Cesar-nh9bg
@Cesar-nh9bg 3 жыл бұрын
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?)
@ControllersTech
@ControllersTech 3 жыл бұрын
Number ?
@eswtmarket
@eswtmarket 5 ай бұрын
stm 3,3 v, nextion 5 v. is it problem for rx, tx pin
@ControllersTech
@ControllersTech 5 ай бұрын
No its not a problem. The tx and rx pins works at 3.3v
@akshaybhor479
@akshaybhor479 Жыл бұрын
how can we show sensor data on display eg temp sensor ,or moter speed on display ? plz help on this
@ControllersTech
@ControllersTech Жыл бұрын
Check the last video in nextion playlist
@user-mh8uz1xf1j
@user-mh8uz1xf1j 3 жыл бұрын
Hello,thx for you tutorials. How to send data not string? n0.val=100 for example?
@ControllersTech
@ControllersTech 3 жыл бұрын
Check other comments in this video. I have answered the same question..
@user-mh8uz1xf1j
@user-mh8uz1xf1j 3 жыл бұрын
@@ControllersTech void NEXTION_SendData (uint8_t *data) { char buf3[50]; int len3 = sprintf (buf3, "n0.val=%d",data); HAL_UART_Transmit(&huart1, (uint8_t *)buf3, len3, 1000); HAL_UART_Transmit(&huart1, Cmd_End, 3, 100); }How to make function with second parameter?
@ControllersTech
@ControllersTech 3 жыл бұрын
What second parameter ? If u are trying to send another value, then use this function again
@user-mh8uz1xf1j
@user-mh8uz1xf1j 3 жыл бұрын
@@ControllersTech LIke you first function :void NEXTION_SendString(*char ID,*char string)
@ControllersTech
@ControllersTech 3 жыл бұрын
Just use the function i have created. If u want to send the value and not the string, modify that function..
@abdurrahmantokr6735
@abdurrahmantokr6735 3 жыл бұрын
Can you show get data from screen Not sent
@ControllersTech
@ControllersTech 3 жыл бұрын
Check the playlist
@luizazeredo5197
@luizazeredo5197 3 жыл бұрын
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.
@ControllersTech
@ControllersTech 3 жыл бұрын
int len3 = sprintf (buf3, "n0.val=%d", 20);
@luizazeredo5197
@luizazeredo5197 3 жыл бұрын
@@ControllersTech obrigado.
@abdullahdogan5822
@abdullahdogan5822 Жыл бұрын
Can you explain the wiring thanks
@ControllersTech
@ControllersTech Жыл бұрын
Tx to Rx and Rx to Tx
@abdullahdogan5822
@abdullahdogan5822 Жыл бұрын
@@ControllersTech thanks.
Buttons on Nextion Display || STM32 || Control LED
15:00
ControllersTech
Рет қаралды 18 М.
How to Make Stunning Menus on Arduino Nextion Displays: GIMP Tutorial
20:12
Budget Tool Reviews
Рет қаралды 47 М.
ИРИНА КАЙРАТОВНА - АЙДАХАР (БЕКА) [MV]
02:51
ГОСТ ENTERTAINMENT
Рет қаралды 5 МЛН
Каха ограбил банк
01:00
К-Media
Рет қаралды 10 МЛН
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00
65  Nextion Display - no Arduino Nextion.h Library part 2 or 01B
8:48
Cheap Controls
Рет қаралды 32 М.
How to Display animation on NEXTION
8:31
ControllersTech
Рет қаралды 30 М.
Nextion+Arduino  interfacing with source code
16:41
Amal Anjula
Рет қаралды 16 М.
LCD via I2C in STM32 || CUBEIDE || PCF8574
12:22
ControllersTech
Рет қаралды 77 М.
174  Using the #nextion display with the #arduino without a library
37:10
NEXTION GUAGE and PROGRESS BAR || STM32
17:20
ControllersTech
Рет қаралды 15 М.
Nextion touch TFT display examples | Digital power supply - part 1
15:20
Samsung Galaxy 🔥 #shorts  #trending #youtubeshorts  #shortvideo ujjawal4u
0:10
Ujjawal4u. 120k Views . 4 hours ago
Рет қаралды 11 МЛН
SSD с кулером и скоростью 1 ГБ/с
0:47
Rozetked
Рет қаралды 394 М.
Gizli Apple Watch Özelliği😱
0:14
Safak Novruz
Рет қаралды 4,1 МЛН
Secret Wireless charger 😱 #shorts
0:28
Mr DegrEE
Рет қаралды 2 МЛН
Ждёшь обновление IOS 18? #ios #ios18 #айоэс #apple #iphone #айфон
0:57
Asus  VivoBook Винда за 8 часов!
1:00
Sergey Delaisy
Рет қаралды 1,1 МЛН