<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mister Frostee</title>
    <description>The latest articles on DEV Community by Mister Frostee (@mister_frostee).</description>
    <link>https://dev.to/mister_frostee</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F35254%2F5fbf8a05-47aa-47a2-a795-d98166f70744.jpg</url>
      <title>DEV Community: Mister Frostee</title>
      <link>https://dev.to/mister_frostee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mister_frostee"/>
    <language>en</language>
    <item>
      <title>RPi Zero - Headless Setup</title>
      <dc:creator>Mister Frostee</dc:creator>
      <pubDate>Thu, 22 Mar 2018 18:12:36 +0000</pubDate>
      <link>https://dev.to/mister_frostee/raspberry-pi-zero-w-headless-setup-2n8b</link>
      <guid>https://dev.to/mister_frostee/raspberry-pi-zero-w-headless-setup-2n8b</guid>
      <description>&lt;h4&gt;
  
  
  Intro
&lt;/h4&gt;

&lt;p&gt;This is my very first post on dev.to, and I hope you find it helpful. I purchased a Raspberry Pi Zero W in December 2017, and aside from plugging in the power adapter to check if the green light comes on, I haven't touched it since.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fraspi.tv%2Fwp-content%2Fuploads%2F2016%2F05%2FPi-Zero-1.3-top_1500.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fraspi.tv%2Fwp-content%2Fuploads%2F2016%2F05%2FPi-Zero-1.3-top_1500.jpg" title="Raspberry Pi Zero W ports" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When I first received it, I was surprised that there were two separate micro USB ports for power and USB input. I was also disappointed that it came with a mini HDMI port, because I didn't have mini-to-regular HDMI adapter or cable to connect a monitor. I knew it was possible to do a headless setup, but I never got around to it. I've been wanting to use &lt;a href="https://nodered.org/" rel="noopener noreferrer"&gt;Node-RED&lt;/a&gt; for some of my DIY electronics projects for quite some time now, and I figured I'd put off setting up the RPi long enough!&lt;/p&gt;

&lt;h4&gt;
  
  
  What is "headless" setup anyway?
&lt;/h4&gt;

&lt;p&gt;When you want to set up a device like the Raspberry Pi without using a display or a keyboard, you do a "headless" setup. This way of setting it up involves a few extra steps, as compared to how you'd normally go about it (i.e., with a display and input devices). &lt;/p&gt;

&lt;h4&gt;
  
  
  Step 1: Downloading the OS
&lt;/h4&gt;

&lt;p&gt;I first downloaded the Raspbian Stretch Lite operating system image from the &lt;a href="https://www.raspberrypi.org/downloads/raspbian/" rel="noopener noreferrer"&gt;Raspbian downloads page&lt;/a&gt;. Having decided that I'm going to do a headless setup, I figured I'd get the "Lite" version, which does not come with any desktop environments. I can always install one later, if necessary. The size of the image is 365.8 MB.&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 2: Write OS image to an SD card
&lt;/h4&gt;

&lt;p&gt;I like to use &lt;a href="https://etcher.io/" rel="noopener noreferrer"&gt;Etcher&lt;/a&gt; to write OS images to SD cards/USB drives. The GIF below shows you how quick and easy it is:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fetcher.io%2Fstatic%2Fscreenshot.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fetcher.io%2Fstatic%2Fscreenshot.gif" title="Using Etcher" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I used an old, class 4 SanDisk 16 GB micro SD card I had lying around with the official Raspberry Pi micro SD adapter. It took about 10 minutes to write the image to the SD card.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2Fha4Nsn1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2Fha4Nsn1.png" title="Micro SD card &amp;amp; adapter" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 3: Set up WiFi
&lt;/h4&gt;

&lt;p&gt;Without a monitor or any I/O devices connected, how are you supposed to connect the RPi to a wireless network? It's simple. With the SD card still plugged in and mounted, you create a file containing the SSID name and passkey of the network you want to connect to.&lt;/p&gt;

&lt;p&gt;Fire up the terminal, navigate to the SD card.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd /media/userName/boot
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Create a file called &lt;code&gt;wpa_supplicant.conf&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;touch wpa_supplicant.conf
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Open the file in your favourite text editor. Don't judge, I'm using nano because it's sufficient for doing something as simple as this.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;nano wpa_supplicant.conf
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add the following to the file:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;country=IN
update_config=1
ctrl_interface=/var/run/wpa_supplicant

network={
    ssid="mySSID"
    psk="my5up3rStr0ngP@sSw0Rd!"
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now what does all this mean? &lt;/p&gt;

&lt;p&gt;&lt;code&gt;country=IN&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This is quite self-explanatory. I'm specifying the country I'm using this device in (India) with its &lt;a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Decoding_table" rel="noopener noreferrer"&gt;ISO/IEC alpha2 code&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;&lt;code&gt;update_config=1&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The &lt;code&gt;update_config&lt;/code&gt; option used to allow wpa_supplicant to overwrite the current configuration, if there is a change in the configuration (e.g., new network block is added with wpa_cli or wpa_gui, or a password is changed). If this option is set to &lt;code&gt;0&lt;/code&gt;, then wpa_cli/wpa_gui will not be able to save the new settings.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ctrl_interface=/var/run/wpa_supplicant&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This parameter allows &lt;code&gt;wpa_supplicant&lt;/code&gt; to have a control interface that external programs (such as &lt;code&gt;wpa_cli&lt;/code&gt; or &lt;code&gt;wpa_gui&lt;/code&gt;) will use to read/modify configuration values. On Linux and BSD, a directory exists for UNIX domain sockets to listen to status information or configuration requests from command line or GUI programs. By default, this directory is &lt;code&gt;/var/run/wpa_supplicant&lt;/code&gt;, and &lt;code&gt;wpa_cli&lt;/code&gt; will use this path when it tries to connect with &lt;code&gt;wpa_supplicant&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;network={&lt;/code&gt;&lt;br&gt;
&lt;code&gt;ssid="mySSID"&lt;/code&gt;&lt;br&gt;
&lt;code&gt;psk="my5up3rStr0ngP@sSw0Rd!"&lt;/code&gt;&lt;br&gt;
&lt;code&gt;}&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This section is called the "network block". I've simply specified the SSID and passkey of the wireless network I want the RPi to connect to because my network setup is very simple (a mobile hotspot). However, if your network setup is more complicated, you will need to modify the network block to facilitate the connection. There are several network block options that you can set, as required. If you're interested in the juicy details, check out this &lt;a href="https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf" rel="noopener noreferrer"&gt;sample wpa_supplicant.conf file&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;What if you have multiple networks you want your RPi to be able to connect to, depending on where it is? You can have multiple network blocks!&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# Network 1
network={
    ssid="office"
    psk="officePassword"
}

# Network 2
network={
    ssid="home"
    psk="homePassword"
}

.
.
.

# Network N
network={
    ssid="workshop"
    psk="workshopPassword"
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It's not enough if the Raspberry Pi connects to my network. Unless explicitly specified, SSH remains disabled. To enable SSH, simply create an empty file called &lt;code&gt;ssh&lt;/code&gt; (no extension) in the &lt;code&gt;boot&lt;/code&gt; folder (&lt;code&gt;/media/userName/boot&lt;/code&gt;). When the Pi boots, it looks for the &lt;code&gt;ssh&lt;/code&gt; file. If found, SSH is enabled and the file is automatically deleted.&lt;/p&gt;

&lt;p&gt;All set! I ejected the SD card and popped it into my Raspberry Pi.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Notes&lt;/strong&gt;: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;I did all this in Linux. If you're on Windows, just open up the SD card in Windows Explorer and follow along. Instead of running the &lt;code&gt;touch&lt;/code&gt; and &lt;code&gt;nano&lt;/code&gt; commands, create a new file in a text editor. I strongly recommend you use a program that will convert your file line-endings from DOS to UNIX while saving. A great text editor for Windows that will do this for you is &lt;a href="https://notepad-plus-plus.org/download/v7.5.6.html" rel="noopener noreferrer"&gt;Notepad++&lt;/a&gt;. Alternately, if you have Cygwin, you can simply run &lt;code&gt;dos2unix&lt;/code&gt; on the file after saving it. Pay attention to the file extensions - you don't want your files to end up having a ".txt" extension!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The &lt;code&gt;wpa_supplicant.conf&lt;/code&gt; file will be moved to &lt;code&gt;/etc/wpa_supplicant/&lt;/code&gt; after the RPi boots up for the first time. If you want to add/modify your network settings, you need to make those changes to &lt;code&gt;wpa_supplicant.conf&lt;/code&gt; as with super user privileges at this location.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  Step 4: Finding the IP address
&lt;/h4&gt;

&lt;p&gt;I powered up the RPi, switched on my mobile hotspot and waited for a connection. Within a few seconds, the Raspberry Pi was connected. Okay, great. But how am I supposed to SSH to a device whose IP address I don't know? There are different ways to go about this:&lt;/p&gt;

&lt;h5&gt;
  
  
  1: On Linux, using &lt;code&gt;arp&lt;/code&gt;
&lt;/h5&gt;

&lt;p&gt;ARP stands for Address Resolution Protocol. The &lt;code&gt;arp&lt;/code&gt; command displays the Linux kernel's IPv4 network neighbour cache. Using this command, you can add, delete or modify the table. &lt;/p&gt;

&lt;p&gt;So &lt;code&gt;arp -a&lt;/code&gt; gave me this output:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;gateway (142.30.10.1) at ac:d3:9f:1c:ff:23 [ether] on wlp6s0
device1 (11.210.123.60) at 9b:4c:5e:65:4d:6e [ether] on enx9ce
? (142.30.10.4) at 23:c2:dc:ae:85:9f [ether] on wlp6s0
device2 (11.210.123.62) at f8:7d:23:8a:80:4e [ether] on enx9ce
device3 (11.210.123.65) at 0f:0f:0d:0e:ca:db [ether] on enx9ce
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Notice that instead of the standard &lt;code&gt;eth0&lt;/code&gt; and &lt;code&gt;wlan0&lt;/code&gt;, the interfaces are being displayed as &lt;code&gt;wlp6s0&lt;/code&gt; and &lt;code&gt;enx9ce&lt;/code&gt;. Starting with v197, system/udev started assigning predictable, stable network interface names for all local Ethernet, WLAN and WWAN interfaces. Here's all you need to know about &lt;a href="https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/" rel="noopener noreferrer"&gt;Predictable Network Interface Names&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;So anything that starts with "wl" is on wireless LAN, and anything that starts with "en" is on Ethernet. The "gateway" in the list above is the mobile phone that I used to create the hotspot. So that's not the IP I want. The only other item whose interface begins with a "wl" is the &lt;code&gt;?&lt;/code&gt;. I don't care that its name is a solitary &lt;code&gt;?&lt;/code&gt;, so I tried SSHing to 142.30.10.4. &lt;/p&gt;

&lt;p&gt;The &lt;code&gt;arp -a&lt;/code&gt; command works on Windows too (surprise!), but unlike Linux, the output shows every other system your computer is aware of or has talked to in the past. Note, the list may not be complete - some devices will get added to the list only after your computer has pinged them and received a response.&lt;/p&gt;

&lt;h5&gt;
  
  
  2: From your router
&lt;/h5&gt;

&lt;p&gt;Another way to go about finding the IP address of the Raspberry Pi would be to open up the router's administration page and look at the list of connected devices. Even if you can't see the actual hostname of the device, you should be able to narrow down the IPs you need to try SSHing to. I set up the hotspot on an iPhone, which unfortunately, does not let you see the IP addresses assigned to the connected devices. If you're using an Android phone, it should be possible to view the IP addresses of each connected device.&lt;/p&gt;

&lt;h4&gt;
  
  
  Step 5: Making the SSH connection
&lt;/h4&gt;

&lt;p&gt;I connected to the RPi as follows:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ssh pi@142.30.10.4
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And I was greeted with this message:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;The authenticity of host '142.30.10.4 (142.30.10.4)' can't be established.
RSA key fingerprint is 80:6c:7e:a3:cd:2b:60:9d:55:b8:4d:3e:d3:f8:e1:32.
Are you sure you want to continue connecting (yes/no)? 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Success! I replied with &lt;code&gt;yes&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Warning: Permanently added '142.30.10.4' (RSA) to the list of known hosts.
pi@142.30.10.4's password: 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The default username and password for a fresh install of Raspbian are &lt;code&gt;pi&lt;/code&gt; and &lt;code&gt;raspberry&lt;/code&gt;, respectively. &lt;/p&gt;

&lt;h4&gt;
  
  
  Step 6: Initial setup
&lt;/h4&gt;

&lt;p&gt;The first thing you want to do after logging in is change the default password. You can do this with the &lt;code&gt;passwd&lt;/code&gt; command. You will be asked for your current password, after which you will have to enter your new password.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pi@raspberrypi:~ $ passwd
Changing password for pi.
(current) UNIX password:
Enter new UNIX password:
Retype new UNIX password:
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The base OS image is sized such that it takes as little space as possible on the SD card. A full installation of Raspbian comes to around 4 GB. All the extra space available in larger SD cards gets wasted if the filesystem is not explicitly expanded. So, I then ran the command: &lt;code&gt;sudo raspi-config&lt;/code&gt;, which brings this up:&lt;/p&gt;

&lt;p&gt;![alt text](&lt;a href="http://42bots.com/wp-content/uploads/2015/03/raspi-config-01.jpg" rel="noopener noreferrer"&gt;http://42bots.com/wp-content/uploads/2015/03/raspi-config-01.jpg&lt;/a&gt; "The raspi-config screen)&lt;/p&gt;

&lt;p&gt;Here, I selected the very first option - &lt;code&gt;Expand Filesystem&lt;/code&gt;. To understand what exactly this does, read the &lt;a href="https://raspberrypi.stackexchange.com/questions/55857/what-does-raspi-configs-expand-filesystem-option-do" rel="noopener noreferrer"&gt;second answer&lt;/a&gt; to this question on the Raspberry Pi StackExchange.&lt;/p&gt;

&lt;p&gt;Next, I set the locale and timezone as follows:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo dpkg-reconfigure locales
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The Raspberry Pi Foundation is a UK-based charity foundation. So, the default locale is English - UK. The default timezone and keyboard layout pertain to the UK as well. In the list of locales displayed, unselect &lt;code&gt;en_GB.UTF-8 UTF-8&lt;/code&gt;, select &lt;code&gt;en_US.UTF-8 UTF-8&lt;/code&gt; instead, and hit 'OK'. Confirm your selection and wait for locale generation to complete.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Funix.cafe%2Fwp%2Fwp-content%2Fuploads%2F2016%2F09%2Flc_locales.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Funix.cafe%2Fwp%2Fwp-content%2Fuploads%2F2016%2F09%2Flc_locales.png" title="Setting the locale" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2FJp795pk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2FJp795pk.png" title="Confirming the locale" alt="alt text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I then reconfigured the keyboard layout as follows:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo dpkg-reconfigure keyboard-configuration
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The locale I just set gets used for this, and there is no output.&lt;/p&gt;

&lt;p&gt;Finally, I set the timezone as follows:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo dpkg-reconfigure tzdata
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here, I selected Asia, and then Kolkata.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fabdussamad.com%2Ffiles%2F2013%2F02%2Ftzdata-reconfigure.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fabdussamad.com%2Ffiles%2F2013%2F02%2Ftzdata-reconfigure.jpeg" title="Geographic location" alt="alt text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Current default time zone: 'Asia/Kolkata'
Local time is now:      Thu Mar 22 16:32:44 IST 2018.
Universal Time is now:  Thu Mar 22 11:02:44 UTC 2018.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And that's about it! &lt;/p&gt;

&lt;h4&gt;
  
  
  Next steps
&lt;/h4&gt;

&lt;p&gt;I found it very annoying that I needed to run the &lt;code&gt;arp&lt;/code&gt; command each time I wanted to find the Pi's IP address. Or, I'd have to open up the router administration page to look it up. Or, I'd have to configure it with a static IP address. &lt;/p&gt;

&lt;p&gt;So, I decided that I'd write a script that would run on the RPi, that would send me an email specifying the SSID and IP address as soon as it gets connected. I will talk about how I did this in my next post.&lt;/p&gt;

&lt;p&gt;I look forward to your comments/feedback on my post. &lt;/p&gt;

</description>
      <category>raspberrypi</category>
      <category>headless</category>
      <category>setup</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
