Navigation

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

    Topics created by JohnRob

    • JohnRob

      Is Sale of personal hardware acceptable in this group?
      General Discussion • • JohnRob  

      2
      1
      Votes
      2
      Posts
      504
      Views

      hek

      Yes, selling boards (none commercially) is ok.
    • JohnRob

      Possible Support for Hubitat Elevation
      Controllers • • JohnRob  

      4
      0
      Votes
      4
      Posts
      1482
      Views

      gohan

      That's hard to say as it is up to the plug in developers and I'd guess if that device could become popular
    • JohnRob

      Can I troubleshoot my Sensor Code without a radio?
      Troubleshooting • • JohnRob  

      3
      0
      Votes
      3
      Posts
      612
      Views

      JohnRob

      @mfalkvidd Thank you ! that did the trick. John
    • JohnRob

      Is a bootloader worth the limitations?
      Development • • JohnRob  

      6
      0
      Votes
      6
      Posts
      1025
      Views

      bjacobse

      As I recall the "normal" bootloader have not configured the WDT (I guess it's too difficult for a newbire to understand and handle WDT) Optiboot have WDT configured and you can set it Remember to call this at for each less than 8sec, else you will get reboot via watchdog I recommend not to set the wdt time too short, as you then won't be able to upload a sketch, as the Arduino then will reset during sketch-upload (But this isn't a problem when using ISP) wdt_enable(WDTO_8S); https://github.com/Optiboot/optiboot/wiki/HowOptibootWorks
    • JohnRob

      some sort of a binary sensor for Vera?
      Vera • • JohnRob  

      4
      0
      Votes
      4
      Posts
      867
      Views

      JohnRob

      @korttoma Thanks, somehow I was under the impression that the MySensors GitHub devices were all I had to choose from. Your answer make me realize I could use any (most) of the Vera Std sensors. John
    • JohnRob

      Broadcast message received & how can Node handle incoming messages
      Troubleshooting • • JohnRob  

      5
      0
      Votes
      5
      Posts
      1001
      Views

      JohnRob

      @Nca78 Thank you so much for your incite. John
    • JohnRob

      Does Gateway loop() required Wait or delay?
      Development • • JohnRob  

      5
      0
      Votes
      5
      Posts
      1124
      Views

      JohnRob

      For those who read this post: Since my original post I found the wait(time) command is a MySensors macro that essentially is a "wait millis()" function.
    • JohnRob

      Sensebender_GW / MYSX 2.6 / SD Card / Sensors on GW
      Hardware • • JohnRob  

      3
      0
      Votes
      3
      Posts
      699
      Views

      JohnRob

      @gohan, Thanks for reading and your response. Since posting I've continued to learn and have found the MYSController program which answers my question regarding the convenience to adding sensors to the gateway.
    • JohnRob

      My First MySensors Project
      My Project • • JohnRob  

      1
      8
      Votes
      1
      Posts
      1537
      Views

      No one has replied

    • JohnRob

      Can Gateway perform calculations on sensor data before passing to controller?
      Development • • JohnRob  

      10
      0
      Votes
      10
      Posts
      1528
      Views

      Craig Thom

      @johnrob I understand wanting to apply the calibration data even though you don't need it. I did the same. The Arduino hardware doesn't support 32 bit calculations, but it can be done in software; it just makes your code bigger.
    • JohnRob

      Redefinition warning when Compiling for RFM69W-915 Radio
      Development • • JohnRob  

      4
      0
      Votes
      4
      Posts
      685
      Views

      mfalkvidd

      @johnrob exactly. All MySensors defines are designed that way.
    • JohnRob

      How to connect gateway sensor to Vera
      Vera • • JohnRob  

      4
      0
      Votes
      4
      Posts
      1639
      Views

      mntlvr

      Hello Use the include procedure on the MYSensors Plugin Icon under settings you will see start and stop if all is working properly just press the start button you will see a dialog that tells you to activate the sensor you wish to add. If all goes correctly you will see a node added as well as the sensor. Now that is how it use to work with earlier Libraries if you are using 2.2 library I will presume it will work the same way.
    • JohnRob

      Cannot get Sensebender_GW / W5100 to connect to router.
      Development • • JohnRob  

      9
      0
      Votes
      9
      Posts
      1282
      Views

      gohan

      It works the same as a node, just don't use delay and sleep in code but use only wait() at the end of loop if you don't want to flood the controller
    • JohnRob

      Best way to provide power to my Sensebender GW
      Hardware • • JohnRob  

      4
      0
      Votes
      4
      Posts
      872
      Views

      JohnRob

      Thanks to both The reason I asked was some time back I was playing with a RasPi board and found the micro-usb to be very unreliable. JohnRob
    • JohnRob

      Is there a minimum clksys speed for gateway or nodes?
      General Discussion • • JohnRob  

      2
      0
      Votes
      2
      Posts
      504
      Views

      Nca78

      Hello, no there is no minimum frequency but for a serial gateway I would keep it at 16MHz to avoid any missed messages. It also allows a high baud rate on the serial connection. For battery powered nodes I use them mostly at 1MHz, there's not much interest going lower as you get no more gain in allowed voltage and not any significant gain in power consumption while the processing time increases.
    • JohnRob

      Programming needed to enable RFM69 radio with 5100 ethernet code.
      Development • • JohnRob  

      7
      0
      Votes
      7
      Posts
      1164
      Views

      korttoma

      As far as I know all the radio pins have some kind of "default" pin assignment and only in special cases you need to reassign them. Also depending on the processor type or board type you choose in the tool the default pin assignment may differ. I think it in case of RFM69 is handled in the RFM69_old.h (someone with better knowledge please correct me if I am wrong).
    • JohnRob

      (newbie) Pin confusion between example and board pins
      Development • • JohnRob  

      1
      0
      Votes
      1
      Posts
      393
      Views

      No one has replied

    • JohnRob

      Newbie Gateway Hardware Confusion
      Hardware • • JohnRob  

      21
      0
      Votes
      21
      Posts
      2297
      Views

      JohnRob

      Thanks to all for your help. I think I have enough information to start my gateway (as soon as the hardware arrives). My first step will be to add a potentiometer to the gateway as a test input before tackling a sensor node. John
    • JohnRob

      New to MySensor, Gateway connector to Vera
      Vera • • JohnRob  

      4
      0
      Votes
      4
      Posts
      1402
      Views

      dbemowsk

      @johnrob What I meant was, wired nodes will most likely use an ethernet or RS485 gateway, if you wanted to go wireless with your nodes, you could use the serial gateway with an nRF24L01+ (which is what I am using) or an RFM69 or similar. There is also the ESP8266 route. So depending on how you want to connect your sensors to Vera will determine what gateway you will need. The MySensors site has a page on how to select a gateway. https://www.mysensors.org/build/select_gateway