https://github.com/harmon25/pi_scripts
pi_scripts
https://github.com/harmon25/pi_scripts
Last synced: 3 months ago
JSON representation
pi_scripts
- Host: GitHub
- URL: https://github.com/harmon25/pi_scripts
- Owner: harmon25
- License: apache-2.0
- Created: 2015-01-18T21:46:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T05:01:19.000Z (about 11 years ago)
- Last Synced: 2024-04-17T03:08:50.347Z (about 2 years ago)
- Language: Python
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pi_scripts
pi_scripts
## Requirements
### General for Raspberry
```shell
apt-get install python git python-dev python-pip
pip install python-rpi.gpio
```
### General for Banana
```shell
apt-get install python git python-dev
git clone git@github.com:LeMaker/RPi.GPIO_BP.git
cd RPi.GPIO_BP
python setup.py install
sudo python setup.py install
```
### Requirements for GPS Scripts
- A GPS module, and cgps working properly
```shell
apt-get install gpsd gpsd-clients
```