<?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[M5Paper suggestion for multiple serial capture]]></title><description><![CDATA[<p dir="auto">Im trying to think of the best way for the M5Paper to have 4 serial connections/ports to send text commands and receive responses to/from 4 TTL debug headers on some HW I am developing.</p>
<p dir="auto">Woiuld it be easier to wire the rx/tx/gnd rom each to GPIO (and ground) on the M5Paper (how would you use these as 8bit serial input - is there a library to bit bang serial bytes?)</p>
<p dir="auto">Or could I use 4 Atom Lites or something, one for each header, and open 4 bluetooth connections from the M5Paper to them and use those bluetooth connections as com ports (is this possible?)</p>
<p dir="auto">Or are there grove modules that would work as a virual serial port?</p>
<p dir="auto">Just brain-storming here. The goal is to have 4 two-way serial connections for commands/responses at 115.2Kbaud, and to record the responses on the e-paper display.</p>
<p dir="auto">Any suggestions/advice would be welcome.</p>
<p dir="auto">PS: Also, if it would be easier to do this on a CoreS3, ideas how to do that would be welcome too</p>
]]></description><link>https://community.m5stack.com/topic/5451/m5paper-suggestion-for-multiple-serial-capture</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 13:39:03 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5451.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Jul 2023 00:09:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Paper suggestion for multiple serial capture on Mon, 03 Jul 2023 05:16:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/22587">@holofloh</a> I thought about it. The devices are not always that near near each other. Having them isolated is a bonus, also.</p>
<p dir="auto">I am trying with my Atom S3 (not the lite) because I think I blew up my s3-lite.</p>
<p dir="auto">UIFLOW2 has some bugs in the existing BLE code, on the AtomS3  - basic things like 'there is no "is_connected"...'</p>
<p dir="auto">Im not sure if there is enough implemented in UIFlow2 yet for actual BLE use with an Atom S3</p>
]]></description><link>https://community.m5stack.com/post/21452</link><guid isPermaLink="true">https://community.m5stack.com/post/21452</guid><dc:creator><![CDATA[mtylerjr]]></dc:creator><pubDate>Mon, 03 Jul 2023 05:16:21 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper suggestion for multiple serial capture on Mon, 03 Jul 2023 05:08:44 GMT]]></title><description><![CDATA[<p dir="auto">Did you ever think about multiplexing? One Header as Serial I/O and one as 2-Bit control for an external 1:4/4:1 MUX. The SN74LV4052A for example provide two1:4 paths. You can use one for the RX, one for the TX signals.<br />
Your program need to select the channel by two bits and then do the normal UART stuff as usual.</p>
]]></description><link>https://community.m5stack.com/post/21451</link><guid isPermaLink="true">https://community.m5stack.com/post/21451</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Mon, 03 Jul 2023 05:08:44 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper suggestion for multiple serial capture on Mon, 03 Jul 2023 03:49:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/3966">@iamliubo</a> The first scenario</p>
]]></description><link>https://community.m5stack.com/post/21450</link><guid isPermaLink="true">https://community.m5stack.com/post/21450</guid><dc:creator><![CDATA[mtylerjr]]></dc:creator><pubDate>Mon, 03 Jul 2023 03:49:25 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper suggestion for multiple serial capture on Mon, 03 Jul 2023 03:07:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/45717">@mtylerjr</a></p>
<blockquote>
<p dir="auto">can the Atom S3Lite be configured as a bluetooth slave and wait for other devices to connect to it?</p>
</blockquote>
<p dir="auto">ESP32-S3 not support BT but BLE, and I think it's not slave, you can init AtomS3Lite to BLE server, and here has a example <a href="https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/examples/BLE_uart/BLE_uart.ino" target="_blank" rel="noopener noreferrer nofollow ugc">BLE UART</a></p>
<p dir="auto">Which method do you want use?<br />
<img src="/assets/uploads/files/1688353616532-15f51df0-e40a-4071-b0fb-54ce387a0763-image-resized.png" alt="0_1688353628141_15f51df0-e40a-4071-b0fb-54ce387a0763-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/21449</link><guid isPermaLink="true">https://community.m5stack.com/post/21449</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Mon, 03 Jul 2023 03:07:42 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper suggestion for multiple serial capture on Mon, 03 Jul 2023 02:44:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/3966">@iamliubo</a> Thanks for that info!</p>
<p dir="auto">Ive verified that the 4 pin debug headers on my HW actually provide enough current to power up an Atom S3 Lite via VCC/Gnd.</p>
<p dir="auto">No my question  is (although now maybe this is in the wrong area...) can the Atom S3Lite be configured as a bluetooth slave and wait for other devices to connect to it?</p>
<p dir="auto">Ideally I would like it to sit there advertising itself once it powers up, and then manually connect to it from another bluetooth device. And hopefully when the S3lite detects a BT connection has been made to it, it will begin to pass through serial data from the other two pins as RX/TX,</p>
<p dir="auto">Is that possible, do you know?</p>
]]></description><link>https://community.m5stack.com/post/21447</link><guid isPermaLink="true">https://community.m5stack.com/post/21447</guid><dc:creator><![CDATA[mtylerjr]]></dc:creator><pubDate>Mon, 03 Jul 2023 02:44:39 GMT</pubDate></item><item><title><![CDATA[Reply to M5Paper suggestion for multiple serial capture on Mon, 03 Jul 2023 01:41:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/45717">@mtylerjr</a></p>
<p dir="auto"><img src="/assets/uploads/files/1688348436484-4a685c0c-f94a-48fc-8868-0b35778a7d54-image-resized.png" alt="0_1688348448165_4a685c0c-f94a-48fc-8868-0b35778a7d54-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">According to this block diagram, Paper provides three ports for use, but it should be noted that PortA has internal pull-up resistors, esp32 itself provides three hardware serial ports, serial port 0 is commonly used for downloading and log printing, if you need to use serial port 0 as a normal serial port, it is better to disable all log output, UART1 and UART2 can be used for PortB and PortC, the rest can be done using ble serial or software serial? Just for reference :-)</p>
]]></description><link>https://community.m5stack.com/post/21446</link><guid isPermaLink="true">https://community.m5stack.com/post/21446</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Mon, 03 Jul 2023 01:41:41 GMT</pubDate></item></channel></rss>