<?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[QRCode2 is hot]]></title><description><![CDATA[<p dir="auto">Hi, I’m using the AtomS3 Lite with the QRCode2 Base.<br />
The QRCode2 draws a high current of around 170 mA at 5 V and starts to heat up after a few minutes, even in pulse mode.</p>
<p dir="auto">Is this normal?<br />
Is there any way to reduce its power consumption?</p>
<p dir="auto">Tomas</p>
]]></description><link>https://community.m5stack.com/topic/7620/qrcode2-is-hot</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 03:46:52 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7620.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Jun 2025 16:34:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QRCode2 is hot on Wed, 18 Jun 2025 16:39:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/290474">@yuyun2000</a><br />
Hi, I used the chat, but it didn’t help.</p>
<p dir="auto">I’m using a similar code with Pulse mode:</p>
<p dir="auto">AtomS3 Lite + QRCode2 Base = 230mA<br />
AtomS3 Lite + QRCode1.1 Base = 75mA</p>
<p dir="auto">That’s too big of a difference when using a battery.</p>
<pre><code>import os, sys, io
import M5
from M5 import *
import time
from base import AtomicQRCode2Base

base_qrcode2 = None

def setup():
  global base_qrcode2, data

  M5.begin()
  base_qrcode2 = AtomicQRCode2Base(2, 5, 6, 7)
  base_qrcode2.set_trigger_mode(base_qrcode2.TRIGGER_MODE_PULSE)
  base_qrcode2.set_trig(0)
  time.sleep_ms(30)
  base_qrcode2.set_trig(1)
  print('take measurements')


def loop():
  global base_qrcode2, data
  time.sleep_ms(30)

</code></pre>
]]></description><link>https://community.m5stack.com/post/29272</link><guid isPermaLink="true">https://community.m5stack.com/post/29272</guid><dc:creator><![CDATA[glabasnat]]></dc:creator><pubDate>Wed, 18 Jun 2025 16:39:16 GMT</pubDate></item><item><title><![CDATA[Reply to QRCode2 is hot on Wed, 18 Jun 2025 09:41:16 GMT]]></title><description><![CDATA[<p dir="auto">170 mA at 5V does seem a bit high for QRCode2. Some heating is normal, especially under continuous or pulse operation. To reduce power consumption, try lowering the duty cycle or reducing the brightness if possible. Also, check if firmware updates offer power-saving modes. Good ventilation or a small heat sink can help with heat dissipation too. If it keeps overheating, it might be worth contacting the manufacturer for advice or possible defects.</p>
]]></description><link>https://community.m5stack.com/post/29293</link><guid isPermaLink="true">https://community.m5stack.com/post/29293</guid><dc:creator><![CDATA[hacxx]]></dc:creator><pubDate>Wed, 18 Jun 2025 09:41:16 GMT</pubDate></item><item><title><![CDATA[Reply to QRCode2 is hot on Wed, 18 Jun 2025 09:18:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/275852">@glabasnat</a><br />
The Atomic QRCode2 Base (SKU: A133-B) typically draws a working current of around 174.18 mA at 5V when connected to an Atom-Lite. Your observation of 170 mA is within the expected range, so this behavior is normal.<br />
However, if the device is heating up significantly, you can try the following to reduce power consumption:</p>
<p dir="auto">Use Pulse Mode: Ensure you are using the TRIGGER_MODE_PULSE mode to minimize continuous power draw.<br />
Adjust Lighting: Reduce the brightness of the fill light (set_fill_light_brightness) or turn it off when not needed (FILL_LIGHT_OFF).<br />
Limit Continuous Operation: Avoid prolonged continuous scanning by using shorter decode delays (set_decode_delay).</p>
<p dir="auto">If the issue persists, check for firmware updates or ensure proper ventilation around the device.</p>
<p dir="auto"><a href="https://chat.m5stack.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://chat.m5stack.com/</a></p>
]]></description><link>https://community.m5stack.com/post/29271</link><guid isPermaLink="true">https://community.m5stack.com/post/29271</guid><dc:creator><![CDATA[yuyun2000]]></dc:creator><pubDate>Wed, 18 Jun 2025 09:18:35 GMT</pubDate></item></channel></rss>