#Sense HAT
Python module to control the `Raspberry Pi` Sense HAT used in the `Astro Pi` mission - an education outreach programme for UK schools sending code experiments to the International Space Station.
Hardware
========
The Sense HAT features an 8x8 RGB LED matrix, a mini joystick and the following sensors:
* Gyroscope
* Accelerometer
* Magnetometer
* Temperature
* Humidity
* Barometric pressure
Buy
===
Buy the Sense HAT from:
* `The Pi Hut`
* `Pimoroni`
* `Amazon (UK)`
* `element14`
* `adafruit`
* `Amazon (USA)`
Installation
============
To install the Sense HAT software, enter the following commands in a terminal::
sudo apt-get update
sudo apt-get install sense-hat
sudo reboot
Usage
=====
Import the sense_hat module and instantiate a SenseHat object::
from sense_hat import SenseHat
sense = SenseHat()
Documentation
=============
Comprehensive documentation is available at `https://sense-hat.readthedocs.io/en/latest/`.
Contributors
============
* `Dave Honess`
* `Ben Nuttall`
* `Serge Schneider`
* `Dave Jones`
* `Tyler Laws`
* `George Boukeas`
Open Source
===========
* The code is licensed under the `BSD Licence`
* The project source code is hosted on `GitHub`
* Please use `GitHub issues` to submit bugs and report issues
URLs
=====
* Raspberry Pi: https://www.raspberrypi.org/
* Astro Pi: http://www.astro-pi.org/
* sense-hat.readthedocs.io: https://sense-hat.readthedocs.io/en/latest/
* Dave Honess: https://github.com/davidhoness
* Ben Nuttall: https://github.com/bennuttall
* Serge Schneider: https://github.com/XECDesign
* Dave Jones: https://github.com/waveform80
* Tyler Laws: https://github.com/tyler-laws
* George Boukeas: https://github.com/boukeas
* BSD Licence: http://opensource.org/licenses/BSD-3-Clause
* GitHub: https://github.com/astro-pi/python-sense-hat
* GitHub Issues: https://github.com/astro-pi/python-sense-hat/issues
* `The Pi Hut`: http://thepihut.com/products/raspberry-pi-sense-hat-astro-pi
* `Pimoroni`: https://shop.pimoroni.com/products/raspberry-pi-sense-hat
* `Amazon (UK)`: http://www.amazon.co.uk/Raspberry-Pi-2483095-Sense-HAT/dp/B014T2IHQ8/
* element14: https://www.element14.com/community/docs/DOC-78155/l/raspberry-pi-sense-hat
* adafruit: https://www.adafruit.com/products/2738
* Amazon (USA): http://www.amazon.com/Raspberry-Pi-Sense-HAT-AstroPi/dp/B014HDG74S
Raw data
{
"_id": null,
"home_page": "https://github.com/astro-pi/python-sense-hat",
"name": "sense-hat",
"maintainer": "",
"docs_url": "https://pythonhosted.org/sense-hat/",
"requires_python": "",
"maintainer_email": "",
"keywords": "sense hat,raspberrypi,astro pi",
"author": "Dave Honess",
"author_email": "dave@raspberrypi.org",
"download_url": "https://files.pythonhosted.org/packages/14/3a/23cfedbbad061e36d1441b66b23403cc4a5becd9c09348be7ef2bea37791/sense-hat-2.6.0.tar.gz",
"platform": null,
"description": "#Sense HAT\n\nPython module to control the `Raspberry Pi` Sense HAT used in the `Astro Pi` mission - an education outreach programme for UK schools sending code experiments to the International Space Station.\n\nHardware\n========\n\nThe Sense HAT features an 8x8 RGB LED matrix, a mini joystick and the following sensors:\n\n* Gyroscope\n* Accelerometer\n* Magnetometer\n* Temperature\n* Humidity\n* Barometric pressure\n\nBuy\n===\n\nBuy the Sense HAT from:\n\n* `The Pi Hut`\n* `Pimoroni`\n* `Amazon (UK)`\n* `element14`\n* `adafruit`\n* `Amazon (USA)`\n\n\nInstallation\n============\n\nTo install the Sense HAT software, enter the following commands in a terminal::\n\n sudo apt-get update\n sudo apt-get install sense-hat\n sudo reboot\n\nUsage\n=====\n\nImport the sense_hat module and instantiate a SenseHat object::\n\n from sense_hat import SenseHat\n\n sense = SenseHat()\n\nDocumentation\n=============\n\nComprehensive documentation is available at `https://sense-hat.readthedocs.io/en/latest/`.\n\nContributors\n============\n\n* `Dave Honess`\n* `Ben Nuttall`\n* `Serge Schneider`\n* `Dave Jones`\n* `Tyler Laws`\n* `George Boukeas`\n\nOpen Source\n===========\n\n* The code is licensed under the `BSD Licence`\n* The project source code is hosted on `GitHub`\n* Please use `GitHub issues` to submit bugs and report issues\n\nURLs\n=====\n\n* Raspberry Pi: https://www.raspberrypi.org/\n* Astro Pi: http://www.astro-pi.org/\n* sense-hat.readthedocs.io: https://sense-hat.readthedocs.io/en/latest/\n* Dave Honess: https://github.com/davidhoness\n* Ben Nuttall: https://github.com/bennuttall\n* Serge Schneider: https://github.com/XECDesign\n* Dave Jones: https://github.com/waveform80\n* Tyler Laws: https://github.com/tyler-laws\n* George Boukeas: https://github.com/boukeas\n* BSD Licence: http://opensource.org/licenses/BSD-3-Clause\n* GitHub: https://github.com/astro-pi/python-sense-hat\n* GitHub Issues: https://github.com/astro-pi/python-sense-hat/issues\n* `The Pi Hut`: http://thepihut.com/products/raspberry-pi-sense-hat-astro-pi\n* `Pimoroni`: https://shop.pimoroni.com/products/raspberry-pi-sense-hat\n* `Amazon (UK)`: http://www.amazon.co.uk/Raspberry-Pi-2483095-Sense-HAT/dp/B014T2IHQ8/\n* element14: https://www.element14.com/community/docs/DOC-78155/l/raspberry-pi-sense-hat\n* adafruit: https://www.adafruit.com/products/2738\n* Amazon (USA): http://www.amazon.com/Raspberry-Pi-Sense-HAT-AstroPi/dp/B014HDG74S\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Python module to control the Raspberry Pi Sense HAT, originally used in the Astro Pi mission",
"version": "2.6.0",
"project_urls": {
"Homepage": "https://github.com/astro-pi/python-sense-hat"
},
"split_keywords": [
"sense hat",
"raspberrypi",
"astro pi"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f57316d26aadb8f2635b7ce758491883eac8f44bb7d1ee4625afdc3143723f06",
"md5": "3e02ae9cd96d646831978109d80faeaa",
"sha256": "2934335c656a35026eb3a28e8ed129fb16265509b5e7b0b94930c039b1cb3472"
},
"downloads": -1,
"filename": "sense_hat-2.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3e02ae9cd96d646831978109d80faeaa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 18148,
"upload_time": "2023-10-11T15:11:33",
"upload_time_iso_8601": "2023-10-11T15:11:33.571059Z",
"url": "https://files.pythonhosted.org/packages/f5/73/16d26aadb8f2635b7ce758491883eac8f44bb7d1ee4625afdc3143723f06/sense_hat-2.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "143a23cfedbbad061e36d1441b66b23403cc4a5becd9c09348be7ef2bea37791",
"md5": "f2ff54a60b99558bbbd2e4a3b8f7eca6",
"sha256": "9fd1b3bb1bd98c51f3fe4099cd246884da0aa12c3acfc64c826be0153b9ae10e"
},
"downloads": -1,
"filename": "sense-hat-2.6.0.tar.gz",
"has_sig": false,
"md5_digest": "f2ff54a60b99558bbbd2e4a3b8f7eca6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18585,
"upload_time": "2023-10-11T15:11:35",
"upload_time_iso_8601": "2023-10-11T15:11:35.307515Z",
"url": "https://files.pythonhosted.org/packages/14/3a/23cfedbbad061e36d1441b66b23403cc4a5becd9c09348be7ef2bea37791/sense-hat-2.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-11 15:11:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "astro-pi",
"github_project": "python-sense-hat",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sense-hat"
}