Hello guys,
In my project, i have built whole working code for ADC reading and Displaying it with Nextion display. For data retrieving use a serial interface and USB stick.
- Here display code is too huge so i have created it as a one-python script.
- 2 ADC reading developed in one python script with threading concept.
- USB and serial interface is kept as one more python script with threading
- this is for testing a ADC data further this is very important and time based so i created another python script for this.
I don’t know is the correct way like creating multiple scripts and running with autoboot mode.
Actually, the problem is if I run three scripts it’s working fine. If I add one more script display gets stuck. and I can’t operate the display options.
So, please help me to get out of this.
Thank You.