am interfacing arduino uno with load cell by using AD620. (Analog Monitor to Serial Output).
Loadcell technical information is attached here. Excitation voltage is given 10 - 15VDC.
When am interfaced with AD620 the output is varying around 140mV when load cell is in idle condition (placed on table) . Please refer the analog output of AD620 module with arduino analog input. is it noise signal or did i missed something ?
So i like to do try with HX711 . but the problem is HX711 excitation voltage is 5v i think.
so does the load cell responds well with HX711 ? if not how to implememnt.
Hi,
Can you post a schematic of your project please.
Preferably not a Fritzy, an image of a hand drawn circuit will be fine.
Please include power supply(s), component names and pin labels.
Hi,
Thanks for the diagram.
The noise is probably coming from the DC-DC converter, HX711 would be a better solution.
I would put a 0.1uF capacitor as bypass across the E- and E+ connections at the loadcell.
i also checked the same circuit by replacing AD620 with AD8608 as differential amp. this time i added 0.1uf cap across A0 and GND.
THis time ADC counts are getting stable most time not varying like ad620 test. but still some sudden spikes of 100mV have been reported.
Here am posting the test readings please check it.
Can you suggest a solution to overcome to avoid sudden spikes rather than a filter cap in E+ and E- .
In software am just monitoring , mapping to 0 to 5000mV and sending it out to serial port with delay of 500ms. is there any thing else to do with software?
Currently am not using any PCB for my circuit rather than arduino. Amplifier it self mounted on General Purpose Board for testing. and using jumper wires to connect.