TroubleshootingArduino

Calibrating Gravity I2C Digital Wattmeter Problem

userHead Ross.Waddell 2022-10-16 00:41:35 494 Views1 Replies

I've hooked up the Gravity I2C Digital Wattmeter do my Arduino Uno for the purpose of calibrating the unit as per the instructions for unregulated power supply but my Serial Monitor starts with 20mA for the current but goes down to 16mA, then back up again - its variable. Same goes for the multimeter - it varies from 20mA to 18mA or so.

 

What should I set for these parameters?

 

// Revise the following two paramters according to actula reading of the INA219 and the multimeter

// for linearly calibration

float ina219Reading_mA = 1000;

float extMeterReading_mA = 1000;

2022-10-17 15:00:42

Hi! Please make the load power consumption more than 100mA as much as possible.

userHeadPic jenna