Navigation

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

    Posts made by Bert Broek

    • RE: Pulse Sensor for electricity sketch question

      I think the result is a floating point number but the divider isn't. I'm going to rewrite the formula so it matches my old sketch which was working correctly.

      posted in Development
      Bert Broek
      Bert Broek
    • Pulse Sensor for electricity sketch question

      Hi,
      i have a question about the example sketch Power meter Pulse sensor.
      I hav it all working now but the KWH total count is off.
      I have figured out that my meter has a pulse count of 187,5 blinks/kwh.
      so i changed the value of #define PULSE_FACTOR 1000 to 187.5.

      but it seems the arduino is rounding this number to 187, so my total kwh will be off.
      i think it is because of a float/int messup.
      how can i correct this?

      i was thinking of counting every pulse twice and then set the pulsefactor at 375.
      Maybe there is a other easy way around??

      Kind regards,
      Bert.

      posted in Development
      Bert Broek
      Bert Broek