Navigation

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

    Topics created by etxmsol

    • etxmsol

      nRF24 would not transmit when connected to Nano, but works fine with Mega
      Development • • etxmsol  

      4
      0
      Votes
      4
      Posts
      1113
      Views

      etxmsol

      @gohan said in nRF24 would not transmit when connected to Nano, but works fine with Mega: voltage regulators usually can not keep up LP2985 on Mega gives 150mA, which is at least in double excess of the highest nRF24 +LNA+PA can consume. It should do fine without the cap. On Nano it is not a voltage regulator. FTDI chip converts serial to USB. And for Nano I did use the caps 4, 10 and 20 uF - none helped. Honestly, I haven't noticed any effect of these caps so many on the forum talk about. If it works, it works, if not - bad luck. I can believe in a very rare case the extra charge of a 20uF cap could topple the scale, giving illusion that this is a solution. When I reduced from RF24_PA_MAX to RF24_PA_HIGH it started to work sometimes. When down to RF24_PA_LOW it works stable. However I transmit 7 bytes only, the payload can be up to 32 bytes. This will further increase power requirements and will further short 3V3 output. In order to save MySensors lib from ungrounded suspicions (which I had) and simply to act professionally we should admit that on Nano the 3V3 output should not be used. Otherwise the behavior is undefined. Even without PA. The spec for nRF24 says 14mA at transmission. The spec for FTDI says it 15mA typical, 24mA max. It is an unacceptable low margin for expecting stable communication.
    • etxmsol

      Using presentation() to secure GW communication
      OpenHAB • • etxmsol  

      6
      0
      Votes
      6
      Posts
      1898
      Views

      mfalkvidd

      @etxmsol moved to OpenHab. Thanks.
    • etxmsol

      Arudino Mega hangs when serial GW is down
      Development • • etxmsol  

      6
      0
      Votes
      6
      Posts
      1146
      Views

      archiijs

      @Boots33 said in Arudino Mega hangs when serial GW is down: de should still attempt to connect even after it has moved on. I have similar experience, only restart allows connecting the node to the gateway. I have not done any testing, but I found it out after my wife unplugged gateway couple of times as it is still powered by AC USB charger in power strip.