Navigation

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

    Topics created by HenryWhite

    • HenryWhite

      Multiple Relays + Motion sketch, fully customizable, optional timer, manual override
      Development • • HenryWhite  

      24
      2
      Votes
      24
      Posts
      7930
      Views

      bereska

      @HenryWhite thank you for the excellent sketch. It works like a charm in my HA configuration!
    • HenryWhite

      [SOLVED] No Serial prints for loop(), using MySensors 2.1.1
      Troubleshooting • • HenryWhite  

      4
      0
      Votes
      4
      Posts
      1356
      Views

      HenryWhite

      @korttoma thanks! It works now. Could have saved me hours of troubleshooting if I knew that prior
    • HenryWhite

      Shielded nRF24 - better Range?
      Hardware • • HenryWhite  

      8
      0
      Votes
      8
      Posts
      6044
      Views

      alowhum

      I noticed 2 suppliers that sell shielded versions of the small modules for about $2,60 (including shipping) https://www.aliexpress.com/item/Wireless-transceiver-digital-RF-module-Full-original-device-nRF24L01-2-4G-shield-wholesale/32842485649.html
    • HenryWhite

      Do repeater nodes increase message delay?
      Troubleshooting • • HenryWhite  

      3
      0
      Votes
      3
      Posts
      784
      Views

      hek

      1-2 seconds sounds really long. You would have to look at the logs to determine where the delay is introduced. Delays is often the result of a slow controller.
    • HenryWhite

      Wakeup on Interrupt not working
      Troubleshooting • • HenryWhite  

      5
      0
      Votes
      5
      Posts
      2126
      Views

      HenryWhite

      Problem solved! First, I forgot to activate the internal Pullup: digitalWrite(DIGITAL_INPUT_SENSOR, HIGH); Besides that, every signal greater than 0.5V is recognized as interrupt, BUT digitalRead only recognizes signals greater than 1.5V! When my external system triggers, it starts to slowly increase the voltage from 0.5V up to 3.3V. It reaches 1.5V after 5 seconds triggering. I cancelled the test every time after 3-4 seconds, so that's the problem why nothing worked.
    • HenryWhite

      Humidity Sketch w/ DHT22: readings not reliable
      Troubleshooting • • HenryWhite  

      10
      0
      Votes
      10
      Posts
      4915
      Views

      scalz

      yes, and with si7021 there is no delay, faster readings, i2c better, low power. I like it too
    • HenryWhite

      Old sketch for battery measurement
      Feature Requests • • HenryWhite  

      2
      0
      Votes
      2
      Posts
      1116
      Views

      hek

      @HenryWhite said: http://www.mysensors.org/build/battery#measuring-and-reporting-battery-level The main site haven't been updated to show examples using the new style (dev branch). When we release 2.0, I'll update all examples, including this one.
    • HenryWhite

      Rechargeable Lithium Ion Sensor Custom PCB
      Hardware • • HenryWhite  

      71
      6
      Votes
      71
      Posts
      29401
      Views

      HenryWhite

      @toufou said: You use a motion sensor as i want. You make a reference to a hack to use it with 3.3V instead of 5V. Have you a link to see that? Yes, here's a picture (the only thing you have to do is solder vcc to the HIGH-pad of your motion sensor):
    • HenryWhite

      Serial Gateway on Arduino Pro Mini - "Gateway setup complete" not showing up
      Troubleshooting • • HenryWhite  

      4
      0
      Votes
      4
      Posts
      1299
      Views

      hek

      We're using a trick to allow configuration from sketch. The MySensors.h includes different code based on the defines done (before) the inclusion.
    • HenryWhite

      Complete Beginner with MySensors - questions about relays, MQTT and OpenHAB
      General Discussion • • HenryWhite  

      4
      0
      Votes
      4
      Posts
      2592
      Views

      HenryWhite

      @tomkxy @Dwalt thank you for your answers! I read that it's better to use the MQTT than the serial gateway - is that the case? and when yes, why? thanks!