รบกวนสอนวิธีทำหน่อยครับผมเห็นในวิดีโอมีวิธีโค๊ดค่าแต่ไม่ทราบว่าต้องคาริเบตน้ำหนักด้วยรึป่าวครับ
ลองดูตามโคดนี้ครับ http://airtripper.com/1626/arduino-load-cell-circuit-sketch-for-calibration-test/
// LOAD CELL CALIBRATION
// ตั้งค่าต่ำสุด Low end of the test load values
static long loadLow = 0; // measured low end load in grammes from good scales
static int analogLow = 80; // analog reading from load cell for low end test load
// ตั้งค่าสูงสุด High end of the test load values
static long loadHigh = 5103; // measured high end load in grammes from good scales
static int analogHigh = 1008; // analog reading from load cell for high end test load