Navigation

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

    Topics created by arraWX

    • arraWX

      How to stop execution of code if message is received during wait()...?
      Development • • arraWX  

      2
      0
      Votes
      2
      Posts
      543
      Views

      mfalkvidd

      @arrawx set a global variable in receive(). In loop, look at the variable and call SetCurrentState2Hardware(). In SetCurrentState2Hardware, after each wait(), check the variable and call return immediately if the value is different from the expected value. Calling wait() from inside receive will cause the current message being overwritten when the next message arrives.
    • arraWX

      FOTA with MYSController does not work with sleeping Sensebender Micro
      Troubleshooting • • arraWX  

      4
      0
      Votes
      4
      Posts
      1150
      Views

      manutremo

      @arrawx may be related to this?
    • arraWX

      How to tell if mysensors library starts up successfully?
      Development • • arraWX  

      7
      0
      Votes
      7
      Posts
      1559
      Views

      Lars Deutsch

      @boots33 said in How to tell if mysensors library starts up successfully?: #define MY_TRANSPORT_WAIT_READY_MS 3000 Hi, thank you very much ! I am using the latest 2.2.rc2 version. Will give the preprocessor statement above a try ... thank you very much, Lars
    • arraWX

      Laptop recommendation
      General Discussion • • arraWX  

      7
      0
      Votes
      7
      Posts
      1884
      Views

      arraWX

      Thank you all for your comments! We ended up discarding the acer and bought an asus gaming laptop at a similar price. So far my son is very satisfied.
    • arraWX

      How to find out if message was successfully delivered?
      Development • • arraWX  

      13
      0
      Votes
      13
      Posts
      3738
      Views

      arraWX

      @Mark-Swift In the sensebender sketch I replaced gw.send(msgTemp.set(temperature,1)); with if(gw.send(msgTemp.set(temperature,1))) { digitalWrite(LED_PIN,LOW); } else { digitalWrite(LED_PIN,HIGH); } LED is OFF if meassages are successfully delivered. LED turns ON if meassage delivery fails and stays ON until a new meassage is successfully delivered. Note that I use mysensors 1.5 as I did not yet update to mysensors 2.0. In 2.0 gw. is not needed
    • arraWX

      How to connect 5V sensor to battery powered device?
      Hardware • • arraWX  

      3
      0
      Votes
      3
      Posts
      1098
      Views

      arraWX

      Thanks @AWI! A level converter is exactely what is needed.
    • arraWX

      Will itead FTDI programmer work with sensebender micro?
      General Discussion • • arraWX  

      2
      0
      Votes
      2
      Posts
      1010
      Views

      mfalkvidd

      Yes it will work. You can also buy from ebay or Aliexpress. links are available here if you scroll down a little bit.