I'm getting frustrated. I have very little coding knowledge, spent all of my life until now (retired) building,repairing and driving things. I'm working on a project to display vehicle temps and pressures (no OBD) on a screen. I have no problem building and testing various sensors and getting digital data. I don't want to log or keep track of anything I just want the current results to show on a screen and keep updating as conditions change. I have spent days combing the web and have found projects that read OBD, log data, put beautiful dashboards on the web, I want to use wires.
I have found many, many tutorial sites with code that doesn't work, ie: wrong syntax, missing parentheses, etc. I try them all in Python 2 and 3 just to see if that is the problem.
So far all I have managed to do is get a very crude GUI that has labels and a 24 hour clock (can't seem to get it to show 12 hour clock) I have found nothing that really has any info on how to take the results I get from a sensor and have it show on a GUI using tkinter.
Can someone point me in the right general direction?
Thanks,
Dick
