Last active
August 29, 2015 14:01
-
-
Save vallettea/a492d517af7ef0f553aa to your computer and use it in GitHub Desktop.
Rasbperry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## wifi config | |
| sudo iwconfig wlan0 essid freebox_vallem key s:xxxx | |
| sudo vim /etc/wpa_supplicant/wpa_supplicant.conf | |
| sudo apt-get install python-pip | |
| sudo apt-get install screen | |
| pip install rpi.gpio ipython | |
| # http://mchobby.be/wiki/index.php?title=Rasp-Hack-PiAnalog | |
| # https://learn.adafruit.com/thermistor/using-a-thermistor | |
| # http://pi4j.com/example/listener.html | |
| # https://github.com/dragisak/akka-raspberry-pi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment