Navigation

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

    Topics created by vobi

    • vobi

      NRF24 specific settings
      Troubleshooting • • vobi  

      5
      0
      Votes
      5
      Posts
      1469
      Views

      vobi

      @mfalkvidd Thanks for the help, well, it looks like I have to use a repeater... Anyways, if someone can come up with an explanation, please share!
    • vobi

      Breadboard PSU + Mega Serial GW + NRF24L01+PA+LNA?
      Hardware • • vobi  

      3
      0
      Votes
      3
      Posts
      892
      Views

      vobi

      @TimO Great, thank You!
    • vobi

      MyController on Raspberry Pi dies when serial gateway disconnects
      MyController.org • • vobi  

      2
      0
      Votes
      2
      Posts
      966
      Views

      jkandasa

      @vobi Can you switch your serial driver Auto to jSerialComm on gateway settings? You can configure Cron job on your RPI to trigger mycontroller/bin/start.sh If it is running, nothing to do.
    • vobi

      PIR example doesn`t wake Mega 2560?
      Troubleshooting • • vobi  

      15
      0
      Votes
      15
      Posts
      2622
      Views

      vobi

      According to Mr. Nick Gammon, thats not the case (or I`m missing something): Running from a 9V battery through the "power in" plug, it draws about 50 mA. Running on 5V through the +5V pin, it draws about 49 mA. (Note: around 68 mA on a Mega 2560 board) Now we'll try putting it to sleep: Sketch B #include <avr/sleep.h> void setup () { set_sleep_mode (SLEEP_MODE_PWR_DOWN); sleep_enable(); sleep_cpu (); } // end of setup void loop () { } Now the Uno draws 34.5 mA. A saving, but not a lot. (Note: around 24 mA on a Mega 2560 board) http://www.gammon.com.au/power Also see: https://forum.arduino.cc/index.php?topic=76724.0