Navigation

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

    Topics created by conde

    • conde

      Alguien que hable español por aqui?
      General Discussion • • conde  

      4
      0
      Votes
      4
      Posts
      2199
      Views

      Yveaux

      @conde No problem. Using a common language all users can benefit.
    • conde

      I can´t see my new noods on my vera...help
      My Project • • conde  

      7
      0
      Votes
      7
      Posts
      1524
      Views

      dbemowsk

      I had similar problems with some of my nodes. To fix it I forced them to use the repeater as the parent node. Once I did that the nodes worked perfectly.
    • conde

      There are two versions of arduino nano???
      Troubleshooting • • conde  

      3
      0
      Votes
      3
      Posts
      903
      Views

      AWI

      @conde From what I can see both of them are Nano 'clones' with with different serial-usb converters. Some clones get the 3.3v supply (what you use for the radio) from the converter chip. This is a weak (low-amperage) supply possibly causing the radio to malfunction. Also when a separate 3.3v ldo is used it can be very weak. As you notice there are many assumptions here. Possilbe solutions: add an extra capacitor to the radio power supply > 47uF -or- power the radio from a different power supply (ldo).
    • conde

      Pls help...serial gateway stop working wen i restart vera....
      Troubleshooting • • conde  

      2
      0
      Votes
      2
      Posts
      696
      Views

      gohan

      Well, the gateway does not retain any information about sensors so it is up to the controller to keep sensors info and data. When gateway is restarted all nodes needs to present themselves again but that should not be a problem for the controller, so there should be something wrong with the Vera or plug in
    • conde

      Control lights and intencidad with Vera and arduino
      Development • • conde  

      16
      0
      Votes
      16
      Posts
      7466
      Views

      mntlvr

      @ted said: @mntlvr I'm excited to see that mysensors is working with attiny. However, when I compile your code for UNO (can't compile for attiny85 on my IDE), I see the code is about 16kb, much larger than the size of the available memory in attiny85. Did you use a different library? Yes a mysensor library written for the Attiny85 chip. And also remember you need to either make a Attiny85 programmer or buy one. I think the 1st choice is the best. There are many articles on the Web that will guide you on how to build your own peogrammer. So do a little research and you will be greatly rewarded. Patience and perseverance will get you what you need and want.