How to Build Arduino Weighing Scales
How to Build Arduino Weighing Scales
Scales
By p_leriche in CircuitsArduino
85,267
106
37
Featured
DownloadFavorite
If you are using a 4-wire load cell you will then need to
solder the 4 leads from the load cell to a 4-wide pin strip.
The first two pins will be E+ and E- and the other two A-
and A+. I taped over the solder joints with PVC tape to
protect them. A mark on one end and a corresponding
mark on the pin socket means I know which way round
to connect it, though I don't think it matters.
I used a hot melt glue gun to hold the load cells in place
on the base and also to fix the stripboard onto the base
in the middle. I then pressed the weighing platform hard
down on them so that the pimples on the tops of the load
cells made slight indentations. I deepened these with the
router and checked they still aligned nicely with the load
cells. I then put hot melt glue on and around each
indentation and quickly pressed the weighing platform
onto the load cells before the glue hardened.
Add TipAsk QuestionCommentDownload
Step 7: Programming the Arduino
I assume you have the Arduino IDE installed on your
computer and know how to use it. If not, check out one
of the many Arduino tutorials - that is not my purpose
here.
Attachments
HX711.ino
Download
Add TipAsk QuestionCommentDownload
Step 8: Calibration
The Arduino sketch in the previous step contains two
calibration values (or scale factors) relating to my 1kg
and my set of four 50kg 3-wire load cells. These are on
lines 19 and 20. You will need to perform your own
calibration, starting with any arbitrary calibration value
such as 1 (on line 21).
Art Challenge
Woodworking Contest
37 Comments
gracieo1234567grace
11 months ago
ReplyUpvote
hi, I am just wondering if i could get in contact to ask some questions
about a school project similar to this.
5 replies
dromanin
11 months ago
ReplyUpvote
Hello,
nice project!
I could realize a first draft setup quite easily... only point is that I think
that your figure on step 4, about wiring the 4 3-wides load cells, has a
bug: the A terminals are connected cross wise, and if one follows that
exactly (as I did at first) then the readouts are not good, they come out
all zeroes... (after the first setup lines). Instead your text and the
scheme given in the wiki link are good and specify that the A and C
terminals should connect to opposite cells on the sides of each cell.
After changing that it all worked. I see actually the comment of
somebody having all zero readings, he/she might have done the same
as me...
Bye
Daniel