https://github.com/marcl/raspberrypigpio
Node.js project to start playing with GPIOs on a Raspberry Pi to trigger sound effects and control additional hardware.
https://github.com/marcl/raspberrypigpio
Last synced: 7 months ago
JSON representation
Node.js project to start playing with GPIOs on a Raspberry Pi to trigger sound effects and control additional hardware.
- Host: GitHub
- URL: https://github.com/marcl/raspberrypigpio
- Owner: MarcL
- License: mit
- Created: 2015-05-11T06:55:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T22:27:09.000Z (over 10 years ago)
- Last Synced: 2025-05-29T13:26:09.935Z (8 months ago)
- Language: JavaScript
- Size: 578 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RaspberryPiGPIO
Node.js project to start playing with GPIOs on a Raspberry Pi to trigger sound effects and control additional hardware.
# Prerequisites
On the Raspberry Pi (or Debian/Ubuntu), you will need to ensure that the `alsa.h` header can be found in order to build the [node-speaker](https://github.com/TooTallNate/node-speaker) module. Do this with the following:
```
sudo apt-get install libasound2-dev
```
# Attribution
* [Cuckoo Clock Sound](https://www.freesound.org/people/Syna-Max/sounds/58813/) by [Syna-Max](https://www.freesound.org/people/Syna-Max/) under CC BY-NC 3.0