Hey all,
Try to make this as succinct as posable. After first putting this together I was getting wildly fluctuating readings. The below wiring specified 5v and after changing to that, I’m now getting
[12:37:59][D][hx711:031]: 'Bed Sensor': Got value 0
[12:37:59][D][sensor:121]: 'Bed Sensor': Sending state 0.00000 with 0 decimals of accuracy
[12:38:09][D][hx711:031]: 'Bed Sensor': Got value 0
[12:38:09][D][sensor:121]: 'Bed Sensor': Sending state 0.00000 with 0 decimals of accuracy
[12:38:19][D][hx711:031]: 'Bed Sensor': Got value 0
[12:38:19][D][sensor:121]: 'Bed Sensor': Sending state 0.00000 with 0 decimals of accuracy
[12:38:29][W][hx711:037]: HX711 is not ready for new measurements yet!
[12:38:39][D][hx711:031]: 'Bed Sensor': Got value 0
[12:38:39][D][sensor:121]: 'Bed Sensor': Sending state 0.00000 with 0 decimals of accuracy
[12:38:49][D][hx711:031]: 'Bed Sensor': Got value 0
[12:38:49][D][sensor:121]: 'Bed Sensor': Sending state 0.00000 with 0 decimals of accuracy
[12:38:59][D][hx711:031]: 'Bed Sensor': Got value -8
[12:38:59][D][sensor:121]: 'Bed Sensor': Sending state -8.00000 with 0 decimals of accuracy
[12:39:09][W][hx711:037]: HX711 is not ready for new measurements yet!
[12:39:19][W][hx711:037]: HX711 is not ready for new measurements yet!
[12:39:29][D][hx711:031]: 'Bed Sensor': Got value 0
[12:39:29][D][sensor:121]: 'Bed Sensor': Sending state 0.00000 with 0 decimals of accuracy
[12:39:39][D][hx711:031]: 'Bed Sensor': Got value 0
[12:39:39][D][sensor:121]: 'Bed Sensor': Sending state 0.00000 with 0 decimals of accuracy
[12:39:49][W][hx711:037]: HX711 is not ready for new measurements yet!
[12:39:59][D][hx711:031]: 'Bed Sensor': Got value 0
[12:39:59][D][sensor:121]: 'Bed Sensor': Sending state 0.00000 with 0 decimals of accuracy
ESP32s
ESPHome
sensor:
- platform: hx711
name: "Bed Sensor"
dout_pin: GPIO21
clk_pin: GPIO22
gain: 128
update_interval: 10s
Green HX711 amp
I have a bed currently on the load cells with the idea that I would set that as 0KG and use my weight as registered from a scale to calibrate.
Bed sensor before and after switching 3.3 to 5v
Did I fry the amp moving it to 5v? or was it just never working?
Thanks all
EDIT: So the HX711 have an operating voltage from 2.65 to 5.5v so I cant have fried it right.