Navigation

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

    Topics created by nizoo91

    • nizoo91

      Sending custom value to move DC motor a specific # of degrees
      Development • • nizoo91  

      7
      0
      Votes
      7
      Posts
      659
      Views

      nizoo91

      @nagelc said in Sending custom value to move DC motor a specific # of degrees: Yes. This looks good. Dropped it in the parser here: https://www.mysensors.org/build/parser Looks like V_VAR1 is being sent with value 55. I think the code I posted above should get it from the incoming message and assign to target. If not, then I am not sure what is the problem. Perhaps someone that has worked more with V_VAR can respond? Actually I finally got it to work! and yes indeed, it was using your code!!! I don't know what I was doing before, but I tried your code previously but didn't work, and the only way to read the value was using : target = message.getString(); for some reason.. But I changed quite a few things in the code, and now when I tried your code again, it actually worked! Dude thank you, you are a hero! I will post the final version once I polish up the code in case anyone else needs to do a similar thing!
    • nizoo91

      NRF24L01+ on SPI1, TFT on SPI0
      Hardware • • nizoo91  

      8
      0
      Votes
      8
      Posts
      1253
      Views

      nizoo91

      @monte said in NRF24L01+ on SPI1, TFT on SPI0: @nizoo91 that's nice, but i didn't found this method. Thanks for the tip! It is definitely easier to do this way But my main point was to help someone who will try to compile mysgw for SPI1 and it won't work, because picture he refered to was wrong... I may be stupid, but i spent whole day figuring that out For sure trust me I have been there and done that, spent days trying to figure something out and to find out it was the simplest thing to solve hahah Anyhow, checkout this site for any pin reference you need. I found it to be very accurate https://pinout.xyz/pinout/spi
    • nizoo91

      OpenHAB & MySensors Child_ID 255 problem
      Troubleshooting • • nizoo91  

      4
      0
      Votes
      4
      Posts
      596
      Views

      Yveaux

      @nizoo91 Sorry, my bad. Thought I read NODE ID in the topic Anyway, Child ID 255 seems reserved for debug messages: https://github.com/mysensors/MySensors/blob/2.3.1/MyConfig.h#L77
    • nizoo91

      Temp-Monitoring using OpenHab, MQTT, Pi 3 & Uno
      Troubleshooting • • nizoo91  

      16
      0
      Votes
      16
      Posts
      2053
      Views

      nizoo91

      Wohoo got it to finally work not using MQTT but via serial gateway which is good enough for now