adafruit / Adafruit_BME280_Library

Arduino Library for BME280 sensors
Other
323 stars 300 forks source link

using in Jetson Nano #108

Closed SJavad closed 9 months ago

SJavad commented 10 months ago

can I use this Library on Jetson Nano to integrate with the sensor ? I have Jetson nano that have I2C pins and want to connect to the sensor and read temperature and pressure value. how can I do that ?

SJavad commented 9 months ago

@adafruit I am still waiting for an answer... I don't want to use Arduino I am using Jetson and I Recognize the bme280 on the i2c bus by entering the sudo i2cdetect -r -y 1 command. can I use this library for connecting and reading temperature and pressure values?

dhalbert commented 9 months ago

This is a C++ Arduino library, meant to run on microcontrollers that support Arduino. Instead of using Arduino, you can use Python. In particular, you can use the Blinka library, which runs on top of "regular" Python and emulates CircuitPython features. Then you can use CircuitPython libraries, in this case, https://github.com/adafruit/Adafruit_CircuitPython_BME280.

See https://learn.adafruit.com/circuitpython-libraries-on-linux-and-the-nvidia-jetson-nano for a guide on how to set up and use Blinka.

I'm going to close this issue. If you would like further support on this, see our discord, https://adafru.it/discord and the #help-with-linux-sbcs channel, or you can post in our forums https://forums.adafruit.com.