Navigation

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

    Topics created by abrasha

    • abrasha

      Sparkfun nrf24 on my sensors
      Hardware • • abrasha  

      3
      0
      Votes
      3
      Posts
      777
      Views

      abrasha

      @mfalkvidd plus a voltage regulator so i can plug the vcc directly into VIN for more current.
    • abrasha

      [SOLVED] ADAFRUIT rfm69hcw breakout - doesnt respond
      Troubleshooting • • abrasha  

      27
      0
      Votes
      27
      Posts
      12777
      Views

      Sweeman

      Hi, I am also trying to get them to work and stumbled upon this. I will try that and let you know if it works. @webzter30 I guess he connected it to RST on the Adafruit-board. He mentioned that before. And the breakout does work with 3-5V, so it should work with almost anything. But Adafruit stated that you should use the same power on VIN as on the logic circuits. So for a Nano that would be 5V EDIT: Works for me! Thanks.
    • abrasha

      Blinds control
      Domoticz • • abrasha  

      2
      0
      Votes
      2
      Posts
      2358
      Views

      mfalkvidd

      @abrasha I'm not sure if Domoticz supports it, but I think this sketch by @scalz has the features you are looking for. https://github.com/scalz/MySensors-HW/blob/development/RollerShutterNode/FW/MyRollershutter/MyRollershutter.ino
    • abrasha

      simple ping check - sensor to gw
      General Discussion • • abrasha  

      21
      0
      Votes
      21
      Posts
      6763
      Views

      abrasha

      @Yveaux and i suppose everyone use chinese clone now and then - thats why my SWATCH-DOG tm is vital to take over this problems. now thats my log for the placement of the node after last sketch update: 2016-12-30 10:48:19.509 MySensors: Node: 254, Sketch Name: circuitar EC H1-2ch WIT 2016-12-30 10:48:19.510 MySensors: Node: 254, Sketch Version: 1.1 WIT = WITH-WTD - cut by domoticz/mysensors if there's another disconnection, i'll post here. well, maybe i'll wait for some of them to prevent spamming.. stay tuned.
    • abrasha

      virtual reset
      Development • • abrasha  

      1
      0
      Votes
      1
      Posts
      544
      Views

      No one has replied

    • abrasha

      A nEw aPProach to connection failures - FOREVER!!
      Development • • abrasha  

      1
      0
      Votes
      1
      Posts
      520
      Views

      No one has replied

    • abrasha

      radio check for BinarySwitch nodes
      Development • • abrasha  

      1
      0
      Votes
      1
      Posts
      491
      Views

      No one has replied

    • abrasha

      partial upgrade of nodes to v2.0 library?
      Development • library api update mysx2.0 • • abrasha  

      7
      0
      Votes
      7
      Posts
      2038
      Views

      abrasha

      @pbcstudios Well, that's my opinion also about Android version - sometimes it can make things worse with new bugs that overcome the few new features that's been added. @tandobkhcm Well, i didn't try any sketch for now with the v2 version so i can't tell. Also my humidity sketch is one of the sketches i didn't modify. My mods include combining several sensors into one node (e.g. 2 door sensor , one dht, one dallas temp), Or reading industrial sensors of pressure and EC through 4-20ma protocol and sending them as "temperature" readings because they have the longest log in domoticz.
    • abrasha

      ethernet gateway stops sending data
      Troubleshooting • • abrasha  

      11
      0
      Votes
      11
      Posts
      2165
      Views

      abrasha

      @sundberg84 well, another week has passed and i think im after it. the problematic node recieved a new case to hold the itead nano-io-shield which acts as a dc-dc converter - gives the nrf power from the 7-12v pass the arduino, and also i gave it a 10mf cap. its so different to open the browser day after day without seeing any red bars... thanks a lot
    • abrasha

      self healing routing tables sometime fails
      Troubleshooting • • abrasha  

      1
      0
      Votes
      1
      Posts
      846
      Views

      No one has replied

    • abrasha

      ethernet gateway see nodes from other serial gateway
      Troubleshooting • • abrasha  

      7
      0
      Votes
      7
      Posts
      1825
      Views

      abrasha

      well, i've got lost with this git thingie. i'll just edit the channel inside myconfig.h with the correct channel everytime i upload a sketch according to the gateway it will connect to. thanks a lot anyway
    • abrasha

      reverse binary switch message
      General Discussion • • abrasha  

      5
      0
      Votes
      5
      Posts
      1270
      Views

      abrasha

      @martinhjelmare Great! I'll try it tomorrow. Thanks a lot
    • abrasha

      problem with manual node_id
      Troubleshooting • • abrasha  

      2
      0
      Votes
      2
      Posts
      902
      Views

      abrasha

      ok i think its solved. well sort of... i tried clearing the eeprom of the board and uploading again ( with (NULL , 3) modification) but still i didnt get any siganl on domoticz and again the radio started getting hot. so switched to another board (chinese NANO) with original sketch with gw.begin() and it worked. i dont know if its the board replacment or the sketch replacement that did the trick but for now its working.
    • abrasha

      gateway wont recieve new sensors
      Troubleshooting • • abrasha  

      6
      0
      Votes
      6
      Posts
      2274
      Views

      abrasha

      (SOLVED) PROBLEM CAUSE: some sort of unclear data in the memory of the board(sparkfun redboard), i think.. SOLUTION: uploading mock-sensor sketch and afterwards the wanted sketch i soldered the de-CAP and tried within 2 meters range, but it didnt change. than i got back to my office and uploaded serial gateway sketch to one board while the other board was still with repeater sketch. the serial gateway showed correct log at the IDE like in the thread that Wijbe-Fryslan mentioned, but the repeater still didnt receive its data. than i uploaded mock-sensor sketch to the second board and than the data appeared at the serial gateway log. so i did the same procedure of uploading mock sketch , and than uploading the wanted sketch for each board (repeater and humidity) and went to the controller to check it and it worked!! thanks to the new original domoticz app i could check the log online for "sketch version" lines and afterwards i did reception distance metering with battery powered repeater node. now all is working fine but there is something that disturbs me - the domoticz log showed same node number for the repeater and the new humidity sketch. is that ok? or i should define manual node number inside the sketch? HUGH THANKS TO EVERYBODY
    • abrasha

      repeater node with sensor
      General Discussion • • abrasha  

      12
      0
      Votes
      12
      Posts
      7187
      Views

      Heizelmann

      ... and to give the DHT sensor a chance on reading errors to retry and not to wait until next cycle which might be very long: for (unsigned int i = 0; i < DHT_MAX_TRIES; i ++) { float temperature = dht.getTemperature(); if (isnan(temperature)) { Serial.println("Failed reading temperature from DHT"); gw.wait(dht.getMinimumSamplingPeriod()); } else if (temperature != lastTemp) { lastTemp = temperature; if (!metric) { temperature = dht.toFahrenheit(temperature); } gw.send(msgTemp.set(temperature, 1)); Serial.print("T: "); Serial.println(temperature); break; } } Repeat the same for humidity of cause.
    • abrasha

      Repeater node showing temp on lcd?
      Hardware • • abrasha  

      4
      0
      Votes
      4
      Posts
      1585
      Views

      hek

      You have to use the receive-function. There are several examples (I.e. RelayActuator) that uses it.