{"id":231,"date":"2016-03-24T01:19:09","date_gmt":"2016-03-24T01:19:09","guid":{"rendered":"http:\/\/www.adienicholls.co.uk\/blogs\/?p=231"},"modified":"2017-03-11T06:28:35","modified_gmt":"2017-03-11T06:28:35","slug":"raspberry-pi-wifi-config","status":"publish","type":"post","link":"http:\/\/www.adienicholls.co.uk\/blog\/raspberry-pi-wifi-config\/","title":{"rendered":"Raspberry Pi WiFi Config"},"content":{"rendered":"<p>Below are instructions on how to configure a wifi adapter on the Raspberry Pi.<\/p>\n<p>O\/S &#8211; Raspbian Jessie Lite<\/p>\n<p><!--more--><\/p>\n<ol>\n<li>Login to the RPi\u00a0 (username:pi password:raspberry)<\/li>\n<li>Input the following string, this loads the wifi config file into a text editor;\n<pre><code><\/code><code>sudo nano \/etc\/wpa_supplicant\/wpa_supplicant.conf<\/code><\/pre>\n<\/li>\n<li>The config file should already have something like the below in it;\n<pre>country=GB\r\nctrl_interface=DIR=\/var\/run\/wpa_supplicant GROUP=netdev\r\nupdate_config=1<\/pre>\n<\/li>\n<li>Add the below lines into the config file, replacing the XXXX&#8217;s with your WiFi info;\n<pre>network={\r\n          ssid=\"XXXX\"\r\n          psk=\"XXXX\"\r\n}<\/pre>\n<\/li>\n<li>So, once the new lines have been added, you config file will look like this;\n<pre>country=GB\r\nctrl_interface=DIR=\/var\/run\/wpa_supplicant GROUP=netdev\r\nupdate_config=1\r\n               network={\r\n                        ssid=\"40RR\"\r\n                        psk=\"xxxxxxxx\"\r\n}<\/pre>\n<\/li>\n<li>To close the editor and save the file, press Ctrl and X then select &#8216;Y&#8217; and then the &#8216;Enter&#8217; key.<\/li>\n<li>The system should recognize the config change and connect with wifi adapter after a couple of seconds, it it doesnt &#8211; restart the Pi using the following command.<\/li>\n<\/ol>\n<p><!--more--><\/p>\n<pre>sudo reboot<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Below are instructions on how to configure a wifi adapter on the Raspberry Pi. O\/S &#8211; Raspbian Jessie Lite<\/p>\n","protected":false},"author":2,"featured_media":232,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,88],"tags":[],"_links":{"self":[{"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/posts\/231"}],"collection":[{"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=231"}],"version-history":[{"count":8,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/posts\/231\/revisions"}],"predecessor-version":[{"id":299,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/posts\/231\/revisions\/299"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/media\/232"}],"wp:attachment":[{"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=231"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}