Skip to content

Instantly share code, notes, and snippets.

@SteveAmor
Last active April 5, 2017 12:17
Show Gist options
  • Save SteveAmor/8e9bc09d440f2ece2d82201fe1c38c37 to your computer and use it in GitHub Desktop.
Save SteveAmor/8e9bc09d440f2ece2d82201fe1c38c37 to your computer and use it in GitHub Desktop.
# Normal and CEEDS
sudo apt-get update
sudo apt-get -y install mu
sudo apt-get -y install arduino
# For "Mapping the Weather"
sudo apt-get -y install python3-matplotlib
wget https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz
tar -xvf v1.0.7rel.tar.gz
cd basemap-1.0.7rel/
cd geos-3.3.3/
export GEOS_DIR=/usr/local
./configure --prefix=$GEOS_DIR
make
sudo make install
cd ..
sudo python3 setup.py install
# For "Weather Station Dashboard"
sudo pip3 install --pre scratch
# For NeoPixel - Not CEED
sudo pip3 install rpi_ws281x
# Example code - https://github.com/bennuttall/neopixel-examples
Set screen saver timeout to a large number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment