Enthernet Code
DIIDevHeads IoT Integration Server
•Created by Enthernet Code on 7/30/2024 in #firmware-and-baremetal
How to Fix "OSError: [Errno 5] EIO" in STM32 Water Quality Monitoring System?
Hello Guys I am trying to develop a real-time water quality monitoring system using an STM32 microcontroller, MicroPython, and various water quality sensors(pH sensor, Turbidity sensor)
DS18B20
. The system will use an AI model to predict water quality parameters such as pH, turbidity, and temperature, and display the results on an LCD
screen. I have connected the pH sensor, turbidity sensor, and DS18B20
temperature sensor to the STM32
, also connected the LCD
screen to the STM32
using I2C
.
But am getting the error
OSError: [Errno 5] EIO
6 replies