Be careful of different Displays and Nextion Screens
Posted: Thu Nov 01, 2018 6:56 pm
I found that some of the displays you can load onto the Nextion will set the baud rate on the screen and you may need to switch to the HS variant in pi-star. It's fairly straight forward to change the screen back to the lower baud rate - but if you are seeing the communication across the serial line but not seeing updates on the screen, this might be the issue.
Look for 'bauds=X' in the nextion editor under PreInitialization Events when you are pulling up a layout. This will set the default baud rate in the screen itself and it will persist through reboots.
bauds=9600 for Low Speed (Normal) layout [ON7LDS L3]
bauds=115200 for the High Speed (HS) layout [ON7LDS L3 HS]
Look for 'bauds=X' in the nextion editor under PreInitialization Events when you are pulling up a layout. This will set the default baud rate in the screen itself and it will persist through reboots.
bauds=9600 for Low Speed (Normal) layout [ON7LDS L3]
bauds=115200 for the High Speed (HS) layout [ON7LDS L3 HS]