Git Product home page Git Product logo

arduino-pc-monitor's People

Contributors

leots avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

arduino-pc-monitor's Issues

Update release

Since the release of v0.1, there were 2 commits. You should update the releases page with the new version (that works with Windows 10 Anniversary Update)

Also, check pull request #2 before updating your files.

Type error on line 84 in the python file 'int' is not subscriptable

also I am using a 3.5" TFT LCD display with UNO and I am running a different arduino code but using your python script to write the data to the arduino and I am getting this error.

My CPU has 6 cores.

Only 1 port found: COM3. Connecting to it...
Traceback (most recent call last):
File "C:\Users\ChetanKPatil\Desktop\Monitor\ArduinoPCMonitor.py", line 234, in
main()
File "C:\Users\ChetanKPatil\Desktop\Monitor\ArduinoPCMonitor.py", line 197, in main
config["gpu_mem_size"]
File "C:\Users\ChetanKPatil\Desktop\Monitor\ArduinoPCMonitor.py", line 126, in get_hardware_info
core_temp = find_in_data(cpu_temps, 'CPU Core #' + str(i + 1))
File "C:\Users\ChetanKPatil\Desktop\Monitor\ArduinoPCMonitor.py", line 84, in find_in_data
if ohw_data['Text'] == name:
TypeError: 'int' object is not subscriptable

python script gives errors

the error i am getting is: Error: 'int' object is not subscriptable (line 129)

now i don't have any experience with python so i can't help with solving this sadly

this is in the main python file btw.

edit:
this is with newest installed python version on windows 8.1

how to choose another port?

Hello. Please tell me how to choose another port? I have Arduino connected to port 17 (port number 1 is occupied by another device).

How to use this with I2C

What do I have to change in the Arduino code when using an 20x4 lcd with an i2c module connected?
Been messing around for hours with some similar projects but no idea

TypeError: 'int' object is not subscriptable

Hey, I am having a problem getting your script to run. I'm running Python 3.4.0 and Open Hardware Monitor 0.7.1 Beta. OHM web server is running and accessible from the browser at localhost:8085.

>python ArduinoPCMonitor.py
Only 1 port found: COM8. Connecting to it...
Traceback (most recent call last):
  File "ArduinoPCMonitor.py", line 234, in <module>
    main()
  File "ArduinoPCMonitor.py", line 197, in main
    config["gpu_mem_size"]
  File "ArduinoPCMonitor.py", line 129, in get_hardware_info
    temp_value = core_temp['Value'][:-5]
TypeError: 'int' object is not subscriptable

Contents of config.json

{
  "ohw_ip": "localhost",
  "ohw_port": "8085",
  "cpu_name": "AMD FX-6350",
  "gpu_name": "AMD Radeon HD 7800 Series",
  "gpu_mem_size": 2048
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.