EmonPi
From OpenEnergyMonitor Wiki
Revision as of 18:08, 27 April 2014 by Glyn.hudson (Talk | contribs) (Created page with "Raspberry Pi Energy Monitoring Shield =Development Thread== [http://openenergymonitor.org/emon/node/3937 http://openenergymonitor.org/emon/node/3937] http://openenergymonit...")
Raspberry Pi Energy Monitoring Shield
Development Thread=
http://openenergymonitor.org/emon/node/3937 http://openenergymonitor.org/emon/node/3937 [G+ Development Photos Album]
Setting Up Wifi
Using How to Edimax EW-7811
$ sudo nano /etc/network/interfaces
Interfaces file looks like this. Commented out three lines and added the third lines at the bottom. auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
- iface wlan0 inet manual
- wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
- iface default inet dhcp
iface wlan0 inet dhcp wpa-ssid <YOUR SSID> wpa-psk <YOUR PASSPHRASE/KEY>
[CTRL] + [X] to save and exit nano
either reboot the Pi or just reboot the adapter
$ sudo ifdown wlan0; sudo ifup wlan0
Script to check for working wifi connection and restart wifi if needed https://github.com/dweeber/WiFi_Check