Community Forum
    • Blog
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. tbalon
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    tbalon

    @tbalon

    275
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tbalon Unfollow Follow

    Latest posts made by tbalon

    • RE: Wemos D1 mini w/RN-2903 using v1.1 board consumes 3-5 ma

      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.

      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...

      posted in General Discussion
      T
      tbalon
    • RE: Wemos D1 mini w/RN-2903 using v1.1 board consumes 3-5 ma

      My suspicion was right...
      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.

      posted in General Discussion
      T
      tbalon
    • Wemos D1 mini w/RN-2903 using v1.1 board consumes 3-5 ma

      Hi,

      I ordered a few of the v1.1 boards from this URL
      https://github.com/hallard/WeMos-RN2483

      I'm using an RN2903 (f/w from 0.8.4 Feb 2017) with a Wemos
      D1 mini using software serial to communicate with the Lora chip.

      The device functions well but I can't seem to figure out why it is
      consuming 5ma when it enters deep sleep. If I disconnect the
      D1 from the board and power it I can see that power consumption
      drops to 0 when it enters deep sleep. I tested deep sleep with it
      disconnected from the board and it works as expected. Sleeps
      drawing very little current and wakes fine.

      I know the RN2903 uses about 2-3 ma when idle. It to drops to
      zero when it enters deep sleep. However, when I mate the D1 to the
      board, the total sleep current is around 5ma.

      I'm wondering if in the process of going into deep sleep the D1 using
      software serial is somehow waking the RN chip up ? Still, the RN only
      uses 2-3 ma, so I'm at a loss at why this is using so much power.

      I'm powering the device using the 3.3V input on the board. Given the
      high sleep current I'm only getting 20 days or so use with my 3200ma
      battery.

      Any ideas or hints on how to debug this would be appreciated.

      posted in General Discussion
      T
      tbalon