Want arduino program to convert voltage into weight without Hx711

Hi,

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.

Thanks in Advance.

With kind regards
Narendra

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.

Apply various weights to your gizmo and measure the voltage or ADC values.

Fit a straight line or curve to the data to determine the relationship between the two.

palnarendre:
my signal conditioning circuit

We don't work well with secrets here. If it is your circuit, show us the schematic.