<?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[T-RSC3 bricked (2 units!)]]></title><description><![CDATA[<p dir="auto">Hi, I am trying to do my own firmware for T-RSC3.  I bought one months ago, I executed the example, ok.  Then I just simply wanted to create a new project using ESP-IDF samples, for doing OTA.  After flashing it, the unit became bricked.  The device never connects to the PC, no serial port.  I'm using Linux, but I tested it in Windows.  The board is death.<br />
The vendor refund me, and I purchased two more units (I need 485 in my project, and your device fits very well).  Then I executed the example code from Lilygo, ok.  Then I flashed another example (totally different from the OTA example months ago), which caused the unit to reset.  After a while, in the serial line there was garbage.  After unplugging the unit, it's bricked the same way.</p>
<p dir="auto">No physical damage, different projects, and same result.  Is the hardware so weak?  How could this happen and how can I prevent it to happen?   Have you seen it?  Are you planning to fix it?</p>
<p dir="auto">Regards.</p>
<p dir="auto">Tx</p>
]]></description><link>https://www.community.lilygo.cc/topic/488/t-rsc3-bricked-2-units</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 05:19:52 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/488.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Jul 2023 13:59:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to T-RSC3 bricked (2 units!) on Mon, 08 Jan 2024 23:29:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/612">@teastain2</a><br />
Thanks Terry for your response.  Sorry for not having seen this thread in many time, I just simply put them in a drawer and moved to another devices.</p>
<p dir="auto">Time today is gold.</p>
<p dir="auto">Thank you again, for your gold.</p>
<p dir="auto">Tx.</p>
]]></description><link>https://www.community.lilygo.cc/post/1516</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1516</guid><dc:creator><![CDATA[txinto]]></dc:creator><pubDate>Mon, 08 Jan 2024 23:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to T-RSC3 bricked (2 units!) on Fri, 21 Jul 2023 17:57:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/954">@txinto</a> You have a very uncommon module and I think this "community" site, which is mostly supported by users (usually me) will not get any answers!<br />
Please try:<br />
<a href="https://github.com/Xinyuan-LilyGO/T-RSC3/issues" rel="nofollow ugc">https://github.com/Xinyuan-LilyGO/T-RSC3/issues</a><br />
and raise an issue.<br />
Their response time is terrible, so you may have to email them @<br />
<a href="mailto:sales@lilygo.cc" rel="nofollow ugc">sales@lilygo.cc</a></p>
<p dir="auto">BTW OTA is like uploading sketches via USB, but much more complicated and risky. So you may have a case where the units are deployed far from you but they have WiFi connection...I would try uploading simpler test sketches to be sure that they are functional.<br />
What IDE are you using to program?<br />
It is very hard to Brick a ESP32 but sometimes the  sketch you loaded causes CPU crashes like Kernal Panic. The trick is to find it's reset pins and try combinations of resetting until it can upload a simple serial monitor test with a time delay like this one I wrote:</p>
<pre><code>bool ticktock = true;

void setup() {
Serial.begin (115200);
}

void loop() {
ticktock = !ticktock;
  if (ticktock) {
    Serial.println("tick");  
  } else {
    Serial.println("tock");
  }
delay (1000);
}
</code></pre>
<p dir="auto">Regards, Terry</p>
]]></description><link>https://www.community.lilygo.cc/post/909</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/909</guid><dc:creator><![CDATA[teastain2]]></dc:creator><pubDate>Fri, 21 Jul 2023 17:57:28 GMT</pubDate></item></channel></rss>