{"id":518,"date":"2020-03-29T23:16:50","date_gmt":"2020-03-29T22:16:50","guid":{"rendered":"http:\/\/www.adienicholls.co.uk\/blog\/?p=518"},"modified":"2020-03-29T23:30:23","modified_gmt":"2020-03-29T22:30:23","slug":"raspberry-pi-zero-w-quick-setup","status":"publish","type":"post","link":"http:\/\/www.adienicholls.co.uk\/blog\/raspberry-pi-zero-w-quick-setup\/","title":{"rendered":"Raspberry Pi Zero W Quick Setup"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Install the OS<\/h2>\n\n\n\n<p>Grab the lasted Raspbian Lite OS from <a href=\"https:\/\/www.raspberrypi.org\/downloads\/raspbian\/\">https:\/\/www.raspberrypi.org\/downloads\/raspbian\/<\/a> and burn it to an SD card. Once burnt, unmount and remount the SD card with the PC, this allows you to access the removal drive, now named &#8216;Boot&#8217;.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-3-enable-ssh\">Enable ssh<\/h2>\n\n\n\n<p>SSH is disabled by default. Place a blank text file with the name <em>ssh <\/em>onto the root of the SD card:<\/p>\n\n\n\n<ol><li>Load a Notepad\/++<\/li><li>Save, usual a filetype of any<\/li><li>Name the file <em>ssh <\/em>and save<\/li><li>Close the file<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-4-add-network-info\">Add WiFi before boot<\/h2>\n\n\n\n<p>To add network info you need to create a file called<em> wpa_supplicant.conf <\/em>and place that in the root SD card .<\/p>\n\n\n\n<ol><li> Load a Notepad\/++ <\/li><li>Copy\/Past the below code into a new blank file, updating the relivant info.<\/li><li>Save, with a filename of  <em>wpa_supplicant.conf <\/em>ensuring the file type is not .txt  <\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>  country=GB\n  ctrl_interface=DIR=\/var\/run\/wpa_supplicant GROUP=netdev\n  update_config=1\n\n  network={\n      ssid=\"NETWORK-NAME\"\n      psk=\"NETWORK-PASSWORD\"\n  }<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Install the OS Grab the lasted Raspbian Lite OS from https:\/\/www.raspberrypi.org\/downloads\/raspbian\/ and burn it to an SD card. Once burnt, unmount and remount the SD card with the PC, this allows you to access the removal drive, now named &#8216;Boot&#8217;. Enable ssh SSH is disabled by default. Place a blank text file with the name &hellip; <a href=\"http:\/\/www.adienicholls.co.uk\/blog\/raspberry-pi-zero-w-quick-setup\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Raspberry Pi Zero W Quick Setup<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","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\/518"}],"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=518"}],"version-history":[{"count":2,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/posts\/518\/revisions"}],"predecessor-version":[{"id":521,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/posts\/518\/revisions\/521"}],"wp:attachment":[{"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=518"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.adienicholls.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}