Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claremacrae/raspi_hat_data
Information to help detect which Raspberry Pi HAT is connected, if any
https://github.com/claremacrae/raspi_hat_data
Last synced: about 1 month ago
JSON representation
Information to help detect which Raspberry Pi HAT is connected, if any
- Host: GitHub
- URL: https://github.com/claremacrae/raspi_hat_data
- Owner: claremacrae
- License: mit
- Created: 2015-12-09T20:28:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T12:05:21.000Z (about 5 years ago)
- Last Synced: 2024-10-31T17:12:25.256Z (3 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspi_hat_data
Information to help detect which Raspberry Pi HAT is connected, if any.## Background
The background to this is my question [How to detect what kind of HAT or GPIO board is plugged in - if any?](http://raspberrypi.stackexchange.com/questions/39153/how-to-detect-what-kind-of-hat-or-gpio-board-is-plugged-in-if-any/39174#39174) and [this answer](http://raspberrypi.stackexchange.com/a/39174/7045).
I wanted a way to capture the output from various HAT devices, share it with others, and allow others with more HATs to update the list.
## Devices that are not HATs:
The following devices were not recognished as HATs:
* Pi-DAC+
* RasPiO Pro Hat## Additions welcome!
If you have a HAT that isn't listed here, please consider adding its data to this repo, to help others.
You can do this by running the script [copy_hat_data.sh](/copy_hat_data.sh).
* If you are able to submit a github pull request with the new data, thank you.
* Alternatively, Zip up the newly-created folder and create a [New Issue](https://github.com/claremacrae/raspi_hat_data/issues) on this repository, attaching the data.Similarly, if you find any other devices that claim to be HATs but aren't, please do let me know - thanks!