Enthernet Code
DIIDevHeads IoT Integration Server
•Created by Enthernet Code on 7/30/2024 in #middleware-and-os
How to Fix "Failed to Read Sensor: OSError" on Arduino Nano 33 BLE Sense with MicroPython?
Hey guys am developing an air quality monitoring system using an
Arduino Nano 33 BLE Sense
, MicroPython, and a CCS811
gas sensor. The system will use a TinyML
model to predict air quality index (AQI
) based on sensor data. I have set up the flash MicroPython firmware on the Arduino Nano 33 BLE Sense, connected the CJMCU-8128
module to the Arduino (I2C
pins: SDA
to A4
, SCL
to A5
), also connected the OLED
display to the Arduino using I2C
.
But am getting the error
Failed to read sensor: OSError
Here's my code
5 replies