<?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[RAM]]></title><description><![CDATA[<p dir="auto">Hi all, I am making a project. I keep on receiving &quot;Memory ERROR: memory error failed&quot;. I know why this error is coming. Is there any way we can increase this ram size of LOPY by desoldering or soldering some components or any other way ?</p>
]]></description><link>https://forum.pycom.io/topic/2625/ram</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 06:57:23 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/2625.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Feb 2018 04:34:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RAM on Mon, 12 Feb 2018 04:34:31 GMT]]></title><description><![CDATA[<p dir="auto">Hi all, I am making a project. I keep on receiving &quot;Memory ERROR: memory error failed&quot;. I know why this error is coming. Is there any way we can increase this ram size of LOPY by desoldering or soldering some components or any other way ?</p>
]]></description><link>https://forum.pycom.io/post/15691</link><guid isPermaLink="true">https://forum.pycom.io/post/15691</guid><dc:creator><![CDATA[dhruv]]></dc:creator><pubDate>Mon, 12 Feb 2018 04:34:31 GMT</pubDate></item><item><title><![CDATA[Reply to RAM on Mon, 12 Feb 2018 07:34:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2298">@dhruv</a> I assum that you use the 1st model LOPY. No, there is no way to increase the RAM size. Even if you open the RF shield and attach a PSRAM chip, you have to modify the firmware to make it use that chip. In order to overcome the memory problem, you have two choices.</p>
<p dir="auto">a) Buy a LoPy4 model. This has 4 MB of RAM<br />
b) Put your Python code into flash memory. That requires to build the firmware yourself, starting with downloading the repository at <a href="https://github.com/pycom/pycom-micropython-sigfox" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pycom-micropython-sigfox</a> and seeting up the tool chain as told in the <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow">README.md</a>. Once you are able to build the image, you can put your python code into esp32/frozen and re-build.</p>
<p dir="auto">Python code in flash does not need the RAM for compiling and resulting code, so the RAM is used for the dynamic data only. If that us still too much, you have to re-consider your code.</p>
]]></description><link>https://forum.pycom.io/post/15692</link><guid isPermaLink="true">https://forum.pycom.io/post/15692</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Mon, 12 Feb 2018 07:34:23 GMT</pubDate></item><item><title><![CDATA[Reply to RAM on Mon, 12 Feb 2018 10:06:03 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Could you share your code along with the full error message that shows where it occurs. It may be possible to prevent this error by adjusting the way you have written your code.</p>
]]></description><link>https://forum.pycom.io/post/15699</link><guid isPermaLink="true">https://forum.pycom.io/post/15699</guid><dc:creator><![CDATA[seb]]></dc:creator><pubDate>Mon, 12 Feb 2018 10:06:03 GMT</pubDate></item><item><title><![CDATA[Reply to RAM on Mon, 12 Feb 2018 12:18:55 GMT]]></title><description><![CDATA[<p dir="auto">thanks for replying <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/98">@robert-hh</a></p>
]]></description><link>https://forum.pycom.io/post/15703</link><guid isPermaLink="true">https://forum.pycom.io/post/15703</guid><dc:creator><![CDATA[dhruv]]></dc:creator><pubDate>Mon, 12 Feb 2018 12:18:55 GMT</pubDate></item><item><title><![CDATA[Reply to RAM on Mon, 12 Feb 2018 12:45:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1881">@seb</a> actually I am using Blynk mobile app library + LORA + wifi + some other libraries in my code and I am using LOPY module.<br />
I am only able to use some widgets provided by Blynk. when I try to add more widgets in code I get memory error specifically stating memory error at the Blynk library (line of code at the very starting) .</p>
<p dir="auto">when I use some widgets of blynk it works fine at this point I do memory checks at various location in my code. I have more than enough memory available shown by memory checks.<br />
problem starts when I add code for only one more widget, I get memory error pointing at the library.</p>
<p dir="auto">thanks for helping.</p>
]]></description><link>https://forum.pycom.io/post/15710</link><guid isPermaLink="true">https://forum.pycom.io/post/15710</guid><dc:creator><![CDATA[dhruv]]></dc:creator><pubDate>Mon, 12 Feb 2018 12:45:02 GMT</pubDate></item><item><title><![CDATA[Reply to RAM on Tue, 13 Feb 2018 14:30:43 GMT]]></title><description><![CDATA[<p dir="auto">Could you share the source code that demonstrates the issue?</p>
]]></description><link>https://forum.pycom.io/post/15737</link><guid isPermaLink="true">https://forum.pycom.io/post/15737</guid><dc:creator><![CDATA[seb]]></dc:creator><pubDate>Tue, 13 Feb 2018 14:30:43 GMT</pubDate></item></channel></rss>