{"id":97,"date":"2020-11-22T14:04:16","date_gmt":"2020-11-22T14:04:16","guid":{"rendered":"http:\/\/blog.tutschonwieder.net\/?p=97"},"modified":"2020-11-22T14:04:16","modified_gmt":"2020-11-22T14:04:16","slug":"raspberry-pi-headless-wifi-setup","status":"publish","type":"post","link":"https:\/\/blog.tutschonwieder.net\/index.php\/2020\/11\/22\/raspberry-pi-headless-wifi-setup\/","title":{"rendered":"Raspberry Pi headless WiFi setup"},"content":{"rendered":"\n<p>Setting up a Raspberry Pi for headless WiFi setup is done in two simple steps:<\/p>\n\n\n\n<p>Place an empty file named <code>ssh<\/code> on the boot partition of the SD-card<\/p>\n\n\n\n<p>Create the file wpa_supplicant.conf in the boot partition with the following contents:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ctrl_interface=DIR=\/var\/run\/wpa_supplicant GROUP=netdev\nupdate_config=1\ncountry=DE #set your country code here\n\nnetwork={\n ssid=\"SSID\"\n psk=\"WIFI PASSWORD\"\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Setting up a Raspberry Pi for headless WiFi setup is done in two simple steps: Place an empty file named ssh on the boot partition of the SD-card Create the file wpa_supplicant.conf in the boot partition with the following contents:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false},"categories":[4,17],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/posts\/97"}],"collection":[{"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/comments?post=97"}],"version-history":[{"count":1,"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/posts\/97\/revisions"}],"predecessor-version":[{"id":98,"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/posts\/97\/revisions\/98"}],"wp:attachment":[{"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/media?parent=97"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/categories?post=97"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.tutschonwieder.net\/index.php\/wp-json\/wp\/v2\/tags?post=97"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}