<?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[Wemos D1 mini w&#x2F;RN-2903 using v1.1 board consumes 3-5 ma]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I ordered a few of the v1.1 boards from this URL<br />
<a href="https://github.com/hallard/WeMos-RN2483" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/hallard/WeMos-RN2483</a></p>
<p dir="auto">I'm using an RN2903 (f/w from 0.8.4 Feb 2017) with a Wemos<br />
D1 mini using software serial to communicate with the Lora chip.</p>
<p dir="auto">The device functions well but I can't seem to figure out why it is<br />
consuming 5ma when it enters deep sleep.  If I disconnect the<br />
D1 from the board and power it I can see that power consumption<br />
drops to 0 when it enters deep sleep.  I tested deep sleep with it<br />
disconnected from the board and it works as expected. Sleeps<br />
drawing very little current and wakes fine.</p>
<p dir="auto">I know the RN2903 uses about 2-3 ma when idle. It to drops to<br />
zero when it enters deep sleep. However, when I mate the D1 to the<br />
board, the total sleep current is around 5ma.</p>
<p dir="auto">I'm wondering if in the process of going into deep sleep the D1 using<br />
software serial is somehow waking the RN chip up ? Still, the RN only<br />
uses 2-3 ma, so I'm at a loss at why this is using so much power.</p>
<p dir="auto">I'm powering the device using the 3.3V input on the board.  Given the<br />
high sleep current I'm only getting 20 days or so use with my 3200ma<br />
battery.</p>
<p dir="auto">Any ideas or hints on how to debug this would be appreciated.</p>
]]></description><link>https://community.ch2i.eu/topic/260/wemos-d1-mini-w-rn-2903-using-v1-1-board-consumes-3-5-ma</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 17:13:57 GMT</lastBuildDate><atom:link href="https://community.ch2i.eu/topic/260.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Mar 2018 19:38:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wemos D1 mini w&#x2F;RN-2903 using v1.1 board consumes 3-5 ma on Thu, 14 Jun 2018 13:57:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tbalon" aria-label="Profile: tbalon">@<bdi>tbalon</bdi></a> GPIO13/GPIO15 have been used to remap hardware serial on these pins (and do not interfere with original TX/RX ones), like that you can keep hardware serial, changing pins is done with</p>
<pre><code class="language-cpp">Serial.swap()
</code></pre>
<p dir="auto">Did you tried that one?</p>
]]></description><link>https://community.ch2i.eu/post/2475</link><guid isPermaLink="true">https://community.ch2i.eu/post/2475</guid><dc:creator><![CDATA[Charles]]></dc:creator><pubDate>Thu, 14 Jun 2018 13:57:31 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos D1 mini w&#x2F;RN-2903 using v1.1 board consumes 3-5 ma on Fri, 01 Jun 2018 15:46:40 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for sharing your experience.</p>
]]></description><link>https://community.ch2i.eu/post/2469</link><guid isPermaLink="true">https://community.ch2i.eu/post/2469</guid><dc:creator><![CDATA[rin67630]]></dc:creator><pubDate>Fri, 01 Jun 2018 15:46:40 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos D1 mini w&#x2F;RN-2903 using v1.1 board consumes 3-5 ma on Mon, 05 Mar 2018 22:27:36 GMT]]></title><description><![CDATA[<p dir="auto">If I change the RX pin used by software serial from GPIO 15 to GPIO 0 (which has an internal pull-up) then the RN2903 says sleeping when the D1 mini goes into deep sleep.</p>
<p dir="auto">I can always jumper the board but it seems odd that the board which was designed for a D1 mini with RN2XX3 doesn't work with software serial using the layout for gpio 13 as TX and GPIO 15 RX...</p>
]]></description><link>https://community.ch2i.eu/post/2392</link><guid isPermaLink="true">https://community.ch2i.eu/post/2392</guid><dc:creator><![CDATA[tbalon]]></dc:creator><pubDate>Mon, 05 Mar 2018 22:27:36 GMT</pubDate></item><item><title><![CDATA[Reply to Wemos D1 mini w&#x2F;RN-2903 using v1.1 board consumes 3-5 ma on Mon, 05 Mar 2018 21:56:48 GMT]]></title><description><![CDATA[<p dir="auto">My suspicion was right...<br />
It seems that when using software serial with the jumpers set to pins 13 and 15, the RN2903 wakes up when the D1 mini goes to sleep. Unlike the hwd UART RX pin, the software serial RX pin (GPIO  15) goes low when the D1 enters deep sleep. This  is somehow is causing the RN2903 to wake up.</p>
]]></description><link>https://community.ch2i.eu/post/2391</link><guid isPermaLink="true">https://community.ch2i.eu/post/2391</guid><dc:creator><![CDATA[tbalon]]></dc:creator><pubDate>Mon, 05 Mar 2018 21:56:48 GMT</pubDate></item></channel></rss>