{"id":631,"date":"2015-07-07T14:13:27","date_gmt":"2015-07-07T14:13:27","guid":{"rendered":"http:\/\/www.tech-g.com\/?p=631"},"modified":"2025-09-06T04:39:33","modified_gmt":"2025-09-06T04:39:33","slug":"connecting-the-raspberry-pi-to-a-wifi-network-with-a-static-ip","status":"publish","type":"post","link":"https:\/\/www.voodoo.business\/blog\/2015\/07\/07\/connecting-the-raspberry-pi-to-a-wifi-network-with-a-static-ip\/","title":{"rendered":"Connecting the raspberry pi to a wifi network with a static IP"},"content":{"rendered":"\n<p>This is a simple thing, there is nothing special about the PI, first, connect it to a wireless dongle (USB is your only option anyways), then create a file with your network settings, because of the scenario this is written for, and it is written as a reference for someone, I will connect it to an android hotspot, the subnet here is specific to android, others should use your own according to their router.<\/p>\n\n\n\n<p>1- create the following file at \/etc\/wpa_supplicant\/wpa_supplicant.conf<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">network={\nssid=\"isam\"\npsk=\"abcabc1234\"\nproto=RSN\nkey_mgmt=WPA-PSK\npairwise=CCMP\nauth_alg=OPEN\n}\n<\/pre>\n\n\n\n<p>Now, modify the file \/etc\/network\/interfaces<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>For Signal quality and other relevant information, use the following command<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">iwconfig<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a simple thing, there is nothing special about the PI, first, connect it to a wireless dongle (USB is your only option anyways), then create a file with your network settings, because of the scenario this is written for, and it is written as a reference for someone, I will connect it to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,9,217],"tags":[],"class_list":["post-631","post","type-post","status-publish","format-standard","hentry","category-linux","category-pc-hardware","category-raspberry-pi"],"_links":{"self":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/comments?post=631"}],"version-history":[{"count":2,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/631\/revisions"}],"predecessor-version":[{"id":3152,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/631\/revisions\/3152"}],"wp:attachment":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/media?parent=631"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/categories?post=631"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/tags?post=631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}