A simple way is by creating six sets of int32_t getHX711(void) and int weigh() Use six sets of gpio pins total 12 pins And call each function seperately int32_t getHX711_1(void) int weigh_1() int32_t getHX711_2(void) int weigh_2() int32_t getHX711_3(void) int weigh_3() int32_t getHX711_4(void) int weigh_4() int32_t getHX711_5(void) int weigh_5() int32_t getHX711_6(void) int weigh_6() Tha.
We connected the 10 kilogram weight sensor to the stm32 as you specified and wrote the code as you specified. However, the value we receive is always the same and we cannot observe any change as we increase the weight. Additionally, when we remove the weight from the sensor, the value does not reset to 0, the old value remains constant. Can you help me?
I really enjoyed this and I enjoyed your presentation of the weights.
please explain how to modify the code for six load cell with six hx711
A simple way is by creating six sets of int32_t getHX711(void) and int weigh()
Use six sets of gpio pins total 12 pins
And call each function seperately
int32_t getHX711_1(void)
int weigh_1()
int32_t getHX711_2(void)
int weigh_2()
int32_t getHX711_3(void)
int weigh_3()
int32_t getHX711_4(void)
int weigh_4()
int32_t getHX711_5(void)
int weigh_5()
int32_t getHX711_6(void)
int weigh_6()
Tha.
Great Video! Thanks a lot for this.
after setting the tare weight i place the load on load cell i got value in negative
We will also get negative weight if we put the load on the opposite side of the load cell
why we did not use library for hx711?
Library codes are between
/* USER CODE BEGIN 0 */
//----
/* USER CODE END 0 */
as in www.micropeta.com/video108
My Calibration is still floating after that, I used Mavin Load Cell NA4 100kg, can you help solve my problem? thank you
Good work keep up👏
We connected the 10 kilogram weight sensor to the stm32 as you specified and wrote the code as you specified. However, the value we receive is always the same and we cannot observe any change as we increase the weight. Additionally, when we remove the weight from the sensor, the value does not reset to 0, the old value remains constant. Can you help me?
Probably, check the wiring connection
Thanks