Navigation

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

    Topics created by ajachierno

    • ajachierno

      Garden light, humidity, temperature monitor with working SHT10 sensor 99% done and I need your help!
      Troubleshooting • • ajachierno  

      4
      0
      Votes
      4
      Posts
      2125
      Views

      ajachierno

      Thank you Corbin and NCA78, I had assumed it was my code since I am not very good at it. However it turned out to be a bad sensor. I will post some additional information and pictures in the project section this evening now that everything is working. Thank you again for your help.
    • ajachierno

      Car remote start with Amazon Echo, Homeseer, and My Sensors hardware
      My Project • • ajachierno  

      6
      2
      Votes
      6
      Posts
      2595
      Views

      TheoL

      @ajachierno I'm sorry to hear that. It's one of the reasons why I focus on security a lot. Smart of you not to hookup the unlock button.
    • ajachierno

      Request RGB control
      Feature Requests • • ajachierno  

      2
      0
      Votes
      2
      Posts
      1624
      Views

      Sparkman

      @ajachierno There's an existing thread discussing this: http://forum.mysensors.org/topic/816/send-color-data-to-sensors. Looks like it's planned for the next release. Cheers Al
    • ajachierno

      Case for Scene Controller
      My Project • • ajachierno  

      4
      1
      Votes
      4
      Posts
      2396
      Views

      hek

      Nice! Thanks for the picture.
    • ajachierno

      relay with button problem?
      Troubleshooting • • ajachierno  

      1
      0
      Votes
      1
      Posts
      967
      Views

      No one has replied

    • ajachierno

      Reusing arduinos?
      Troubleshooting • • ajachierno  

      23
      0
      Votes
      23
      Posts
      8620
      Views

      Sparkman

      @hek Great, thanks!
    • ajachierno

      Pro Micro?
      Hardware • • ajachierno  

      3
      0
      Votes
      3
      Posts
      1732
      Views

      mz-fuzzy

      It is possible to connect the radio, you can find instructions for example here. CE/CSN to any unised digital pin, IRQ not needed. However there are 2 pitfalls: voltage: You need to have 3.3v to power the radio. Pro Micro module is sold in 5V version or 3.3V version. 5V version don't have 3.3V pin output, so you have to arrange that by an external regulator. If you have 3.3V version, then it's fine for the radio, but such board is working on 8MHz, so it's not compatible with Leonardo target in Arduino IDE, you need to have hack that there. MCU there is different than Arduino Uno/Pro Mini, sleep modes are different; someone here reported that sleep is not working with MySensors, you can search here for experience with that. I made some helper PCBs for pro micro, you can check here.
    • ajachierno

      Humidity example sketch not working
      Troubleshooting • humidity sketch srror • • ajachierno  

      5
      0
      Votes
      5
      Posts
      2540
      Views

      ajachierno

      I am running straight off the webpage. Actually it doesnt apear I can get any of the sketches to run using either the browser plg in or the native IDE.... wishing I hadnt updated since this last set of changes.