{"id":12440,"date":"2017-01-04T11:37:42","date_gmt":"2017-01-04T06:07:42","guid":{"rendered":"http:\/\/blog.taragana.com\/?p=12440"},"modified":"2017-01-04T11:37:42","modified_gmt":"2017-01-04T06:07:42","slug":"how-to-easily-configure-wifi-in-raspberry-pi","status":"publish","type":"post","link":"https:\/\/blog.taragana.com\/how-to-easily-configure-wifi-in-raspberry-pi-12440","title":{"rendered":"How to Easily Configure WiFi in Raspberry Pi"},"content":{"rendered":"

Any version of Raspberry Pi can be very easily configured with WiFi access. Coupled with ssh or vnc, it allows you to manage your Pi remotely. Here is the simplest way I could think of, illustrated by a screenshot and detailed below.
\nOnce your Raspberry Pi boots up, you will get to this shiny screen. Now open a Terminal by clicking on the black square icon on top-left of the screen.\"Screenshot
\nThis opens a Terminal where you type in:
\nsudo leafpad \/etc\/network\/interfaces
\nThis opens up a notepad-like editor. Make three changes to the text as shown in the highlighted section:<\/p>\n

    \n
  1. Change manual to dhcp in the line starting with “iface wlan0”<\/li>\n
  2. Replace wifi_id with the Wireless Access ID \/ SSID<\/li>\n
  3. Replace password with your actual password for Wireless Access<\/li>\n<\/ol>\n

    Now save it (Ctrl-S) like notepad and exit it. The terminal should still remain open.
    \nNow either reboot the Pi or restart the network with the following command on Terminal (don’t forget to press <Enter> after you typed):
    \nsudo service networking restart
    \nWait for a few minutes for the WiFi to come up. On latest Raspbian with PIXEL, you can verify by seeing the two blue arrows in opposite direction, as can be seen from the screenshot.<\/p>\n","protected":false},"excerpt":{"rendered":"

    Any version of Raspberry Pi can be very easily configured with WiFi access. Coupled with ssh or vnc, it allows you to manage your Pi remotely. Here is the simplest way I could think of, illustrated by a screenshot and detailed below. Once your Raspberry Pi boots up, you will get to this shiny screen. […]<\/p>\n","protected":false},"author":1,"featured_media":12441,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[6,12],"tags":[87,88],"_links":{"self":[{"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/posts\/12440"}],"collection":[{"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/comments?post=12440"}],"version-history":[{"count":0,"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/posts\/12440\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.taragana.com\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/media?parent=12440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/categories?post=12440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.taragana.com\/wp-json\/wp\/v2\/tags?post=12440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}