<?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: toolsque</title>
    <description>The latest articles on DEV Community by toolsque (@toolsque).</description>
    <link>https://dev.to/toolsque</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%2F3838560%2F27aa8838-7515-4189-a5c6-7c65ab10b340.png</url>
      <title>DEV Community: toolsque</title>
      <link>https://dev.to/toolsque</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/toolsque"/>
    <language>en</language>
    <item>
      <title>How I Built a WiFi QR Decoder for Inverted Codes</title>
      <dc:creator>toolsque</dc:creator>
      <pubDate>Sun, 22 Mar 2026 15:33:21 +0000</pubDate>
      <link>https://dev.to/toolsque/how-i-built-a-web-based-wifi-qr-decoder-to-solve-inverted-scan-failures-4kg6</link>
      <guid>https://dev.to/toolsque/how-i-built-a-web-based-wifi-qr-decoder-to-solve-inverted-scan-failures-4kg6</guid>
      <description>&lt;h1&gt;
  
  
  The Problem with Standard QR Scanners
&lt;/h1&gt;

&lt;p&gt;Most browser-based scanners struggle with dark-mode or "inverted" (white-on-black) QR codes. I faced this issue while building a suite of business utilities and decided to build a better solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Technical Fix
&lt;/h2&gt;

&lt;p&gt;By combining the &lt;strong&gt;ZXing&lt;/strong&gt; and &lt;strong&gt;jsQR&lt;/strong&gt; libraries, I created a hybrid decoding engine. This allows the tool to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Detect if a QR code is inverted.&lt;/li&gt;
&lt;li&gt;Process screenshots directly (no need for a phone camera).&lt;/li&gt;
&lt;li&gt;Extract WiFi credentials (SSID/Password) instantly.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Try it out
&lt;/h2&gt;

&lt;p&gt;I’ve launched this as a free utility on my platform. You can test the live version here:&lt;br&gt;
&lt;a href="https://toolsque.com/tools/qr-tools/wifi-qr-decoder" rel="noopener noreferrer"&gt;WiFi QR Decoder &amp;amp; Scanner&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear how you handle QR edge cases in your own projects!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>toolsque</category>
    </item>
  </channel>
</rss>
