0.1.7 • Published 7 years ago

pi-utils v0.1.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Twitter Follow

pi-utils

A collection of utilities for developing on the Raspberry Pi, including various system/os utilities, gpio functions, and WiFi management. Tested primarily on RPi3.

Documentation  

github

Installation  

With node installed:

# Get the latest release of pi-utils
npm install --save pi-utils

This library depends on and provides a wrapper to the excellent rpio library as well, which requires elevated permissions to access gpio functions. In order to run scripts without sudo, try the following:

# Add user to gpio group
sudo usermod -a -G gpio <username>

# configure udev rules
sudo sh -c 'cat >/etc/udev/rules.d/20-gpiomem.rules <<EOF
SUBSYSTEM=="bcm2835-gpiomem", KERNEL=="gpiomem", GROUP="gpio", MODE="0660"
EOF'

# reboot
sudo reboot

Need help, have feedback, or need a question answered? We'd love to hear from you. Please email us.

Aaron HastingsJared PinkhamBrandon Bergman

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Source: http://opensource.org/licenses/ISC

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago