WIP: Add basic read example for ESP32-based systems#14
Open
sssilver wants to merge 1 commit intoqrasmont:masterfrom
Open
WIP: Add basic read example for ESP32-based systems#14sssilver wants to merge 1 commit intoqrasmont:masterfrom
sssilver wants to merge 1 commit intoqrasmont:masterfrom
Conversation
Author
|
Some things that I have observed with my oscilloscope on the BMI module that may be of interest:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: this code panics!
This is an attempt to add a basic read example for ESP32 systems (implemented on an ESP32S3 dev board by Espressif).
I have the Adafruit BMI270 board with the following wiring:
However for some reason when running my code, I get the following output:
I'm not sure what would cause chip ID to read as 0, but the rest of the code seems correct, so as long as we can fix that, we can merge this.