Need some help for reading data from sensors

Hi, everyone. I am a new learner of the embedded system project.

I am building an environment sensors project using PYNQ-Z2.

While I tried to read the data from the BME 280, there was no output.

[

[

The required Python library has been installed. (pip3 install sparkfun-qwiic)

On the other hand, it looks like the FS3000 air velocity sensor can’t support Python. Can I use it in another method?

Thanks for everyone](https://ibb.co/6bnCJqJ)](https://ibb.co/XsHp8q5)

liaifat85:
Try to run some example code provided by the library you installed to see if you can read data from the sensor. You can also follow this tutorial for cross-checking: https://www.pcbway.com/project/sharepro … 355f0.html

If the FS3000 sensor doesn’t support Python directly. You can use an Arduino to read data from the FS3000 sensor and then communicate the data to your PYNQ-Z2 board over a serial interface (UART, SPI, etc.).

I appreciate your help

I tried to run the example codes in the library, and here is the result.

[

[

It looks like a sensor connection issue.](20240221030707 hosted at ImgBB — ImgBB)](20240221030701 hosted at ImgBB — ImgBB)