<?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[M5 AtomS3 Lite And Arduino Serial Monitor]]></title><description><![CDATA[<p dir="auto">So, I'm not sure what is going on or if I'm doing something wrong here, but I'm looking to troubleshoot an M5 AtomS3 Lite (via USB) using the Arduino's built in serial monitor on my Mac.</p>
<p dir="auto">I have some simple code shown below to test the serial monitor output but no data is being displayed despite a successful upload and run by the M5 AtomS3 Lite. Any help or suggestions here would be great.</p>
<pre><code>#include "M5AtomS3.h"

void setup() 
{
  AtomS3.begin(true);
  AtomS3.dis.setBrightness(100);
  AtomS3.dis.drawpix(0x0000ff);
  AtomS3.update();
  Serial.println("Click BtnA to Test");
}

void loop() 
{
  AtomS3.update();
  if (AtomS3.BtnA.wasPressed()) 
  {
    AtomS3.dis.drawpix(0xff0000);
    AtomS3.update();
    Serial.println("Pressed");
  }
  if (AtomS3.BtnA.wasReleased()) 
  {
    AtomS3.dis.drawpix(0x00ff00);
    AtomS3.update();
    Serial.println("Released");
  }
}
</code></pre>
]]></description><link>https://community.m5stack.com/topic/6193/m5-atoms3-lite-and-arduino-serial-monitor</link><generator>RSS for Node</generator><lastBuildDate>Sun, 03 May 2026 17:25:33 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6193.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Mar 2024 06:12:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5 AtomS3 Lite And Arduino Serial Monitor on Sun, 10 Mar 2024 14:44:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> thank you for making me aware of that thread! The information contained within worked like a charm!</p>
]]></description><link>https://community.m5stack.com/post/24320</link><guid isPermaLink="true">https://community.m5stack.com/post/24320</guid><dc:creator><![CDATA[Abraxas]]></dc:creator><pubDate>Sun, 10 Mar 2024 14:44:58 GMT</pubDate></item><item><title><![CDATA[Reply to M5 AtomS3 Lite And Arduino Serial Monitor on Sun, 10 Mar 2024 08:04:09 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/abraxas" aria-label="Profile: Abraxas">@<bdi>Abraxas</bdi></a></p>
<p dir="auto">please check out this <a href="https://community.m5stack.com/topic/5858/serial-not-working-with-m5unified-on-atoms3">thread</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/24317</link><guid isPermaLink="true">https://community.m5stack.com/post/24317</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 10 Mar 2024 08:04:09 GMT</pubDate></item></channel></rss>