Arduino Load Cell Scale
Arduino Load Cell Scale
workshop
craft
home
food
play
outside
costumes
Table of Contents
Arduino Load Cell / Scale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
Author:sspence Arduinotronics
Professionally, I'm an IT Engineer (Executive Level) and Electronics Tech. I'm a Amateur Radio Operator (KK4HFJ). I lived off grid, with Solar (PV), Wind,
and veggie oil fueled diesel generator power for 6 years, and design my own off grid power systems.
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
{
return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
}
Related Instructables
Make your
weighing scale
hack using
arduino and
hx711 by
How to interface
with 5kg
Balance Module
or Load Cell by
mybotic
Arduino Nano
and Visuino:
Measure Weight
with HX711
Load Cell
Reprap Load
Cell Z-Probe by
palmerr23
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
SmartCityZen
Recycle with
HX711 by
rickhank
FluidTrakker
Intro by
RajDenver
Amplifier and
ADC by BoianM
SohamG
Advertisements
Comments
50 comments Add Comment
StevenH178 says:
StevenH178 says:
sspence says:
It's possible that load cell (4 wire?) will not work with the hx-711. I don't know.
sspence says:
NaveenI7 says:
I used arduino to power the hx711 circuit .My arduino was powered using USB cable.It shows 50 gms for 40 kg weight.
sspence says:
Are you using channel a or channel b, B is fixed amplification, A is programmable.
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
NaveenI7 says:
I am using channel A.
sspence says:
NaveenI7 says:
sspence says:
NaveenI7 says:
NaveenI7 says:
NomatoG says:
i got random data sir, how to calibrate hx711 with 5kg loadcell?
sspence says:
if you loaded the hx-711 library, it should be outputting in grams. make sure your s (a) wires are not reversed.
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
NomatoG says:
sspence says:
ShreeB3 says:
how can i get the output in kg .tell me the code for this and also i needthe basic of this gram program
sspence says:
ChenH9 says:
Can u estimate from the results, what is the accurecy rate of the results? Is it possible to get grams?
sspence says:
ChenH9 says:
sspence says:
ChenH9 says:
DominicM23 says:
Can a load cell be programmed to alert when something weighs less than it did when it was first placed on the sensor?
sspence says:
yes, you can program it to alert on any decision code you write.
DominicM23 says:
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
sspence says:
sspence says:
The LCD is digital, no amplifier is needed. it works on the same 5v signalling the arduino uses.
PaulJ75 says:
KeyurV1 says:
matti.virta.1 says:
I have weight sensor(load cell) 4 wire sensor+hx711 amp,+arduino uno r3, test code what i found at net working fine.
but how i adding code weight limit alarm led ?
mean if value = X then ledpin output hight else low. i try many code but no working ?
full code need be if button1 high ledpin1 high.(run pump) then value == X limit then ledpin2 high else low(alarm stop pump). but i try many time write code and
all style not working ,how thats must made ??????
sspence says:
sspence says:
TannerW4 says:
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
sspence says:
tunay02 says:
sspence says:
myrakhan says:
hey i want to know can i use AD620 amplifier instead of this one in the circuit??
sspence says:
myrakhan says:
sspence says:
There's no ad620, pic18f452 or proteus in this project. I regret that I cannot help you.
gs12 says:
sspence says:
steria says:
sspence says:
I don't see an issue. If the cart weight is included, subtract that out of your total before displaying.
http://www.instructables.com/id/Arduino-Load-Cell-Scale/
RazanI says:
sspence says:
you can put anything you want on the scale, assuming you pick an appropriate load cell.
http://www.instructables.com/id/Arduino-Load-Cell-Scale/