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

Additional Telemetry sensors - BMP388, ICM-20948, MAX17048 #540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhskinner
Copy link

This adds enums for new sensor types in the Telemetry module:

  • BMP3XX - high accuracy temperature and pressure (n.b. an upgrade from BMP-280)
  • ICM-20948 9-Axis digital motion processor (n.b. an upgrade from MPU-6050)
  • MAX17048 1S lipo battery sensor provides voltage, state of charge, and time to go (n.b. gives the rate of discharge which is great for battery powered devices)

There is no impact or changes to existing sensors

Appreciate if you can merge this PR into the mestastic protobufs, and I'll raise another for the meshtastic firmware to add these new sensors to the Telemetry module

  • All top level messages commented
  • All enum members have unique descriptions

@CLAassistant
Copy link

CLAassistant commented Aug 3, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants