mskutlu wrote:my adc is mcp3202. I dont have enough electronic knowladge so i dont sure that i connected them correctly. Do you have any reference for connecting mpx10dp, ina128 and mcp3202?
Well, you have picked a very complex project if you have little electronic knowledge.
I suggest you focus on only one thing. Probably the MCP3202 should be the first thing.
Here's a company selling an ADC circuit board:
https://www.abelectronics.co.uk/p/39/AD ... sion-board
You could copy the circuit and look at their source code on github. Focus only on making the chip work. You can connect a potentiometer to the ADC input and write a program that prints the voltage measured (from 0V to 3.3V). The ADC output should change if you turn the potentiometer.
Another thing you can do is search the internet for "MCP3202 raspberry" which will find other projects using the MCP3202. If you read about these projects you can learn how to use the chip yourself.
Good luck.