Navigation

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

    Topics created by warmaniac

    • warmaniac

      Lightning report - any idea ?
      Development • • warmaniac  

      9
      0
      Votes
      9
      Posts
      1746
      Views

      wallyllama

      The project you linked to uses a feature of the atmega to speed up the a/d sample rate, leaving little processing for other work. It also sends a 512 byte payload, whih is nice for graphing, but Im guessing you'd like a count of lightning, strength, and distance. This one would give strength and count. If I were doing this, I'd use 2 arduinos, 1 as a detector, 1 to parse the data and act as the mysensors node. Look through the apu docs. There is probably a reasonable data type to send the processed data to domoticz or what ever you like. If I were really doing this, I would look for a more robust detector using discrete components. And connect it to an arduino/mysensors node. This one may work. (Maybe more complicated to build) http://www.techlib.com/electronics/lightningnew.htm An old am radio tuned to an unused frequency, could be connected to an arduino analog pin with some resistors and capacitors, and sampled at 9600 samples/sec or less and could be done with 1 arduino.
    • warmaniac

      LED strip remote without relay?
      Hardware • • warmaniac  

      8
      0
      Votes
      8
      Posts
      1779
      Views

      mfalkvidd

      The easiest way to control the leds, if we disregard the radio power problem, is a mosfet. See https://www.mysensors.org/build/dimmer for how to build one, but that solution would need to be combined with SmartSleep or some other method for getting the change to the node without draining the battery.
    • warmaniac

      DHT22 - humidity problem
      Hardware • • warmaniac  

      8
      0
      Votes
      8
      Posts
      3221
      Views

      warmaniac

      @bgunnarb nevermind... but still finding the best way how to wire it and power it. Readings are inaccurate
    • warmaniac

      Low power battery Door/Window sketch nrf24l01
      Development • • warmaniac  

      21
      0
      Votes
      21
      Posts
      10176
      Views

      warmaniac

      @mortommy YES !!! That's it !!! But it is fatal error , because i use step up booster and when battery goes down , It caused that arduino start / shutdown quickly , it spams my Gateway I must disconnect it .
    • warmaniac

      Output voltage problem with StepUp Booster 3.3V
      Hardware • • warmaniac  

      19
      0
      Votes
      19
      Posts
      3387
      Views

      yetifor

      I would like to step up 3.3V from my power supply with the help of a dc-dc-boost converter to 5V and then I want to draw 500mA by placing a 10 Ohm resistor between the output-pin of the boost-converter and ground.