Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Robbie_
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by Robbie_

    • RE: NodeManager: plugin for a rapid development of battery-powered sensors

      @user2684 Thanks for your reply. Ive tested the following;

      i editted the NodeManager.cpp and added _dht->begin(); to the beginning of "SensorDHT::onLoop()"

      I also disabled both debug, still the same issue.

      In your other post you mentioned "Would you please ensure pin 7 is HIGH during the 10s sleep?"

      My log looks as following;

      PWR G=6 V=7
      REG I=1 P=3 P=6 T=0
      REG I=2 P=3 P=7 T=1
      NodeManager v1.30
      INT1 M=255
      INT2 M=255
      RADIO OK
      PRES I=200, T=23
      PRES I=201, T=30
      BATT V=3.26 P=94
      SEND D=0 I=201 C=0 T=38 S= I=0 F=3.26
      PRES I=1 T=6
      PRES I=2 T=7
      READY
      
      MY I=100 M=1
      SEND D=0 I=200 C=0 T=48 S=STARTED I=0 F=0.00
      ON P=7
      DHT I=1 T=nan
      OFF P=7
      SLEEP 60s
      SEND D=0 I=200 C=1 T=48 S=SLEEPING I=0 F=0.00
      
      AWAKE
      SEND D=0 I=200 C=1 T=48 S=AWAKE I=0 F=0.00
      ON P=7
      DHT I=1 T=nan
      OFF P=7
      SLEEP 60s
      SEND D=0 I=200 C=1 T=48 S=SLEEPING I=0 F=0.00
      

      Where do you want me to messure if the pin is on?

      AWAKE
      SEND D=0 I=200 C=1 T=48 S=AWAKE I=0 F=0.00
      ON P=7
      DHT I=1 T=nan
      <------------------------ I messured here and the voltage is 3.something volts
      OFF P=7
      SLEEP 60s
      <--------------------------- HERE?
      SEND D=0 I=200 C=1 T=48 S=SLEEPING I=0 F=0.00
      
      posted in NodeManager
      Robbie_
      Robbie_