Skip to content

Development

Discuss Arduino programming, library tips, share example sketches and post your general programming questions.
1.5k Topics 13.5k Posts

Subcategories


  • 56 578
    56 Topics
    578 Posts
    HJ_SKH
    Hi2All! Surprising is here. After about 24hours I refresh HA and suddenly my motion sensor was integrated. There is also second entity > battery : 0 , have to look deeper into that for understanding. Need to change little in the sketch, because don't want every short time 'no movement' so only when there is motion and maybe once a hour indication sensor is alive. Meantime I found 3 other good threats: https://forum.mysensors.org/topic/11200/finally-progress-evidence-based-radio-testing-method-and-capacitors https://forum.mysensors.org/topic/1664/which-are-the-best-nrf24l01-modules/27 https://forum.mysensors.org/topic/9550/build-a-reliable-power-supply-chain Very usefull for me also finally progress because of lacking time in the past. Great jobs are done here! Thanks for this all of you guys or girls!
  • Programming needed to enable RFM69 radio with 5100 ethernet code.

    7
    0 Votes
    7 Posts
    1k Views
    korttomaK
    As far as I know all the radio pins have some kind of "default" pin assignment and only in special cases you need to reassign them. Also depending on the processor type or board type you choose in the tool the default pin assignment may differ. I think it in case of RFM69 is handled in the RFM69_old.h (someone with better knowledge please correct me if I am wrong).
  • Getting values from outside my nodes

    9
    0 Votes
    9 Posts
    2k Views
    berkseoB
    @crankycoder I do not know if I understood you correctly ... void request (uint8_t childSensorId, uint8_t variableType, uint8_t destination); Suppose you have a node with ID 100 sends request (1, 24); (= request (1, 24, 0)) This means that the node with ID 100 requests the information with the last value for sensor 1 with the type VAR1 that is on the controller for the node with ID 100. (not at sensor 1 on the gateway (ID 0) Ie at such request of a node with ID 100 requests value as though at itself (that last value which is on the controller). request (1, 24); request (1, 24, 0); It is the same. ps/// I understood :) .. on OpenHub there is no implementation of the MySensors module
  • Happy Standby Node :)

    3
    0 Votes
    3 Posts
    2k Views
    berkseoB
    @crankycoder https://translate.google.com/translate?sl=ru&tl=en&js=y&prev=_t&hl=ru&ie=UTF-8&u=http%3A%2F%2Fmysensors.ru%2Fforum%2Fviewtopic.php%3Ff%3D5%26t%3D380&edit-text=
  • ESP8266 MQTT gateway SSL connection

    1
    3 Votes
    1 Posts
    3k Views
    No one has replied
  • Secure gateway with sms receiver: stability?

    17
    0 Votes
    17 Posts
    3k Views
    alowhumA
    So I created a gateway with the 800L.. and as predicted it used too much power. I've now put it on a separate node, and seems to work fine.
  • 16 relay with arduino. Change many at the same time

    2
    1 Votes
    2 Posts
    3k Views
    fusion_manF
    @ferpando Hi, I am installing your HomeRelay_1 program (16 relay with Arduino) and would like the MyBuffer.h and MyBuffer.cpp. The only ones I have found have (sensor, type) for buffer.push where you actually have (sensor, type,string data). The program will not compile on v1.6.5. Thank you for all that you do for the community!
  • Lots of Repeater nodes? (new info December 2017 requested)

    6
    0 Votes
    6 Posts
    1k Views
    alowhumA
    So, what's the answer? For those finding the thread: If you are not using battery sensors, then it's fine to make all of them repeaters. After 20 failures to send, nodes will try looking for other pathways. In that case having multiple repeaters is useful if a node fails. It might be that it takes some more space/memory on your arduino?
  • MySensors 2.2 Release

    2
    2 Votes
    2 Posts
    923 Views
    alowhumA
    @ian-bishop I also notices there hasn't been much change in a week. Has is become stable?
  • Need help with ESP8266 Node in MQTT Network

    6
    0 Votes
    6 Posts
    2k Views
    siodS
    Hi guys, thanks to both of you! Thanks @TimO for the general information and thanks to @kimot for finding the exact solution for what I was looking for. Awesome!! I will give it a try as soon as possible...
  • Power sensors stopped working

    openhab2
    13
    0 Votes
    13 Posts
    2k Views
    sundberg84S
    Without any evidence - yes. I have not made that much tests yet since I waited for my logger. I have made some posts about this on the forum. I dont want to make any conclusions yet. @gohan
  • (newbie) Pin confusion between example and board pins

    1
    0 Votes
    1 Posts
    449 Views
    No one has replied
  • Custom broadcast requests (from node to node group)

    1
    1 Votes
    1 Posts
    680 Views
    No one has replied
  • which sensor and msg type for switch/dimmer node (sender only)?

    9
    0 Votes
    9 Posts
    2k Views
    Boots33B
    @andrew At the moment any data enforcing you require will need to be coded in your sketch and as I have said there are ways to determine the data type required. I am not sure as to why it is not present in the MySensors library, it may be worthwhile to start another thread on this and see what other information you can get.
  • How to set NodeID in 2.1.1

    5
    0 Votes
    5 Posts
    1k Views
    jocke4uJ
    Thanks - works just fine
  • No matching function for call 'DHT::DHT()'

    6
    0 Votes
    6 Posts
    8k Views
    mfalkviddM
    @dick great. Thanks for reporting back.
  • Xod IDE

    6
    0 Votes
    6 Posts
    2k Views
    gohanG
    Well, it would need to be a mysensors project since it requires specific functions to be added in code; it is not as easy as adding code for a potentiometer or a servo motor.
  • Return value of bool send(MyMessage &msg, const bool ack = false);

    6
    0 Votes
    6 Posts
    2k Views
    B
    @mfalkvidd said in Return value of bool send(MyMessage &msg, const bool ack = false);: @bilbolodz just to check: are you sure there are no repeaters or other gateways within range? I've to check more thoroughly but rather not.
  • 4 Votes
    90 Posts
    147k Views
    I
    @gohan sorry, my bad, nothing to do with vcc library ... just realized that vcc lib allows me to measure vcc without resistor divider:-)
  • A mesh network for use with ESP8266 and MQTT

    mesh mqtt esp8266
    9
    1 Votes
    9 Posts
    15k Views
    S
    I am not able to install the Library . I am getting Error Invalid library found in C:\Documents and Settings\User\My Documents\Arduino\libraries\ESP8266MQTTMesh: C:\Documents and Settings\User\My Documents\Arduino\libraries\ESP8266MQTTMesh. I changed the name of the zipped file to ESP8266MQTTMesh as the name of .cpp file ESP8266MQTTMesh.cpp. Still it is saying Invalid Library found in .... What could be the problem.
  • Watchdog timer

    9
    0 Votes
    9 Posts
    2k Views
    I
    @gohan Yep, that did it. Thank you so much.

20

Online

11.8k

Users

11.2k

Topics

113.2k

Posts