dwyl / learn-iot

:seedling: Learn how to build Internet of Things (IoT) Apps using Arduino and/or Raspberry Pi in plain old JavaScript!
13 stars 1 forks source link

Getting WiFi sorted on Raspberry Pi 2 #9

Open mk4111 opened 7 years ago

mk4111 commented 7 years ago

Ran into a probelm with getting WiFi to connect on Raspberry Pi 2 using the Edimax EW-7811Un USB WiFi Adapter, and wanted to document the issue/solution!

Below are the links used to figure out the answer: -http://superuser.com/questions/413818/ipv6-address-not-setting -https://www.reddit.com/r/raspberry_pi/comments/3s11vd/help_needed_to_connect_raspberrypi_to_wifi_with_a/ -http://raspberrypi.stackexchange.com/questions/38424/wifi-not-working-on-raspbian-jessie -https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=66656 -http://raspberrypihq.com/how-to-add-wifi-to-the-raspberry-pi/ -http://www.savagehomeautomation.com/projects/raspberry-pi-installing-the-edimax-ew-7811un-usb-wifi-adapte.html

Adding all these links in here; although the issue seems to have been fixed by a certain snippet of code in a config file, I do still wonder whether some of the tinkering with other parts of the code might have had some role in fixing this issue, or other issues that I unknowingly had which impacted this solution.

Will follow up with the solution (which seems to just be an) 'update' to the config shortly!

nelsonic commented 7 years ago

@mk4111 we're happy to order you a Pi 3 which includes Wifi and you can use the Pi 2 on Ethernet... let us know and I'll order it for when you're next in the office. or even send it to your house!

mk4111 commented 7 years ago

@nelsonic - thank you! I've actually also got a Pi 3, but wanted to get things working on a 'lower' version so this was probably just a bad decision on my side of things! The issue is sorted, I just need to transfer over the details of the config files to explicitly state what exactly I changed! Hope that's ok!