bogde / HX711

An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.
MIT License
876 stars 535 forks source link

Arduino freezes after about 1 hour of continuous reading #242

Open floxia opened 1 year ago

floxia commented 1 year ago

Hi there! First of all, thank you to everyone that created and contributed to the development of this library.

I have realised that after about 1 hour of continuous loadcell readings the Arduino freezes, serial stops and I need to reboot the microcontroller. This does not happen with other libraries and it is not code related as it happens with any code including the examples in blocking or non-blocking mode.

I simply get constant stable readings for that lapse of time, and then everything freezes.

I wonder if I can modify something in the library to prevent this from happening, and also would like to find out if anyone else has faced this issue before.

Thank you!