Trybotics Logo

Get a Hanging Weight Sensor Out of a Luggage Scale for Your Arduino Project

DESCRIPTION

In this tutorial I show you how to get a hanging weight sensor for an Arduino project out of a cheap, common luggage/fishing scale and the often used HX711 ADC module.


Background:

For a project I needed a sensor to measure a certain weight that is hanging on a string. The weight sensor should have been very small and send accurate data to a microcontroller. I could not find a load cell that was fitting my aesthetical and technical requirements. In the end I figured out that the inside of a standard luggage scale can be used in the same way as a load cell. These scales are small and cheap and are already made to measure hanging weights. With an HX711 ADC module you can transform the analog data into readable data for the Serial Port of an Arduino. I am so happy about this, that I want to share this small hack with you!

Material:

  • Suitcase/Fishing Scale
  • HX711 ADC Module
  • Arduino
  • Jumper Cables/ Cables

Description:

Opening the Luggage Scale
2 More Images

After opening the scale you can see the metal construction, that has four cables attached: a black, red, white and green cable. The cables go to a board. We only need this metal thing, with its four cables. This is going to be our load cell.

On the last photo you can see the luggage scale cell next to a common 10kg load cell. Our cell from the luggage scale is much smaller but has the same cables.

The luggage scale I used had dual accuracy: 0 -10 kg, 5g accuracy/ 10-45 kg, 10g accuracy.

Description:

Now we connect our load cell to the module and to the Arduino. Here you can just follow the wiring diagram of the HX711 ADC module. Check before wiring if your HX711 module uses 3.3 V or 5 V.

Description:

Follow now the very nice guide from Mybotic (from Step 4 on):

HOW TO INTERFACE WITH 5KG BALANCE MODULE OR LOAD CELL

There is a good HX711 library provided and also the calibration is explained in a video.

Description:

In the end you should have your own small beautiful weight sensor for projects that require a measurement from a hanging weight! I used mine to create a balancing machine.

I hope this small hack can enrich your personal projects!


YOU MIGHT ALSO LIKE