-
Hi @bogde & @Simonas0 ,
The ‘is_ready’ function of library is broken for Espressif chips (ESP32 & ESP8266) after merger of #193 pull request. Is there any other way by which we can detect if HX711 …
-
Hi, when i use the example.py file everything works just fine, but i don't want to calibrate each time i turn on raspberry or simply each time i use the scale, i just want to calibrate once and for al…
-
### Size
L
### Description
Create a circuit that can be used to read data from a load cell. Connect the circuit to a Raspberry Pi and access the data on the Pi.
The load circuit will use a 50kg …
-
Hi.
in Test Version support of an HX711 is included.
Instead of this I want to use established ADC for an beehive weightcell.
But there is only support of the ADS1115 ADC.
Is there any chance t…
-
Hi @piotrwest,
Could you add a bit more info on the wiring to the PCB ? I am a beginner at this and a picture would really help.
Cheers,
-
Each time a hx711_t is init'd, a copy of the PIO program is inserted into one of the RP2040's PIOs. It should instead:
- check if the program already exists in PIO memory
- if not, add it
- then …
-
Why you toggle the 24th bit in line 51 of Q2HX711.cpp?
-
Hi,
Here is my project: https://drive.google.com/open?id=1Z3F06SedyUEUU3kLxyKrCXW0QrrVnwQ2
Here is my code
`#include "HX711.h"
HX711 cell(A0, A1);
void setup() {
Serial.begin(9600);
}
…
ghost updated
3 years ago
-
I'm building a set of pedals for my sim racing rig and I'm using 3 load cells paired with HX711 boards connected to a teensy 4.1. I'm using some code I found that configures the teensy to be read as a…
-
While the clock speeds of various Microcontrollers increase, the speed of the shiftIn and shiftOut also increases. This creates a problem when communicating with slower devices. It could be interestin…
lemio updated
4 years ago