Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to convert ADC Values into KG

Status
Not open for further replies.

Shiv Shankar

Newbie level 3
Joined
Sep 3, 2013
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
30
Can anybody tell me how to convert adc value into kg

my load cell without load min adc value is 300 and load cell with load max. value is 850.
 

what load cell are you using?
Have you checked it's datasheet?
 

@ shihab_leo

check the following link as given below.
that load cell i am using.

i am amplify the signal using opamp.
i get adc value without load is 300 somthing and with load 800 somthing.
i am using avr series microcontroller and programing language are c

https://www.sparkfun.com/products/10245

- - - Updated - - -

@ shihab_leo

check the following link as given below.
that load cell i am using.

i am amplify the signal using opamp.
i get adc value without load is 300 somthing and with load 800 somthing.
i am using avr series microcontroller and programing language are c

https://www.sparkfun.com/products/10245
 

Have tried with this method

actual KG reading = ((ADC reading - ADC min reading) * Kg span) / ADC span ) + Kg minimum reading..
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top