Skip to content
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

Add BME280 sensor #87

Open
jmadden173 opened this issue May 20, 2024 · 1 comment · May be fixed by #98
Open

Add BME280 sensor #87

jmadden173 opened this issue May 20, 2024 · 1 comment · May be fixed by #98
Assignees
Labels
enhancement New feature or request

Comments

@jmadden173
Copy link
Contributor

Describe the Enhancement
Add driver code for the Adafruit BME280 sensor. The driver code will read temperature/pressure/humidity and upload it to the Dirtviz stack

Benefits

  • Temperature/pressure/humidity to be measured by the device

Possible Drawbacks

  • More power consumption
  • Cause issues with 10k pull-up resistors on the board

Additional Context
For ECE293 final project

@jmadden173 jmadden173 added the enhancement New feature or request label May 20, 2024
@jmadden173 jmadden173 self-assigned this May 20, 2024
@jmadden173
Copy link
Contributor Author

Got measurements working on the device using the bosch drivers.

Measurements are provided as int which can be converted to SI units as shown below. Post processing will be done on the backend side.

pressure: 98473
temperature: 2275
humidity: 43600
pressure: 9847.3 hPa
temperature: 22.75 C
humidity: 43.600 %

@jmadden173 jmadden173 linked a pull request Jun 10, 2024 that will close this issue
@jmadden173 jmadden173 linked a pull request Jun 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant