Navigation

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

    Topics created by Matt

    • Matt

      Send 2x relay states to Home Assistant to make them visible?
      Troubleshooting • • Matt  

      15
      0
      Votes
      15
      Posts
      41
      Views

      eiten

      @Matt Yes, the landscape there is incredible. Unfortunately, I mostly have to work when I'm there Where are you from?
    • Matt

      NewbiePCB sensors dying of old age
      General Discussion • • Matt  

      5
      2
      Votes
      5
      Posts
      54
      Views

      NeverDie

      Some humidity sensors are known to lose accuracy with age. For instance, the Si7021 is known to have this problem. If that matters to you, then the best choice is to pick sensors that have datasheets and which have specs as to their expected longevity or accuracy over time. Then buy from mouser/digikey to be certain you're getting the real thing rather than factory rejects or counterfeits. For extra insurance, I avoid electrolytic capacitors entirely whenever possible. I buy only 7XR rated ceramic capacitors that are overspec'd. The difference in price is small compared to a failure down the road.
    • Matt

      Chicken house door controller (beta)
      My Project • • Matt  

      1
      1
      Votes
      1
      Posts
      892
      Views

      No one has replied

    • Matt

      Please check my mysensors code.
      Troubleshooting • • Matt  

      9
      0
      Votes
      9
      Posts
      2174
      Views

      Matt

      @mfalkvidd Thanks heaps, enjoy your trip
    • Matt

      Cant compile 2.01 for atmega168
      Troubleshooting • • Matt  

      6
      0
      Votes
      6
      Posts
      2443
      Views

      mfalkvidd

      Support for atmega168 has been added in the development version of MySensors and will be available in the next stable release. More info in https://forum.mysensors.org/topic/5727/compile-error-for-pro-mini-5-5v-168/
    • Matt

      double/triple receiving of data?
      Troubleshooting • • Matt  

      5
      0
      Votes
      5
      Posts
      1051
      Views

      TheoL

      @Matt Not sure if you do this. But in my experience, you need to add small delays (wait(15)) in your sketch after communication. Especially when creating large multi sensor nodes. The radio isn't always fast enough to digest all of the communication. Not sure if this is your problem, but it solved my problems.
    • Matt

      BMP280 SPI Adafruit
      My Project • • Matt  

      3
      1
      Votes
      3
      Posts
      2128
      Views

      mareinki

      Hallo! Ich habe gerade meinen Aduino Nano mit einem GY-BME/P-280 verbunden über SPI verbunden. Im Sketch habe ich nur die PINS geändert und zwar auf: #define BMP_SCK 13 #define BMP_MISO 12 #define BMP_MOSI 11 #define BMP_CS 10 Ich bekomme aber bei der Ausgabe am seriellen Monitor nur "Hyroglyphen" zB 5��,�lh����}����'�O8��m�h,� Mit einem anderen Sketch funktioniert der Sensor einwandfrei. Auch mit einem anderen Nano dasselbe Ergebnis. Hat jemand eine Idee was das Problem sein könnte? Zusatzfrage da ich in C++ nicht so firm bin: Könnte es sein, dass MY_DEBUG oder MY_RADIO_NRF24 das problem verursacht. Was machen diese Definitionen eigentlich? Grüße
    • Matt

      433mhz transmitter
      My Project • • Matt  

      16
      4
      Votes
      16
      Posts
      7595
      Views

      TimO

      Did you verify that the message is received by the node? I'm not familiar with FHEM, please note, that the first outlet uses child ID 4. What's the debug output of the node?
    • Matt

      LM393 as pulse powermeter sensor, swap out 'photodiode'
      Hardware • • Matt  

      7
      0
      Votes
      7
      Posts
      2843
      Views

      Matt

      OK so rather than wait for shipping from China I went to my local Jaycar and got one of these LDRs. If the link gets broken its a cadmium sulphine LDR with a rise time of 50ms and decay of 40ms. Works like a charm. Because its flat I can tape it directly to the LED in my power meter, covering the whole thing with black tape to ensure no ambient light problems. Two pinholes in the tape and the LDR leads go right through no probs. I have some thin wires going to the LM393 unit (so minimal weight on the LDR/Tape itself) and I guess the comparator in there is good enough to pick up the change in resistance on the LED pulses. So if you wind up with one of these units I recommend swapping the photodiode with a high spec LDR and soldering some leads from the module to the LDR to facilitate accurate fixing to the meters LED. I used two bits off an old length of ribbon cable (IDE HDD type stuff).
    • Matt

      Energymeterpulsesensor locks up. <SOLVED>
      Troubleshooting • • Matt  

      2
      0
      Votes
      2
      Posts
      894
      Views

      Matt

      <SOLVED> OK so my presumption/suspicion was right, does need to be sending an active signal for the node to transmit any data. Seems to be working well now, just have to find a spot in my long house where the gateway will reliably talk to the polytunnel AND the meter reader. And for any others struggling with this, especially getting the sensor LM393 to work, I found it needs to be pointed directly at the LED in my meter, not side on. To achieve this I drilled a small hole in the top of a jam jar lid and epoxied the board to it, then taped the lid to the meter. Seems to be working a treat now. YAY! Thanks MS team, you have a great product. Next step is temp sensors for the kids bedrooms and a relay on their heaters (winter is coming to the deep south of NZ) Cheers, Matt
    • Matt

      Heated garden beds.
      My Project • • Matt  

      1
      0
      Votes
      1
      Posts
      960
      Views

      No one has replied

    • Matt

      Hello there. Soil moisture sensor idea.
      General Discussion • • Matt  

      17
      0
      Votes
      17
      Posts
      8346
      Views

      NeverDie

      @brianmichalk Do tell us more. Sounds interesting.