Comments on: Arduino with Load Cell and HX711 Amplifier (Digital Scale) https://randomnerdtutorials.com/arduino-load-cell-hx711/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 05 May 2024 10:15:41 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: oluka samuel https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-912715 Sun, 05 May 2024 10:15:41 +0000 https://randomnerdtutorials.com/?p=110379#comment-912715 After placing a known weight am getting different values on the serial monitor with value should i consider to use for calculating my calibration factor

]]>
By: Ruan https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-910920 Mon, 29 Apr 2024 09:42:10 +0000 https://randomnerdtutorials.com/?p=110379#comment-910920 Hi Sara, firstly we all thank you for your speedy replies, everytime!

(This is a repost from another thread)
My question is, does this library auto scale your loadcell values, so that you dont exceed the mV per Volt range? ( I dont know how to phrase it properly, I want to span my measured values. Meaning I want to have it only read 0 – 5kg or 0 – 3000kg depending on what I set the span value to)
To clarify, everything is working perfectly, and I have had it running for awhile for different application, my common problem I run into is that my values tends to drift after a few hours although the temp and load-cell stays the same with or without weight applied on the load cell.
My load-cells are configured through Wheatstone bridge configuration.
I am pretty sure that if I span it better that this problem could go away.
Thank you in advance!

]]>
By: Sara Santos https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-891494 Thu, 15 Feb 2024 10:41:12 +0000 https://randomnerdtutorials.com/?p=110379#comment-891494 In reply to Don.

Hi.
Don’t worry about that.
You can follow this tutorial: https://randomnerdtutorials.com/esp32-load-cell-hx711/
Regards,
Sara

]]>
By: Don https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-889952 Sun, 11 Feb 2024 02:23:02 +0000 https://randomnerdtutorials.com/?p=110379#comment-889952 I want to use a load cell + amplifier for an ESP32-based project but I am concerned about the voltage level needed for VCC on most breakout boards.

AFAICT a 5V supply is needed for the HX711 breakout board but the means that the signal lines will also be at 5V when for an ESP32 they need to be 3.3V.

]]>
By: Sarah https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-884150 Mon, 15 Jan 2024 12:42:07 +0000 https://randomnerdtutorials.com/?p=110379#comment-884150 also the above code sometimes run good but after few minutes it goes into setup body and consider the weight as tare

]]>
By: ashkan https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-878680 Tue, 19 Dec 2023 09:00:00 +0000 https://randomnerdtutorials.com/?p=110379#comment-878680 how can I use 2 loadcell?that they work separately.

]]>
By: jasper https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-864067 Thu, 05 Oct 2023 10:28:30 +0000 https://randomnerdtutorials.com/?p=110379#comment-864067 In reply to Sara Santos.

both the calibaration and the weigthing are just saying random numbers

]]>
By: jasper https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-864066 Thu, 05 Oct 2023 10:27:33 +0000 https://randomnerdtutorials.com/?p=110379#comment-864066 In reply to Sara Santos.

thnx!, the calibaration and the weighting are both just saying random numbers?

]]>
By: Sara Santos https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-863696 Tue, 03 Oct 2023 14:15:17 +0000 https://randomnerdtutorials.com/?p=110379#comment-863696 In reply to jasper.

Make sure you select the right baud rate in the Serial Monitor.
In this case 57600.
Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/arduino-load-cell-hx711/#comment-863695 Tue, 03 Oct 2023 14:14:42 +0000 https://randomnerdtutorials.com/?p=110379#comment-863695 In reply to jasper.

Hi.
Make sure to install the library indicated on the tutorial.
Regards,
Sara

]]>