-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this be used in micropython? #48
Comments
Yep, it can - our custom version of MicroPython has drivers built in for this sensor. Once you've installed it, there's a BME68x example here and some documentation here. |
I'll give this a try, thanks! |
Thanks from me too!!! I have used the BME with a Raspberry Pi 3 to do long
term air quality monitoring, but a Pico uses less power and can be placed
in more spots!!!
Rgds
Mario
…On Mon, 23 Jan 2023, 14:13 Hel Gibbons, ***@***.***> wrote:
Yep, it can - our custom version of MicroPython
<https://github.com/pimoroni/pimoroni-pico/releases> has drivers built in
for this sensor.
Once you've installed it
<https://github.com/pimoroni/pimoroni-pico/blob/main/setting-up-micropython.md>,
there's a BME68x example here
<https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/breakout_bme68x/bme68x_demo.py>
and some documentation here
<https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/breakout_bme68x>
.
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH322SPODENM3Y6DYIDJIS3WTZYWVANCNFSM6AAAAAAUDYHT24>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably a stupid question, but would we be able to use this on a Raspberry Pi Pico W running micropython? I've seen a couple of issues on this but I just need a definite answer from someone, thanks.
The text was updated successfully, but these errors were encountered: