element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
PCB Design, Prototyping and Production
  • Products
  • More
PCB Design, Prototyping and Production
PCB Forum Custom MPU9250 Circuit problem
  • Blog
  • Forum
  • Documents
  • Leaderboard
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join PCB Design, Prototyping and Production to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 10 replies
  • Subscribers 127 subscribers
  • Views 2047 views
  • Users 0 members are here
  • esp32
  • problem
  • i2c
  • help
  • gyroscope
  • mpu9250
Related

Custom MPU9250 Circuit problem

Chuitoto
Chuitoto over 2 years ago

Hi! I've design a MPU9250 schematic for a project. But it's not working, I even can't find it with a I2C scanner code. And I think the soildering is fine (I had re-soilder many times)

I just connect the SDA, SCL connect to my ESP32 SDA, SCL pin with 2.2k pull up. VCC is in 3V3 as normal

imageimage

Do anyone know what I've done wrong ? Thank you!

  • Sign in to reply
  • Cancel

Top Replies

  • javagoza
    javagoza over 2 years ago in reply to Gough Lui +2
    You're right, I'm totally asleep, I'm going for a coffee :D
  • Gough Lui
    Gough Lui over 2 years ago +1
    It looks mostly fine to me. You might have to scope the I2C pins and check power - sometimes they can get unhappy if the power supply is non monotonic, noisy or has dips. Design wise, Pin 11 FSYNC should…
  • Gough Lui
    Gough Lui over 2 years ago

    It looks mostly fine to me. You might have to scope the I2C pins and check power - sometimes they can get unhappy if the power supply is non monotonic, noisy or has dips.

    Design wise, Pin 11 FSYNC should be grounded if not used. This shouldn't stop ot responding on I2C but could result in reading rate irregularities.

    I would still say, if you doubt your soldering, it may well be the issue. Otherwise verify the orientation if the part - square parts are often mis-oriented.

    - Gough

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza over 2 years ago

    Both signal lines, SDA and SCL, need a pull-up resistor on them, to restore the signal to high when no device is asserting it low.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Gough Lui
    Gough Lui over 2 years ago in reply to javagoza

    Poster claims 2.2k resistance for pull up in original posting. PCB layout R5 and R6 appear to do this, good for 400kHz mode. That being said, the routing is a bit strange ...

    - Gough

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • javagoza
    javagoza over 2 years ago in reply to Gough Lui

    You're right, I'm totally asleep, I'm going for a coffee :D

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • charlieo21
    charlieo21 over 2 years ago in reply to Gough Lui

    I agree that it looks fine, but the routing is kind of odd.

    If OP has resoldered it various times that could have damaged the IC.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Workshopshed
    Workshopshed over 2 years ago

    On a circuit I made yesterday, I forgot to solder the power connector. Have you checked that your VDD pin is connected, it is not clear from the PCB.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • sxaw_VSP
    sxaw_VSP over 2 years ago

    Can you post a zoom image of the actual PCB? Also please check the voltage level of SDA/SCL lines. Even if it's not working, there should still have 3.3V based on the design.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • bidrohini
    bidrohini over 2 years ago

    You can use an I2C analyzer tool to check the communication between the MPU9250 and the ESP32. This will help you determine if the problem is with the I2C communication or with the MPU9250 itself.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • embeddedguy
    embeddedguy over 2 years ago

    I have some questions as I have also designed something with MPU6050

    Does ESP32 respond if you connect to any other i2c sensor? That is because that way you are sure that i2c bus is working on esp32 side.

    What is EXP pin your symbol?

    One suggestion is that you can use the typical operating circuit for your reference in section 4.2 of the datasheet.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Gough Lui
    Gough Lui over 2 years ago in reply to embeddedguy

    I suspect EXP stands for the exposed rear paddle on the package ...

    - Gough

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube