Temperature or Weight Sensor Connection Error
The system is configured to work with address = 0x45 for the temperature sensor (DFRobot HX711) and address = 0x64 for the weight sensor (CQRobot SHT31). If you are using different models or if the devices are not recognized, follow these steps to verify that the addresses are correct:
Check that the devices are correctly connected to the raspberry.
Install the detection tools:
sudo apt-get install -y i2c-tools
Run the tools:
i2cdetect -y 1
Change the addresses in the python code by modifying the corresponding settings in
village/settings.py
(extra_settings).