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 support to detected sensors #42

Open
patrickelectric opened this issue Aug 7, 2023 · 4 comments
Open

Add support to detected sensors #42

patrickelectric opened this issue Aug 7, 2023 · 4 comments

Comments

@patrickelectric
Copy link
Member

Add automatic detection for Bar30 and Bar100

@RaulTrombin
Copy link
Member

@patrickelectric @ES-Alexander
Will we add then to navigator-rs or can create a separate crate project?
Can we add these components to parts list?

  • take parts

@ES-Alexander
Copy link

How well does rust deal with dynamic libraries?

I feel like ideally they would be optional components since the sensors don’t come built in, and we already have libraries for them elsewhere that are maintained independently. If it’s not hard for a user to choose with/without the extra sensor libraries then that would be best, but if that would be challenging then we might need to do a monolithic crate with everything in it 🤷‍♂️

@patrickelectric
Copy link
Member Author

Adding support for such sensors is not a big deal, we can just add in navigator-rs.

@RaulTrombin
Copy link
Member

I don't see how it'll work.
Will it detect a device address on the I2C bus?
The devices need their own crates/examples beforehand.

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

No branches or pull requests

3 participants