/raspi_dev

Primary LanguagePython

Some fun with Raspberry Pi

Links:
https://www.element14.com/community/docs/DOC-78141/l/identifying-your-model-of-raspberry-pi

Setting up the Virtual Enviroment for Python

Make a working directory; e.g. /var/working
change to that directory and run the following commands:
virtualenv venv or whatever "venv" you'd like to use. To keep things simple, we'll use "venv" for now. Once created, to active the python virtual environment run the following:
. ./var/working/venv/bin/activate

To deactive, run "deactive" from the ./bin directory.

##TODO:
Work on learning GPIO configs using Python
Work on NFS mounting
Work on Raspberry Pi cluster
Work on Docker for Raspberry Pi
Work on Swarm for Raspberry Pi
Work on Kubernetes for Raspberry Pi
Work on Ansible for Raspberry Pi Work on MineOS for Raspberry Pi
Work on MineCraft for Raspberry Pi

Things:
4 x Raspberry Pis