Navigation

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

    Topics created by skatun

    • skatun

      Power Measurements
      Hardware • • skatun  

      7
      0
      Votes
      7
      Posts
      4139
      Views

      skatun

      i came across this one: https://github.com/FriedCircuits/ADE7753/tree/master/ADE7753_Breakout_v.2 I want it in this form http://download.schneider-electric.com/files?p_Reference=CA9SS048E&p_EnDocType=Application solutions&p_File_Id=5047423337&p_File_Name=CA9SS048E (web).pdf or something like this https://www.aliexpress.com/item/Free-shipping-DDS6866-5-30-A-230V-50HZ-Single-phase-Din-rail-KWH-Watt-hour-din/32324079915.html?spm=2114.01010208.3.54.D7Ft8i&ws_ab_test=searchweb0_0,searchweb201602_1_116_10065_117_10068_114_115_113_10000009_10084_10083_10080_10082_10081_10060_10061_10062_10056_10055_10054_10059_10099_10078_10079_427_10103_10073_10102_10096_10052_10050_10051-10102,searchweb201603_9,afswitch_3&btsid=81065051-9d8f-4742-afff-05bace226fa6 or this one, but it seems to output serial data, how many software serial can you have on one arduino? https://www.aliexpress.com/item/Mini-Multifuncion-power-energy-amp-voltage-monitor-meter-communication-module-with-CT-coil-AC-80-260V/32512169668.html?spm=2114.01010208.3.156.Hh7LxY&ws_ab_test=searchweb0_0,searchweb201602_1_116_10065_117_10068_114_115_113_10000009_10084_10083_10080_10082_10081_10060_10061_10062_10056_10055_10054_10059_10099_10078_10079_427_10103_10073_10102_10096_10052_10050_10051-10050_114,searchweb201603_9,afswitch_3&btsid=810667df-39e8-4801-a123-f3cd7ca3456a
    • skatun

      rs485 on nano
      General Discussion • • skatun  

      44
      0
      Votes
      44
      Posts
      19868
      Views

      Redguy

      Also keepin mind that those cheap rs485 adapters have a 120ohm load resistor and pull up and pulldown resistors installed for the rs485 bus.. Those should only ve installed on the ends of the data bus.. So remove them from the rest of the adapters if you use more than 2.
    • skatun

      Serial gateway, which example to follow??
      Development • • skatun  

      19
      0
      Votes
      19
      Posts
      7004
      Views

      skatun

      @tekka Thats correct, i am only running locally attached sensor:) I was luckily enough to run sth like 35 cables to my gateway, I might add radio in the future to reach down to my basement.
    • skatun

      IR node
      Development • • skatun  

      7
      0
      Votes
      7
      Posts
      1455
      Views

      CrankyCoder

      Thanks! The looks alot like what I did with my non-mysensors stuff. So that is perfect!!
    • skatun

      Locally attached sensors
      Development • • skatun  

      7
      0
      Votes
      7
      Posts
      2695
      Views

      skatun

      @badmannen I am on to it:)
    • skatun

      Serial gateway with several sensors connected to it
      Troubleshooting • • skatun  

      26
      0
      Votes
      26
      Posts
      7682
      Views

      skatun

      @barduino Upgrading to Arduino 1.6.8 did the trick. Thanks.
    • skatun

      Serial Gateway
      General Discussion • • skatun  

      9
      0
      Votes
      9
      Posts
      2811
      Views

      tbowmo

      @skatun As I said, there are not that much documentation on running without radio If I remember right, you could take the basic DHT11 example, remove radio stuff, and add a MY_SERIAL_GATEWAY define (look in the code to see the right names of the defines). However, one thing regarding your setup, what is the distance from the arduino mega, to your DHT11 sensors? I don't think they are meant to be used with long cable runs. Also the LED strips, are they PWM controlled? How about RF noise emiting from those wire runs? You could probably use rs485 as protocol for mysensors (does require arduino at each node).
    • skatun

      Serial gateway with the API
      General Discussion • • skatun  

      4
      0
      Votes
      4
      Posts
      1998
      Views

      hek

      @skatun You just do sending the same way on gateway as on the nodes. send(msgTemp.set(temperature, 1))