OK, it took a while to arrive to Spain as it was sent from China, but the product was worth the wait!
Not only worked flawlessly with the Raspberry Pi (mine is mounted on the wall next to my desk, sometimes I put it behind my monitor as the enclosure is VESA-compatible, see previous post),
To enable the Raspberry Pi to connect to an AP with a static IP address, just add this to your /etc/network/interface file:
allow-hotplug wlan0 auto wlan0 iface wlan0 inet static address 192.168.1.232 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameserver 8.8.8.8 wpa-ssid "SSID-example-replace-yours-here" wpa-psk "replace-your-WPA-password"This will work as long as your AP has WPA/WPA2 security and is not hidden.
No comments:
Post a Comment