Skip to content

Releases: sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library

Version 1.0.6

18 Apr 13:45
5a33b0e
Compare
Choose a tag to compare

This release:

  • Updates Example1 to show how to set the current range to 90A if needed - thank you @bobemoe #9

Version 1.0.5

25 May 08:25
79adb22
Compare
Choose a tag to compare

This release:

  • Adds support for RMS power measurement - as requested in #6
    • Two new functions have been added: readPowerActiveReactive and readPowerFactor
    • See the new Example5 for details
  • Changes boolean to bool
  • Updates Example4
    • Bypass N is now also disabled in eeprom
    • Updates the comment for setDividerRes

Version 1.0.4

05 Dec 10:17
370e4c0
Compare
Choose a tag to compare

This release:

  • Corrects the scaling for irms (AC current RMS) - datasheet error - irms has 16 fractional bits (same as vrms) not 15
  • Adds an example to read vrms and irms

Version 1.0.3

03 Dec 20:21
2636b0f
Compare
Choose a tag to compare

This release:

  • Corrects the use of the current coarse gain
    • This corrects an error in the current measurement - which would only have been seen on ICs with crs_sns not equal to 4.5x

Version 1.0.2

05 Apr 16:30
cfa3828
Compare
Choose a tag to compare

This release:

  • resolves issue #1 - thank you @AsimHex
    • _senseResistance, _dividerResistance, _currentSensingRange and associated functions now use float instead of int
    • code now runs correctly on the ATmega328P

Version 1.0.1

19 Mar 13:08
Compare
Choose a tag to compare

This release:

  • Adds Example3: EEPROM Settings

Version 1.0.0

17 Mar 13:30
Compare
Choose a tag to compare

Initial release after testing on X01 hardware