Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. nodemcu
    Log in to post

    • Goddur

      How do I push Notification within Arduino IDE sketch?
      My Project • nodemcu sct-013 • • Goddur  

      2
      0
      Votes
      2
      Posts
      493
      Views

      TheoL

      @goddur I'm sorry my friend. I think this question is not related to MySensors. I've googled it for you. https://www.instructables.com/id/ESP8266-to-IFTTT-Using-Arduino-IDE/
    • Goddur

      Need settling time for sct-013-030 (Used w/Nodemcu)
      Troubleshooting • nodemcu sct-013 • • Goddur  

      2
      0
      Votes
      2
      Posts
      516
      Views

      Yveaux

      @goddur Hi, and welcome to the forum! So what exactly is your question/problem? If it is the time until you get a stable reading after reset of the Arduino, you could just count the time until you get a stable reading. Then include this delay after startup before reporting the first value and you're done. Something like: static int startupCycles = 10; // 10 seconds initial startup delay void loop() { delay(1000); Irms = emon1.calcIrms(1480); // Calculate Irms only if (startupCycles) { --startupCycles; return; } if (Irms < .2) { // your original code... } }
    • rmh

      Blink on nodeMCU / RFM69 gateway
      Hardware • rfm69hw nodemcu gateway mqtt blink • • rmh  

      3
      0
      Votes
      3
      Posts
      881
      Views

      mfalkvidd

      In the default wiring, D1 is the only unused pin that is easy to work with. D2 is used for CE so using it to blink a led as well will not work.
    • marsault6

      Double watermeter on NodeMCU
      My Project • domoticz nodemcu watermeter raspberry pi3 wifi gateway • • marsault6  

      1
      0
      Votes
      1
      Posts
      1936
      Views

      No one has replied

    • Kokosnoot

      [SOLVED] NodeMCU ESP8266 and SPI with NRF24L01 + SD card module - sanity errors?
      Troubleshooting • esp8266 radio nodemcu spi multiple sensor sd card microsd • • Kokosnoot  

      8
      0
      Votes
      8
      Posts
      14734
      Views

      Yveaux

      @gohan Indeed... See e.g. my experience here: https://forum.mysensors.org/topic/2890/chinese-rubbish-or-is-it
    • openhardware.io

      💬 Central MA-02
      OpenHardware.io • esp8266 hlk-pm01 nodemcu • • openhardware.io  

      1
      0
      Votes
      1
      Posts
      767
      Views

      No one has replied