<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I can&#x27;t use ATOMIC Barcode&#x2F;QR-Code Scanner 2 Base after factory reset]]></title><description><![CDATA[<p dir="auto">I'd like to use ATOMIC Barcode/QR-Code Scanner 2 Base via ATOM Matrix.</p>
<p dir="auto">Before the factory reset, I was able to communicate with the module through uart.</p>
<pre><code>uart = UART(1, 115200, rx=Pin(22), tx=Pin(19))
uart.init(115200, bits=7, parity=None, stop=1, timeout=100)
</code></pre>
<p dir="auto">However, after sending the facotory reset command, we could not communicate with the module at all.</p>
<pre><code>uart.write(bytes([0x32, 0x76, 0x01]))
</code></pre>
<p dir="auto">Does anyone know how to solve this problem?</p>
]]></description><link>https://community.m5stack.com/topic/7200/i-can-t-use-atomic-barcode-qr-code-scanner-2-base-after-factory-reset</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 14:12:45 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7200.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Jan 2025 14:35:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I can&#x27;t use ATOMIC Barcode&#x2F;QR-Code Scanner 2 Base after factory reset on Tue, 08 Apr 2025 18:45:02 GMT]]></title><description><![CDATA[<p dir="auto">Meanwhile I can confirm that the method described by <a class="plugin-mentions-user plugin-mentions-a" href="/user/kuriko" aria-label="Profile: kuriko">@<bdi>kuriko</bdi></a> worked for me 100%!<br />
I had two "bricked" QR-Code2 scanners and both are alive again!</p>
]]></description><link>https://community.m5stack.com/post/28834</link><guid isPermaLink="true">https://community.m5stack.com/post/28834</guid><dc:creator><![CDATA[Scotty42]]></dc:creator><pubDate>Tue, 08 Apr 2025 18:45:02 GMT</pubDate></item><item><title><![CDATA[Reply to I can&#x27;t use ATOMIC Barcode&#x2F;QR-Code Scanner 2 Base after factory reset on Thu, 27 Mar 2025 20:56:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuriko" aria-label="Profile: kuriko">@<bdi>kuriko</bdi></a> Thanks! Principle is understood: &lt;AW&gt; is the barcode prefix equivalent for "configure write" which when sent over serial would be "21".  "424000" is the code for setting the comms interface to RS232. So it seems as if the factory reset code sets the comms interface to something else than RS232.</p>
<p dir="auto">Do you by any chance also have the barcode prefix equivalents for "Configure read 0x23", "Control instruction 0x32",  "Status reads 0x43" or point to any document where this is explained ?</p>
<p dir="auto">I currently don't have access to the "bricked" QR-Code Scanner but I will test and report back as soon as possible!</p>
]]></description><link>https://community.m5stack.com/post/28695</link><guid isPermaLink="true">https://community.m5stack.com/post/28695</guid><dc:creator><![CDATA[Scotty42]]></dc:creator><pubDate>Thu, 27 Mar 2025 20:56:17 GMT</pubDate></item><item><title><![CDATA[Reply to I can&#x27;t use ATOMIC Barcode&#x2F;QR-Code Scanner 2 Base after factory reset on Fri, 21 Mar 2025 06:06:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hw101" aria-label="Profile: HW101">@<bdi>HW101</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/scotty42" aria-label="Profile: Scotty42">@<bdi>Scotty42</bdi></a><br />
pull the TRIG pin low and scan this barcode<br />
<img src="/assets/uploads/files/1742537195503-bad5272e-aaac-47df-857b-c6d130524d36-image.png" alt="bad5272e-aaac-47df-857b-c6d130524d36-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/28583</link><guid isPermaLink="true">https://community.m5stack.com/post/28583</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Fri, 21 Mar 2025 06:06:36 GMT</pubDate></item><item><title><![CDATA[Reply to I can&#x27;t use ATOMIC Barcode&#x2F;QR-Code Scanner 2 Base after factory reset on Thu, 20 Mar 2025 21:26:34 GMT]]></title><description><![CDATA[<p dir="auto">Same here. I'm using it with the M5 Atom Lite.<br />
By pulling the TRIG PIN low, the module can still be activated. It also recognizes QR Codes.<br />
But serial communication is broken, I2C is not supported.</p>
<p dir="auto">BR Scotty42</p>
]]></description><link>https://community.m5stack.com/post/28577</link><guid isPermaLink="true">https://community.m5stack.com/post/28577</guid><dc:creator><![CDATA[Scotty42]]></dc:creator><pubDate>Thu, 20 Mar 2025 21:26:34 GMT</pubDate></item></channel></rss>