Navigation

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

    Topics created by Joost

    • Joost

      Thanks for node-red-contrib-mysensors and a question regarding collections or arrays
      Node-RED • • Joost  

      6
      0
      Votes
      6
      Posts
      36
      Views

      Joost

      This seems to evaluate to true/undefined every time, effectively resetting the array: var global_individual_data=global.get("global_invidual_data"); if (global_individual_data===undefined) { msg.kein_array_vorhanden="true" global_individual_data=[]; } even though it's later set with global.set("global_individual_data",global_individual_data);
    • Joost

      How do commercial products achieve continuous receive (like in battery powered wireless weather stations)?
      General Discussion • • Joost  

      4
      1
      Votes
      4
      Posts
      84
      Views

      Puneit Thukral

      @Joost I did misread your initial post - the keyword in your question "both parties". I haven't come across something like that because I never look for it. In my setup, I can easily power a gateway with continuous uninterrupted power supply. A listening device must always be on unless both the sender and receive have some sort of an agreement as to when the sender will transmit data - so that they receiver can wake up, listen to data and sleep again. I am not technically sound at all when it comes to programming - but then there are others here who may have the skill to draw up a sketch which does that. However, if you are looking to a battery operated temperature/humidity node - yeah those are available. Cheers
    • Joost

      Is soldering castellated pads on THT pads feasible?
      Hardware • • Joost  

      5
      0
      Votes
      5
      Posts
      58
      Views

      Joost

      @Joost Added two photos to the project page. KiCAD/rendering still to follow.
    • Joost

      Getting Pin Change Interrupts working together with Timer interrupts / sleep(XX ms) on Arduino Pro Mini
      Troubleshooting • • Joost  

      23
      0
      Votes
      23
      Posts
      181
      Views

      r-nox

      I think this is the same thing as you were trying to accomplish. Sleep for 6 minutes or when interrupted. I have a reed switch on pin 2 pinMode(REED_SWITCH, INPUT); // set the reed switch digital pin as input //digitalWrite(REED_SWITCH, HIGH); pinMode(REED_SWITCH, INPUT_PULLUP); sleep(digitalPinToInterrupt(REED_SWITCH), CHANGE, 360000); //3600000 hour
    • Joost

      Pro Mini + RFM95 and two ISR-watched buttons possible?
      General Discussion • • Joost  

      16
      0
      Votes
      16
      Posts
      94
      Views

      Joost

      PS: one downside will probably be not being able to wake up programmatically and double the node as a e.g. temperature / climate sensor, as I had in mind. Sorry for the confusion above, too little sleep in the last days (at least I hope that explains it ) Perhaps @Yveaux can help here on how to combine pin change interrupts and timer wake into a successful sleep() command? So far it looks like that would be possible with Low-Power lib, but this is not compiling in conjunction with MySensors 2.3.2.
    • Joost

      [Solved] Small problem with getting RSSI in an otherwise working RFM95 setup
      Troubleshooting • • Joost  

      6
      1
      Votes
      6
      Posts
      90
      Views

      Joost

      @tekka Thanks a lot!
    • Joost

      (Solved) S_Multimeter in HomeAssistant
      Home Assistant • • Joost  

      10
      0
      Votes
      10
      Posts
      125
      Views

      Boots33

      @Joost great news! always a good feeling when you find a solution to a pesky problem
    • Joost

      Looking for "beginner" PCB for an Arduino Pro Mini paired with RFM95/96
      Hardware • • Joost  

      16
      0
      Votes
      16
      Posts
      494
      Views

      diycon

      @sweetpants Thanks for the positive feedback.