<?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: Predrag Mijatovic</title>
    <description>The latest articles on DEV Community by Predrag Mijatovic (@predmijat).</description>
    <link>https://dev.to/predmijat</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%2F968541%2F4b4d4850-3677-4a0c-b421-ebcc9097e488.png</url>
      <title>DEV Community: Predrag Mijatovic</title>
      <link>https://dev.to/predmijat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/predmijat"/>
    <language>en</language>
    <item>
      <title>Joining a Wi-Fi network with style!</title>
      <dc:creator>Predrag Mijatovic</dc:creator>
      <pubDate>Thu, 08 Dec 2022 09:10:41 +0000</pubDate>
      <link>https://dev.to/predmijat/joining-a-wi-fi-network-with-style-29ki</link>
      <guid>https://dev.to/predmijat/joining-a-wi-fi-network-with-style-29ki</guid>
      <description>&lt;p&gt;If you need a guest Wi-Fi network for your home, office, or a coffee shop, you might as well do it with style!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/APTqu29ApRc" rel="noopener noreferrer"&gt;https://youtu.be/APTqu29ApRc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You'll need a Wi-Fi network (:D) and a small computer screen - I used Raspberry Pi Pico with a 64x128 pixels display.&lt;/p&gt;

&lt;p&gt;To generate a QR Code that will be recognized by your phone, the string you encode must be in a proper format:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;WIFI:S:&amp;lt;SSID&amp;gt;;T:&amp;lt;WEP|WPA|blank&amp;gt;;P:&amp;lt;PASSWORD&amp;gt;;H:&amp;lt;true|false|blank&amp;gt;;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Depending on your screen size, you might have to adjust the SSID + password length, so that QR Code can be displayed on a screen that size.&lt;/p&gt;

&lt;p&gt;Depending on which SBC you use, the code to display the QR Code will be different, but for Pico I used MicroPython.&lt;/p&gt;

&lt;p&gt;Detailed instructions and a few tricks available at &lt;a href="https://github.com/predmijat/qr_wifi" rel="noopener noreferrer"&gt;https://github.com/predmijat/qr_wifi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope you like it!&lt;/p&gt;

</description>
      <category>community</category>
      <category>welcome</category>
    </item>
  </channel>
</rss>
