Navigation

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

    Best posts made by dom

    • RE: Radio in standby but not the processor ?

      Hello,

      Thank you very much for your explanation.

      The solution is to call the functions :

      • transportDisable() to put the radio in sleep mode
      • transportReInitialise() to wake up the radio

      I made the following test :

      void loop() {
        delay(90);
        transportDisable();
        delay(60);
        transportReInitialise();
        sleep(30);
      }
      

      and verified the power consumption with an oscilloscope. I save 16mA, that is coherent with the rfm69 datasheet.

      0_1541715932539_IMG_20181108_232445.jpg

      posted in Development
      dom
      dom