I am doing a project in which i am getting voltage output from my signal conditioning circuit, and i need to convert the voltage into weight and display it using LCD Display. I only know basic programming about the arduino. Can someone help me and give me general program so i can calibrate my output voltage with my weight requirement and display it on LCD display.
You need to know the relationship between the voltage and the weight.
Then you apply that relationship to the number you read from the analogue input to produce a weight number.
Then do an LCD.print statement to display it.
Break it down into steps. First get the weight number displayed on the serial monitor.
Then add the LCD library and use it to display the weight.