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

Polling Data operators should reference a single underlying polling loop #316

Open
jonnew opened this issue Oct 1, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jonnew
Copy link
Member

jonnew commented Oct 1, 2024

For instance, lets say the user puts in two PolledBno055Data nodes, each with the same DeviceName arguments. These two nodes will now share access to a single underlying i2c bus instead of just pulling data from a common, underlying polling loop. This makes them appear to have half the sample rate each since the bandwidth is limited by i2c communication speed.

@jonnew jonnew added the bug Something isn't working label Oct 1, 2024
@jonnew jonnew added this to the 0.4.0 milestone Oct 1, 2024
@jonnew jonnew self-assigned this Oct 1, 2024
@jonnew jonnew changed the title Polling Data devices should reference a single underlying polling loop Polling Data operators should reference a single underlying polling loop Oct 1, 2024
@jonnew jonnew modified the milestones: 0.4.0, 0.5.0 Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant