Navigation

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

    Goddur

    @Goddur

    0
    Reputation
    2
    Posts
    229
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Goddur Follow

    Best posts made by Goddur

    This user hasn't posted anything yet.

    Latest posts made by Goddur

    • How do I push Notification within Arduino IDE sketch?

      What this boils down to; would like to know if while sensing current (SCT-013) on my Nodemcu is it possible to launch IFTTT within an IF statement carrying out the push.
      The simple incomplete code but works to this point of the project.
      https://pastebin.com/vTMREeyw

      posted in My Project
      Goddur
      Goddur
    • Need settling time for sct-013-030 (Used w/Nodemcu)

      My project involves sensing the current on my washing machine (115VAC). If statements will check for zero amps and 2.5 amps or greater up to 30 amps. Unfortunately during power-up or reset the com port displays some garbage current reading and need to figure out how to allow the readings to settle to close to zero before continuing to on. Here are the initial power-up or reset problematic reading:
      Current ON
      75.01
      Current ON
      16.88
      Current ON
      3.98

      After this settles the reading start to report steady current reading. The only problem if the current does not settle out close to zero from the start it will cause false "IF" statement triggers.

      Here are the results after the current settles out. I turn the load on and off to show the current reading.

      Current ON
      2.51
      Current ON
      2.55
      Current ON
      2.52
      Current ON
      2.50
      Current ON
      2.55
      Current ON
      2.40
      No Current
      0.17
      No Current
      0.04

      Here is the unfinished code.
      https://pastebin.com/kDjx5zQM

      posted in Troubleshooting
      Goddur
      Goddur