Skip to main content

Python binding for the Raspberry Pi Vcgencmd command line executable

Project description

Raspberry Pi Vcgencmd

A small python library to programmatically access the internal sensors of the Raspberry Pi.

Usage

Install this via pip:

python3 -m pip install RaspberryPiVcgencmd

Include the module in your python file

from RaspberryPiVcgencmd import Vcgencmd

Once you have included it you can use it in your program as below

vcgencmd = Vcgencmd()
print(vcgencmd.get_version())

Exposed Functions

The majority of the useful output from vcgencmd is exposed in the class with the below functions

  • get_cpu_temp - Gets the system temperature of the soc in Celsius or Fahrenheit
  • get_ram_split - Gets the memory split between the gpu and cpu
  • measure_volts - Measures the voltage of various internal components
  • measure_clock - Mesures the clock frequency of various internal components
  • is_codec_available - Returns whether the codec specificed video/audio codec is available on the Raspberry Pi
  • get_version - Gets the version of the firmware installed on the Raspberry Pi
  • set_display_power - Allows turning off/on the video output of the Raspberry Pi

Todo

  • The first time vcgencmd is requested to run it should run and then check what commands are available on that Raspberry Pi. This should then confirm that the command is available and also stop any commands which are not available on the Pi.
  • Combine some of the output functions so that it doesnt use several different formatting methods

Want to help?

Suggestions and improvements are welcome, if you have anything to add feel free to make a pull request on github.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RaspberryPiVcgencmd-1.0.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

RaspberryPiVcgencmd-1.0.1-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file RaspberryPiVcgencmd-1.0.1.tar.gz.

File metadata

  • Download URL: RaspberryPiVcgencmd-1.0.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.2

File hashes

Hashes for RaspberryPiVcgencmd-1.0.1.tar.gz
Algorithm Hash digest
SHA256 afba369b60f44dbf36d3c5871583a2229644924695c51fccf054f355359dfd8b
MD5 5a35d6c560890a5fc4464369761ffc61
BLAKE2b-256 e5eb8afc2bbd8b74d219df5c17cd653c32cd266d355d8f1b48e67476a1b57026

See more details on using hashes here.

File details

Details for the file RaspberryPiVcgencmd-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: RaspberryPiVcgencmd-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.2

File hashes

Hashes for RaspberryPiVcgencmd-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8e6bcfc6b6ad1acd54af6f651068af3607e570e5d521dd464cc2f99912e76f31
MD5 76616a9b8953197c98d5673da5d64058
BLAKE2b-256 ab27743d5446a9bc4e9d541ec6d3fe5b77f2ec52b3b7f47052dfd9b03f60cd18

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page