Arduino PC usage monitor (OLED + UNO + python)

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 10

  • @fernandofarandato1788
    @fernandofarandato1788 6 ปีที่แล้ว +2

    how can i add temperature? using another display of my choice

    • @n3ttx580
      @n3ttx580  6 ปีที่แล้ว +2

      well, psutil have some methods to get temperatures, but for some reason i cannot make them work on my machine (probably due to old BIOS (or everything in general) or some other stuff). but basically, head over here psutil.readthedocs.io/en/latest/ and check under "Sensors" section, what you want to, then just add it to the code (dont forget to also send the value) and add it to display.. i am currently working on more sophisticated v2, so stay tuned to my GH :)

  • @D4viHe
    @D4viHe ปีที่แล้ว

    The CPU, RAM, SSD and HDD show up but the numbers with the values of them don't, I've searched for 2 hours and couldn't solve it :(

    • @n3ttx580
      @n3ttx580  ปีที่แล้ว

      Do you have the python script running on your PC? Or if you do, have you set the correct port both in Arduino and in the python script? If yes and it still doesn't work, please open a GitHub Issue and provide more details there

  • @its_amit2502
    @its_amit2502 ปีที่แล้ว

    how can u add my gpu to the screen?

  • @marieladiaz5189
    @marieladiaz5189 2 ปีที่แล้ว

    hi i can`t understand how to install it can you help me with the part of python i don`t know how import the libraries of psutil and resMon.Py, in arduino

    • @n3ttx580
      @n3ttx580  2 ปีที่แล้ว

      You don't have to import anything anywhere. You simply connect Arduino to your PC, load .ino sketch in your Arduino IDE and upload it. While you are there, take a note on which port is the Arduino communicating on (COM3 for example), open the python file in your favourite text editor and edit line 50 "ser.port", which should say the COM whatever number you've find in Arduino IDE. Then just simply run the script using python. All Python libraries should come with default Python installation.

  • @dilshankasthuriarachchi4737
    @dilshankasthuriarachchi4737 4 ปีที่แล้ว

    Could you please let me have the schematic ?

    • @n3ttx580
      @n3ttx580  4 ปีที่แล้ว

      Hey, it's everywhere on the internet. Search for "Arduino OLED display schematics". There is only one way of connecting it to Arduino.

    • @dilshankasthuriarachchi4737
      @dilshankasthuriarachchi4737 4 ปีที่แล้ว

      @@n3ttx580 then after connecting all the thing that is need to be done is uploading the code isnt that?