Hi. I want to make a digital weigh scale using load cell that can measure weight of a cardboard / paper stock. I have to display a number based on the weight… Like display 1 for 500g to 600g; display 2 for 600g to 700g, etc.
I am a beginner to electronic projects. Can you please let me know of boards or kits that can do this. Any information on components needed and how to do this project will be helpful to me. Please help.
Hi @Saranya5 and welcome to our forum!
We are glad to hear about your project.
According to your description, my guess is that you want to make something like this: https://community.robotshop.com/tutorials/show/arduino-5-minute-tutorials-lesson-8-wheatstone-shield-amp-lcd
Am I right?
What would be the maximum weight that you would like to measure?
Thank you for the link. It is a great starting point for me. It shows how to display the force / weight.
My requirement is to take this weight, compare it with a range value already defined and display the range value.
For ex. I first assign 3 identifiers x, y, z.
x = 720g to 840g, y = 841g to 960g, z=961g to 2000g.
If the paper stock’s weight is 900g, output displayed should be y.
If the paper stock 's weight is 1000g, display should show z.
These range values for x, y, z should be input manually through keys whenever needed.
Can you guide me to the components and projects for this.
Maximum weight of paper stock is 5kg.
Hi @Saranya5,
You would need these:
- An Arduino-compatible microcontroller board, such as this [RB-Ard-34]. You can browse our category here.
- A strain gauge/load cell/Wheatstone bridge interface, such as this [RB-Onl-38].
- A load cell, such as this [RB-Phi-119].
- An LCD screen, preferably with buttons (for ease of interfacing), such as this [RB-Cytt-73].
- Some stackable headers to leave space for the load cell connections, like these [RB-Spa-928].
- One female / female jumper wire, like these [RB-Dfr-109].
Thank you. Do you have a tutorial that will help me do this project? I am a beginner… A step by step tutorial would be helpful.
Yes. This should guide you well: https://community.robotshop.com/tutorials/series/arduino-5-minute-tutorials