PC monitoring LCD (esp8266, ILI9341)

preview_player
Показать описание
PC hardware monitoring on external LCD.
Python program sends PC sensors data (temperature, rpm...) to an ESP8266 via serial. The display is done on 2.8" LCD connected in SPI. A DHT22 temperature module is also connected to display local temperature and humidity.

Рекомендации по теме
Комментарии
Автор

Is it possible to have this run from boot with out the need of an OS?

juanrobles
Автор

Hello! I was looking for project like this. Unfortunately, I am electronics engineer, but I am close to zero in programming. I installed Python for Windows, successfully added "psutil" and "pySerial", was not so lucky with "sensors", commented that import out, for now. But still, I am stuck to go forward, with "ttyname", and probably will have more roadblocks if I manage this one. Would you maybe be so kind to teach in short, what should be done in "monitoring.py" file, to get it running under Windows (Win7)? I would much appreciate that. Thank You in advance!

Thunder_Owl
Автор

Sorry but I could not understand how it works and how everything should be done (Windows 10)
Thank you

Dancopymus
Автор

Oh Fun! Does this work with windows 10?

daniel-zukp