<?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[Bases]]></title><description><![CDATA[Bases]]></description><link>https://community.m5stack.com/category/31</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 05:48:56 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/category/31.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Feb 2026 12:54:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Atomic Motion Base in UIFlow2: Pulse width limits]]></title><description><![CDATA[<p dir="auto">For the Atomic Motion Base in UIFlow2, the motion.get_servo_pulse() and motion.write_servo_pulse() functions are available. The pulse width range is currently limited to 500~2500 microseconds.<br />
I would like to request support for setting pulse values outside of this range. The reason is that there are dual-mode servos on the market where:</p>
<p dir="auto">The 500~2500 range controls the standard angular position<br />
The 3000~5000 range configures continuous rotation speed</p>
<p dir="auto">Are there any recommendations or workarounds for using these specialized dual-mode servos with the Atomic Motion Base?</p>
]]></description><link>https://community.m5stack.com/topic/8094/atomic-motion-base-in-uiflow2-pulse-width-limits</link><guid isPermaLink="true">https://community.m5stack.com/topic/8094/atomic-motion-base-in-uiflow2-pulse-width-limits</guid><dc:creator><![CDATA[10sor]]></dc:creator><pubDate>Sat, 21 Feb 2026 12:54:58 GMT</pubDate></item><item><title><![CDATA[UIFlow 2.0 support on Base X]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">I just purchase Base X connect with M5Stack FIRE, but I just realize that UIFlow 2.0 did not support Base X.</p>
<p dir="auto">Is there have any plan for UIFlow 2.0 to support Base X in the near future?</p>
]]></description><link>https://community.m5stack.com/topic/7929/uiflow-2-0-support-on-base-x</link><guid isPermaLink="true">https://community.m5stack.com/topic/7929/uiflow-2-0-support-on-base-x</guid><dc:creator><![CDATA[watermelon]]></dc:creator><pubDate>Tue, 02 Dec 2025 13:37:59 GMT</pubDate></item><item><title><![CDATA[In UIFlow 2.35, the Atom Base485 block does not expose the uart variable required  to initialize Modbus RTU.]]></title><description><![CDATA[<p dir="auto">Code produced is:<br />
base_rs485 = AtomRS485(2, baudrate=115200, bits=8, parity=None, stop=1, tx=5, rx=6, txbuf=256, rxbuf=256, timeout=0, timeout_char=0, invert=0, flow=0)<br />
modbusrtumaster_0 = modbus.ModbusRTUMaster(uart=_, verbose=False)</p>
<p dir="auto">The Base485 init block dose not return a variable, so custom code is required to init modbus.</p>
<p dir="auto">Am I missing something?</p>
<p dir="auto"><img src="/assets/uploads/files/1759361253242-62277a82-3601-4982-9322-895ba3993ba1-image.png" alt="62277a82-3601-4982-9322-895ba3993ba1-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/7839/in-uiflow-2-35-the-atom-base485-block-does-not-expose-the-uart-variable-required-to-initialize-modbus-rtu</link><guid isPermaLink="true">https://community.m5stack.com/topic/7839/in-uiflow-2-35-the-atom-base485-block-does-not-expose-the-uart-variable-required-to-initialize-modbus-rtu</guid><dc:creator><![CDATA[dlhawley]]></dc:creator><pubDate>Wed, 01 Oct 2025 23:29:50 GMT</pubDate></item><item><title><![CDATA[ATOMIC PoE Base W5500 POE+DHCP doesn&#x27;t work]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/275769">@xgonc</a></p>
<p dir="auto">no, I did not try any other Ethernet library.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/topic/7659/atomic-poe-base-w5500-poe-dhcp-doesn-t-work</link><guid isPermaLink="true">https://community.m5stack.com/topic/7659/atomic-poe-base-w5500-poe-dhcp-doesn-t-work</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 06 Jul 2025 23:50:16 GMT</pubDate></item><item><title><![CDATA[QRCode2 is hot]]></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>
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)


]]></description><link>https://community.m5stack.com/topic/7620/qrcode2-is-hot</link><guid isPermaLink="true">https://community.m5stack.com/topic/7620/qrcode2-is-hot</guid><dc:creator><![CDATA[glabasnat]]></dc:creator><pubDate>Tue, 17 Jun 2025 16:34:31 GMT</pubDate></item><item><title><![CDATA[File &quot;base&#x2F;stepmotor.py&quot;, line 1, in __init__ ValueError: invalid pin]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/107451">@Schnoble</a></p>
<p dir="auto">clever! Maybe you could put your modified version into an Execute mpy code (eg. import)? This block can be found under System.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/topic/7589/file-base-stepmotor-py-line-1-in-__init__-valueerror-invalid-pin</link><guid isPermaLink="true">https://community.m5stack.com/topic/7589/file-base-stepmotor-py-line-1-in-__init__-valueerror-invalid-pin</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 31 May 2025 16:47:08 GMT</pubDate></item><item><title><![CDATA[Set hostname using W5500]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/292092">@hacxx</a></p>
<p dir="auto">please stop posting incorrect / not very useful information. W5500 is different from ENC28J60 and therefore EthernetENC or UIPEthernet library cannot be used for W5500. Thank you.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/topic/7585/set-hostname-using-w5500</link><guid isPermaLink="true">https://community.m5stack.com/topic/7585/set-hostname-using-w5500</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 29 May 2025 16:45:57 GMT</pubDate></item><item><title><![CDATA[Atomic QRCode Base start_decode() VS set_trig()]]></title><description><![CDATA[<p dir="auto">What is the difference in using AtomicQRCodeBase with the functions start_decode(), stop_decode(), and set_trig(...)? What are the advantages of each approach?</p>
]]></description><link>https://community.m5stack.com/topic/7554/atomic-qrcode-base-start_decode-vs-set_trig</link><guid isPermaLink="true">https://community.m5stack.com/topic/7554/atomic-qrcode-base-start_decode-vs-set_trig</guid><dc:creator><![CDATA[glabasnat]]></dc:creator><pubDate>Tue, 13 May 2025 19:35:41 GMT</pubDate></item><item><title><![CDATA[Atom Motion V1.1 Problem]]></title><description><![CDATA[<p dir="auto">Hello, I am new to the forum and to the Atom Motion V1.1 base. I have connected an Atom Lite and simply trying to load the "Power Consumption Status Read" sketch, but I am getting the following error.</p>
<p dir="auto">error: 'class M5AtomicMotion' has no member named 'ina226'</p>
<p dir="auto">I've made sure the correct libraries are loaded and have searched the forum, but I do not see a solution to this.</p>
]]></description><link>https://community.m5stack.com/topic/7355/atom-motion-v1-1-problem</link><guid isPermaLink="true">https://community.m5stack.com/topic/7355/atom-motion-v1-1-problem</guid><dc:creator><![CDATA[Raymond_B]]></dc:creator><pubDate>Wed, 05 Mar 2025 01:05:22 GMT</pubDate></item><item><title><![CDATA[Atomic Echo Base with AtomS3 or other Atoms for OpenAI]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1738658455196-1f534ec1-e65d-4f35-b57e-487797dfac4b-image-resized.png" alt="1f534ec1-e65d-4f35-b57e-487797dfac4b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Is this base compatible with other atoms? OpenAI image on m5burner is only for  AtomS3R, does anyone know how I can accomplish this with other Atoms?</p>
]]></description><link>https://community.m5stack.com/topic/7263/atomic-echo-base-with-atoms3-or-other-atoms-for-openai</link><guid isPermaLink="true">https://community.m5stack.com/topic/7263/atomic-echo-base-with-atoms3-or-other-atoms-for-openai</guid><dc:creator><![CDATA[alperkal]]></dc:creator><pubDate>Tue, 04 Feb 2025 08:42:37 GMT</pubDate></item><item><title><![CDATA[ATOMIC SPK Base (NS4168) UIFlow2 examples?]]></title><description><![CDATA[<p dir="auto">The ATOMIC SPK Base (NS4168) with UIFlow2 is compatible with various example projects for robotics and IoT. You can find UIFlow2 examples on the official Atomic Pi documentation or their GitHub repository for ready-to-use sample codes.</p>
]]></description><link>https://community.m5stack.com/topic/7030/atomic-spk-base-ns4168-uiflow2-examples</link><guid isPermaLink="true">https://community.m5stack.com/topic/7030/atomic-spk-base-ns4168-uiflow2-examples</guid><dc:creator><![CDATA[peolsolutions]]></dc:creator><pubDate>Thu, 28 Nov 2024 20:56:23 GMT</pubDate></item><item><title><![CDATA[Atomic Motion with Atom S3 IMU - MicroPython]]></title><description><![CDATA[<p dir="auto">My guess is no, since I can't get it to work.</p>
]]></description><link>https://community.m5stack.com/topic/6911/atomic-motion-with-atom-s3-imu-micropython</link><guid isPermaLink="true">https://community.m5stack.com/topic/6911/atomic-motion-with-atom-s3-imu-micropython</guid><dc:creator><![CDATA[Kramph]]></dc:creator><pubDate>Sun, 20 Oct 2024 04:48:16 GMT</pubDate></item><item><title><![CDATA[Screws]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/3747">@franzhoepfinger</a> M3 Socket cap bolts are generally easy to buy anywhere online and you can often get them for cheap on Amazon. The kits are only so you can work out what size M3 socket cap /hex Cap screw you may need</p>
]]></description><link>https://community.m5stack.com/topic/6715/screws</link><guid isPermaLink="true">https://community.m5stack.com/topic/6715/screws</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 21 Aug 2024 10:25:49 GMT</pubDate></item><item><title><![CDATA[m5Dial Serial connection unstable]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/7508">@teastain</a> Have you tried a new cable?</p>
]]></description><link>https://community.m5stack.com/topic/6673/m5dial-serial-connection-unstable</link><guid isPermaLink="true">https://community.m5stack.com/topic/6673/m5dial-serial-connection-unstable</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 02 Aug 2024 23:18:57 GMT</pubDate></item><item><title><![CDATA[ATOM STEP MOTOR and UiFlow questions]]></title><description><![CDATA[<p dir="auto">Hello<br />
I am new to this and I have got some questions about  the Atom Step Motor base for Atom lite (sku: K047).</p>
<ol>
<li>
<p dir="auto">Why the UiFlow sample code is not using the blocks store in BASE/STEPMOTOR in UiFlow IDE ?</p>
</li>
<li>
<p dir="auto">Why is there a block "init step type" in BASE/STEPMOTOR in UiFlow IDE to set microstep while there is dip switch on board? Which method prevail?</p>
</li>
<li>
<p dir="auto">In the sample code, I suppose ADC to reflect actual current in the coils. Am I right ?</p>
</li>
</ol>
<p dir="auto">Thx for your answers</p>
]]></description><link>https://community.m5stack.com/topic/6390/atom-step-motor-and-uiflow-questions</link><guid isPermaLink="true">https://community.m5stack.com/topic/6390/atom-step-motor-and-uiflow-questions</guid><dc:creator><![CDATA[Schnoble]]></dc:creator><pubDate>Sun, 28 Apr 2024 14:06:41 GMT</pubDate></item><item><title><![CDATA[DIN Base power issue]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5889">@alien</a> This is an intersting issue. Following....</p>
]]></description><link>https://community.m5stack.com/topic/6278/din-base-power-issue</link><guid isPermaLink="true">https://community.m5stack.com/topic/6278/din-base-power-issue</guid><dc:creator><![CDATA[HappyUser]]></dc:creator><pubDate>Sun, 31 Mar 2024 10:10:56 GMT</pubDate></item><item><title><![CDATA[Motion kit or Motion base?]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/8155">@werner_g</a><br />
One comes withe the ATOM controller, one does not.</p>
]]></description><link>https://community.m5stack.com/topic/6022/motion-kit-or-motion-base</link><guid isPermaLink="true">https://community.m5stack.com/topic/6022/motion-kit-or-motion-base</guid><dc:creator><![CDATA[mtylerjr]]></dc:creator><pubDate>Fri, 26 Jan 2024 20:29:54 GMT</pubDate></item><item><title><![CDATA[M5STATION data storage]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> said in <a href="/post/21717">M5STATION data storage</a>:</p>
<blockquote>
<p dir="auto">DowdQ6</p>
</blockquote>
<p dir="auto">Oww.. thanks for the enlightenment - I hadn't understood the '0' of the ESP32 world<br />
ESP32-DOWDQ6<br />
vs the ESP32-S2 or ESP32-S3<br />
<a href="https://docs.espressif.com/projects/espressif-esp-faq/en/latest/hardware-related/chip-comparison.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.espressif.com/projects/espressif-esp-faq/en/latest/hardware-related/chip-comparison.html</a><br />
I'm revaluating.  I need low power sleep (or power off), TF card slot, 3 UARTs, Wall Time RTC , 16MB flash with at least 2MB program space and OTA capability- and that is narrowing to a ESP-S3 and possibly a M5-CoreS3. Though I'm also want to plugin Cell LTE ~ Possibly Cell Modem U128 and RS485/Switched 12V - so needs external power with solar panel.<br />
I liked the switched port power on the M5station - oh well.!<br />
USB OTG would be extensible to have - especially USB Host if the software is available.</p>
]]></description><link>https://community.m5stack.com/topic/5524/m5station-data-storage</link><guid isPermaLink="true">https://community.m5stack.com/topic/5524/m5station-data-storage</guid><dc:creator><![CDATA[neilh20]]></dc:creator><pubDate>Wed, 26 Jul 2023 22:44:07 GMT</pubDate></item><item><title><![CDATA[DIN Base battery transplant]]></title><description><![CDATA[<p dir="auto">I just wanted to mention that It is possible to transplant the 1500 mah lipo battery, from the "13.2 battery module", and squeeze it into the "DIN Base" (replacing its smaller 500mah battery.)<br />
It is a very  tight fit - and I did remove the two small spongy spacers and clear plastic barrier [that seems to exist to protect the battery from too-long-screws from the bottom], so there is less physical protection and the warranty is voided obviously - but now I have a more compact CoreS3/Din Base combo, with triple the mAh to last longer unplugged without the additional height of the 13.2 battery module.</p>
<p dir="auto">It may not matter to most, but It is a workable, if unsupported, DIY option (if height needs to be limited)</p>
]]></description><link>https://community.m5stack.com/topic/5482/din-base-battery-transplant</link><guid isPermaLink="true">https://community.m5stack.com/topic/5482/din-base-battery-transplant</guid><dc:creator><![CDATA[mtylerjr]]></dc:creator><pubDate>Thu, 13 Jul 2023 00:53:01 GMT</pubDate></item><item><title><![CDATA[Can&#x27;t get working core2 with ac power base]]></title><description><![CDATA[<p dir="auto">I am having exactly the same problem, were you able to figure out how it works? <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/847">@Past</a></p>
]]></description><link>https://community.m5stack.com/topic/5270/can-t-get-working-core2-with-ac-power-base</link><guid isPermaLink="true">https://community.m5stack.com/topic/5270/can-t-get-working-core2-with-ac-power-base</guid><dc:creator><![CDATA[jmillfd]]></dc:creator><pubDate>Fri, 05 May 2023 19:50:52 GMT</pubDate></item><item><title><![CDATA[Bespoke base gerber files]]></title><description><![CDATA[<p dir="auto">The PCB berbers should be on the site along with STL's for the case<br />
I also found them here <a href="https://github.com/m5stack/M5_Hardware" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5_Hardware</a></p>
]]></description><link>https://community.m5stack.com/topic/5209/bespoke-base-gerber-files</link><guid isPermaLink="true">https://community.m5stack.com/topic/5209/bespoke-base-gerber-files</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 11 Apr 2023 14:58:25 GMT</pubDate></item><item><title><![CDATA[reading 66khz two 12v signal with a core.]]></title><description><![CDATA[<p dir="auto">I want to read the signal of 2 laser sensor that work at around 12V. is there any bases that would help me to easily:</p>
<ol>
<li>give me the 2x 12v 0.4A I need</li>
<li>convert the 12 v signal to 3.3 v so I can read the sensor signal on a Core.<br />
is there any product of m5stack that can help me on this or shall I fully construct the circuit:<br />
with a 12v power supply and a 12V to 3.3V Digital Logic Level Conversion Module ?</li>
</ol>
]]></description><link>https://community.m5stack.com/topic/5204/reading-66khz-two-12v-signal-with-a-core</link><guid isPermaLink="true">https://community.m5stack.com/topic/5204/reading-66khz-two-12v-signal-with-a-core</guid><dc:creator><![CDATA[breadbox]]></dc:creator><pubDate>Sun, 09 Apr 2023 17:35:14 GMT</pubDate></item><item><title><![CDATA[w5500 Lan v12 Base and SD Card]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/28691">@basgoossen</a> I believe I’m having the same issue you’re having! I’ve been searching for hours! How did you end up dealing with it? My HTTP server is using the built in esp http server. So I need the 5500 module attached to the tcp.</p>
]]></description><link>https://community.m5stack.com/topic/5089/w5500-lan-v12-base-and-sd-card</link><guid isPermaLink="true">https://community.m5stack.com/topic/5089/w5500-lan-v12-base-and-sd-card</guid><dc:creator><![CDATA[mvpete]]></dc:creator><pubDate>Sun, 26 Feb 2023 11:14:01 GMT</pubDate></item><item><title><![CDATA[M5STACK STATION PORT CONNECTORS]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/28000">@caterpillaraoz</a> They do on the product page and the product document page.</p>
]]></description><link>https://community.m5stack.com/topic/5067/m5stack-station-port-connectors</link><guid isPermaLink="true">https://community.m5stack.com/topic/5067/m5stack-station-port-connectors</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 20 Feb 2023 14:23:06 GMT</pubDate></item></channel></rss>