Mittwoch, 8. April 2015

session 3: breadboards angekommen

nmap windows download und install:
https://nmap.org/download.html



mehrere wlan konfiguration ubuntu:
http://wiki.ubuntuusers.de/WLAN/wpa_supplicant


java installieren falls notwendig:
sudo apt-cache search java
sudo apt-get install <paketname> <paketname> <paketname>


howto java + tomcat:
http://www.element14.com/community/community/raspberry-pi/raspberrypi_projects/blog/2014/05/02/tomcat-on-my-pi


pi4j install && tool:
http://pi4j.com/utility/pi4j.html
http://pi4j.com/install.html

besser install per wget und dpkg (da die andere Installation per curl DOS formatiert ist  ^M):
mkdir test
cd test
wget http://get.pi4j.com/download/pi4j-1.1-SNAPSHOT.deb
sudo dpkg --install pi4j-1.1-SNAPSHOT.deb


GPIO Port belegung:
http://pi4j.com/pins/model-2b-rev1.html


Beispiel 1 LED leuchten lassen:
nano /opt/pi4j/examples/ControlGpioExample.java
pi4j --compile /opt/pi4j/examples/ControlGpioExample.java
#+ javac -classpath '.:classes:*:classes:/opt/pi4j/lib/*' -d . /opt/pi4j/examples/ControlGpioExample.java
pi4j --run ControlGpioExample





Pi getoastet und riecht komisch: 
@Christian: Bitte Sensor mitbringen.














Keine Kommentare:

Kommentar veröffentlichen