Navigation

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

    Topics created by jerseyguy1996

    • jerseyguy1996

      How to recompile openhab binding using javac?
      OpenHAB • • jerseyguy1996  

      2
      0
      Votes
      2
      Posts
      1027
      Views

      jerseyguy1996

      I guess a better question would be to ask how I recompile everything into a new mysensorsbinding jar from here: https://github.com/jerseyguy1996/openhab/tree/master/bundles/binding/org.openhab.binding.mysensors
    • jerseyguy1996

      Should the node Present itself to the Gateway upon wake from sleep?
      Troubleshooting • • jerseyguy1996  

      11
      0
      Votes
      11
      Posts
      1944
      Views

      jerseyguy1996

      @scalz Thanks for all of your advice! It's nice to get help from someone who has already successfully made a ulpnode.
    • jerseyguy1996

      How to use transportInit() in 2.0.0 to re-initialize radio
      Troubleshooting • • jerseyguy1996  

      6
      0
      Votes
      6
      Posts
      1839
      Views

      jerseyguy1996

      @scalz Oh ya that makes sense regarding the before() and setup(). Regarding the sketch that doesn't include the radio turn off....I was just referring to the one that had the relevant lines commented out so: void loop() { send(msg.set(20)); //digitalWrite (PER, HIGH); //turn off peripherals // Sleep for 10 seconds (just for testing) sleep(10000); //digitalWrite (PER, LOW); //turn on peripherals //delay(1000); //tried instituting a delay in case it needed a moment for power to stabilize //transportInit(); //re-initialize radio } instead of: void loop() { send(msg.set(20)); digitalWrite (PER, HIGH); //turn off peripherals // Sleep for 10 seconds (just for testing) sleep(10000); digitalWrite (PER, LOW); //turn on peripherals //delay(1000); //tried instituting a delay in case it needed a moment for power to stabilize transportInit(); //re-initialize radio }
    • jerseyguy1996

      Arduino based Serial Gateway compatible with Atmega32U4 based Arduino Micro?
      Hardware • • jerseyguy1996  

      1
      0
      Votes
      1
      Posts
      652
      Views

      No one has replied

    • jerseyguy1996

      Re-initialize radio after shutdown and restart
      Troubleshooting • • jerseyguy1996  

      3
      0
      Votes
      3
      Posts
      772
      Views

      jerseyguy1996

      It is, I was going for maximum battery life so I was going to turn off everything while the micro controller was asleep. I'll try just using the built in sleep functionality.
    • jerseyguy1996

      Attempt to bind ttyMyGatewaySerial to openhab failing miserably
      Troubleshooting • • jerseyguy1996  

      7
      0
      Votes
      7
      Posts
      1954
      Views

      jerseyguy1996

      Oh! It's working again. I had used the stock eeprom clear sketch in the arduino id to reset my node and I should have used the eeprom clear config sketch in the mySensors examples within the mySensors arduino library to clear the eeprom. I couldn't get it to auto assign a node ID so I just hard coded one using: gw.begin(NULL,3); Then I updated my item to use that node id and voila: 2016-07-17 17:49:17.721 [DEBUG] [.b.m.internal.MySensorsBinding] - internalReceiveUpdate(Temperature,20) is called! 2016-07-17 17:49:17.723 [DEBUG] [.b.m.internal.MySensorsBinding] - Temperature = 20 It's a good day!
    • jerseyguy1996

      PiGatewaySerial binding to openhab
      Hardware • • jerseyguy1996  

      1
      0
      Votes
      1
      Posts
      548
      Views

      No one has replied

    • jerseyguy1996

      ST=Fail unless I'm watching it
      Troubleshooting • • jerseyguy1996  

      11
      0
      Votes
      11
      Posts
      1593
      Views

      jerseyguy1996

      @sundberg84 Dang....now I'm really confused. I was under the impression that PIGatewaySerial handled assigning node id's and such. How would I find that out? I don't see a whole lot of documentation on this repository although I'm sure it exists......it seems pretty well built. The end result of all of this is to hopefully bind this serial connection to openhab. That's the goal at least.
    • jerseyguy1996

      make file has changed...no more librf24-bcm
      Controllers • • jerseyguy1996  

      2
      0
      Votes
      2
      Posts
      1345
      Views

      hek

      Use git pull to fetch from upstream.