Changes between Version 2 and Version 3 of EnergyMeterPulseSensor
- Timestamp:
- 2013-12-01 01:48:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnergyMeterPulseSensor
v2 v3 13 13 '''SLEEP_MODE = true''' 14 14 15 Use this if you run the sensor on battery. In this mode the sensor will report KWH but cannot report any Watt-value. This is because when sensor sleeps it will lose track of time and therefore it is impossible to calculate a correct Watt-value. 15 Use this if you run the sensor on battery. In this mode the sensor will report KWH but cannot report any Watt-value. This is because when sensor sleeps it will lose track of time and therefore it is impossible to calculate a correct Watt-value.\\ 16 16 17 17 '''SLEEP_MODE = false''' … … 37 37 38 38 [[Image(blink.jpg, width=500px)]] 39 Here is me trying to simulate meter pulses with another LED when testing the code.