Navigation

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

    Topics created by vikasjee

    • vikasjee

      Where do i get the my-board.json and other related script files to add a MYSBootloader board in Platformio
      Hardware • • vikasjee  

      2
      0
      Votes
      2
      Posts
      971
      Views

      martinhjelmare

      This is how I did it for the Sensebender Micro: https://forum.mysensors.org/topic/2725/sensebender-micro/29
    • vikasjee

      MYSBootloader node doesnt connect to gateway
      Development • • vikasjee  

      4
      0
      Votes
      4
      Posts
      949
      Views

      vikasjee

      Upon further investigation of the TransportMessage function it looks like GW has been configured with MY_REPEATER_FEATURE = ON! Is it normal? Shouldnt this be false for a gateway sketch? Or does this mean that the MYSBootloader.hex file on the new node has this Repeater feature on? @hek, Your thoughts... Am i prodding in the right direction or am off-track completely?
    • vikasjee

      Has STREAM been streamlined yet for communications from Node to the Gateway?
      Development • streaming messages • • vikasjee  

      7
      0
      Votes
      7
      Posts
      1658
      Views

      vikasjee

      @Yveaux , ohk! BTW, Is there any Repetition check and discard function in the library or atleast a way to do that?
    • vikasjee

      MCP23017 Library for MySensors?
      General Discussion • • vikasjee  

      2
      0
      Votes
      2
      Posts
      1330
      Views

      AWI

      @vikasjee There is no need for a MySensors specific library. You can use the standard library and use I2C with a "standard library" like adafruit's.
    • vikasjee

      TTP226 module touch panel serial mode library for Mysensors?
      General Discussion • ttp226 8 oeys serial mode touch module • • vikasjee  

      5
      0
      Votes
      5
      Posts
      2191
      Views

      vikasjee

      @AWI Thanks for the piece of code. Now i can see where i was wrong! Let me run it... this seems to be missing the interrupt part though. I will try using DV on Int2...