Skip to content

General Discussion

A place to talk about whateeeever you want
1.5k Topics 14.2k Posts
  • 0 Votes
    4 Posts
    3k Views
    HenryWhiteH
    @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!
  • Halloween display

    1
    0 Votes
    1 Posts
    795 Views
    No one has replied
  • Interrupt, Perform a specific function, not the loop

    14
    0 Votes
    14 Posts
    6k Views
    V
    @AWI This code runs continuously for 5 seconds in order to get a stable reading of light using LDR, which is used to set night mode on and off.
  • Help programing Pro Mini 5v clone

    3
    0 Votes
    3 Posts
    1k Views
    TheoLT
    I use an ftdi cable https://www.sparkfun.com/products/9873 Be sure to use one that can be switched to 5v. I have one that supports both 3.3V an 5.5V. Once you've hooked up the ftdi to the arduino and your make book, you're good to go
  • combine repeater and sensor type

    5
    0 Votes
    5 Posts
    2k Views
    J
    @hek said: @joshmosh said: Would gw.begin(incomingMsg, MY_NODEID, true) turn this node into a working repeater ? Yes, this enables the repeater feature. OK,thank you. This will save me an additional node.. Cheers Josh
  • What wire to use when soldering semi-permanent sensors?

    4
    0 Votes
    4 Posts
    2k Views
    A
    Hi, why dont you design your own pcbs? Its quite easy... Greetings Andreas
  • Protocol question

    2
    0 Votes
    2 Posts
    834 Views
    hekH
    What does you sketch look like? Do you listen for incoming messages and answer the request when it arrives? The node does not keep any state by itself of the last sent message etc. So you have to save these values yourself and send them upon request.
  • Time without data reading

    5
    0 Votes
    5 Posts
    2k Views
    AWIA
    @raulandresmoch Intresting reading on accuracy & lifetime! of temp sensors. Conclusion: The SHT71 does seem to be generally superior to the DHT22. It is better made, at least as accurate, more precise and responds more quickly to change. It does of course also cost ten times as much. Reliability may justify the higher cost, but I have to be cautious because I have not had the Sensirion device as long as the others. Two of my six DH22 / AM2303 devices have failed. Life expectancy is around one to two years. After 18 months of continuous operation only one of my six DH22 / AM2303 devices (device E) is able to match the performance of my one SHT71. Of course it is possible that I got the one good SHT71, but I do not consider that likely. The DHT22 cer list itemtainly is better than DHT11 and easily justifies its``` extra cost. list item
  • Repeater not working - How to?

    8
    0 Votes
    8 Posts
    4k Views
    hekH
    You cannot leave out any parameters in the middle.
  • Method to reveal sketch inside node or g/w

    vera arduino ide
    6
    0 Votes
    6 Posts
    3k Views
    5546dug5
    @LastSamurai good idea! Will give it a go!
  • Is anyone using senserbender with HC-SR501 PIR ?

    3
    0 Votes
    3 Posts
    2k Views
    M
    yeah i'm running a bunch. connect to the bottom pin on the top left side (basically not the vcc pin on the bottom) it take 3v and works great.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Basic Lcd Node

    7
    0 Votes
    7 Posts
    4k Views
    Lawrence HelmL
    Did you ever get this going if so can you share the code? My project is similar have a few temp sensors around and send them to an lcd screen node. Lcd can be a repeater to the gateway for logging on domoticz, also if so what extra code did you add on the temp sensor side?
  • Problem with nrf24l01+ and chinese arduino clone

    4
    0 Votes
    4 Posts
    2k Views
    G
    I update my arduino IDE and the version of MySensors and works fine!, thanks anyway!
  • What's up with gateway code on github ?

    4
    0 Votes
    4 Posts
    2k Views
    M
    @hek Thank for the update, it looks very interesting. I have been working on a ESP/MQTT sketch using the ESPWIFI Gateway and the subpub library. I will try the sketch in the development branch. I'm sure you have workout everything I am having problems with :) Regards, Mike
  • Is there any complete "how to guide"?

    16
    0 Votes
    16 Posts
    5k Views
    A
    @sundberg84 Thanks for your answer! Now makes a lot of sense and it works I am able to assign ids :)
  • Bluetooth proximity sensor

    2
    0 Votes
    2 Posts
    1k Views
    DwaltD
    @tomm277 Here is an example project along those lines.
  • 'production' setup - how do you guys do it?

    15
    0 Votes
    15 Posts
    7k Views
    F
    @Yveaux For your influx flow you can try this : [{"id":"8347dab9.7cb828","type":"mqtt-broker","broker":"localhost","port":"1883","clientid":""},{"id":"d92d398d.26d2c8","type":"mqtt in","name":"Temperature Bureau","topic":"MySensors/4/1","broker":"8347dab9.7cb828","x":159,"y":103,"z":"183ecd0f.e7c133","wires":[["a929fd06.56d6"]]},{"id":"a929fd06.56d6","type":"function","name":"","func":"var newMsg={};\nnewMsg.payload = new Buffer(\"temp,location=Bureau value=\"+msg.payload,\"binary\");\nreturn newMsg;","outputs":1,"noerr":0,"x":354,"y":103,"z":"183ecd0f.e7c133","wires":[["4b2e850f.b4d17c"]]},{"id":"4b2e850f.b4d17c","type":"http request","name":"","method":"POST","ret":"bin","url":"http://localhost:8086/write?db=test","x":505,"y":103,"z":"183ecd0f.e7c133","wires":[object Object]}]
  • Mosfet for RGB control

    5
    0 Votes
    5 Posts
    3k Views
    K
    "Is this the same component? and could I use those in the same way as the regular mosfets?" If you are use a 5 meter strip (300 LED and each LED can consume 60mA in "bright white"), you need a MOSFET with ~18A in theory. The IRLL014 has 2.7A which looks like it is not enough. SOT223 is a small size and if you are a beginner it is hard to solder it on a PCB :wink:
  • 433MHZ Weather Station by Acurite

    2
    0 Votes
    2 Posts
    2k Views
    DwaltD
    @Newzwaver Start here for methods on sniffing the code.

19

Online

11.8k

Users

11.2k

Topics

113.2k

Posts