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

I2C pullups using ESP32-S2 Metro #9

Open
hammerflo opened this issue Oct 14, 2023 · 4 comments
Open

I2C pullups using ESP32-S2 Metro #9

hammerflo opened this issue Oct 14, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@hammerflo
Copy link

Hi, thank you a lot for the project, the documentation and effort! using the ESP32-S2 Metro there are already I2C pullups included so i didn't connect the jumper on the SimpleFOC V2.0.4. Using that setup with an AS5048b i did run into issues getting I2C communication to work. Whitout the shield it did work as expected. I solved the issue by desoldering one of the 4,7k I2C pullups of the V2.0.4 shield. Please check for next shield version, thank you!
image

@askuric
Copy link
Member

askuric commented Oct 14, 2023

Hey @hammerflo,

This is very strange! 🤔

Did you try to desolder the connection (solder pad) on the bottom side of the board?
There is one:
image

@hammerflo
Copy link
Author

hammerflo commented Oct 14, 2023

yes i did. looking at the schematic, sda and scl are connected with 2x 4,7k on the shield. maybe this leads to this behaviour?image

@askuric
Copy link
Member

askuric commented Oct 14, 2023

Nice catch!
This could be an issue, I did not think about that.
And in that case it make sense that desoldering one of the resistors solved the problem.

I've connected their 5V channel to reduce the number of soldering pads in the v2.0.4. Earlier versions did not have this issue. I'll make sure to separate them in the next release.

@askuric askuric added the bug Something isn't working label Oct 14, 2023
@askuric
Copy link
Member

askuric commented Jun 26, 2024

The issue is resolved in the new version of the shield :D

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

2 participants