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
Sensors
  • Technologies
  • More
Sensors
Sensor Forum When you need many sensors at once...
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Sensors to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 26 replies
  • Answers 4 answers
  • Subscribers 347 subscribers
  • Views 3894 views
  • Users 0 members are here
Related

When you need many sensors at once...

screamingtiger
screamingtiger over 9 years ago

I have a project where I may need 25+ accelerometers and magnetometers.

 

I see three options for sensors:

-Direct wire, which could be possible with shift registers

-I2c, however many sensors of the same brand only ship with 1 or 2 address options and I dont want to have dozens of different brands with with different protocols

-SPI, same problem as I2c.

 

I found the I2C sensors to be cheap, is there a way to use numerous sensors with the same address within one bus?

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 9 years ago +4 verified
    Linear Technology makes chips to handle this situation - up to 127 devices with the same address can be handled on one bus, but you may need one of these chips at each sensor. They cost about $2 each.…
  • shabaz
    shabaz over 9 years ago in reply to gdstew +2 suggested
    yet here you are again pushing the easily dis-proven idea that I2C is only good for short distances between boards Where did I state with the explicitness that you suggest, that it is only good for short…
  • michaelkellett
    michaelkellett over 9 years ago in reply to screamingtiger +2
    Another method you might consider (it's cheaper for the parts but has other issues) would be to use a single micro with plenty of pins (50 spare IOs needed) and bit bang as many IC2 buses as you need.…
  • mcb1
    0 mcb1 over 9 years ago in reply to gdstew

    I2C isn't intended for long distances, so if you're trying to get these sensors to work across separated devices, then this could be an issue.

    I thought this was a rather good warning to add into the conversation, given the question was posed by someone that might have limited experience.

    The community has members that are very clever with hardware and others who are clever with software.

    Sometimes the bridge between those two parts is the hardest bit to complete the particular project they are trying to fix/solve/analyse/theorise.

     

     

    If you read the first part

    By the way, generally the reason this isn't normally an issue

    Then the rest is in context with why many devices have limited address.

     

     

    I have a 25 ft. HDMI cable connected betweena LCD TV and one of my computer's video cards

    HDMI cabling tends to be high grade, so I don't think 25 feet could be considered long in this context.

     

     

    The capacitance of ANY cable will be the killer for this application (which we now know is a short distance).

    BUT this post might be viewed by someone else who wants to run one sensor 100 or 200 feet away and have some other closer.

     

     

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 9 years ago in reply to gdstew

    Gary Stewart wrote (several times):

     

    No agenda, right ?

     

     

    Is it a clever ploy where I sometimes pretend to "like" I2C?

    Can I say "some of my best ICs are I2C, so I can't be anti-I2C-ist"?!

    As recently as a few months ago I published a project with the main IC being an NXP I2C part.. but please, do not let the reality get in the way..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • screamingtiger
    0 screamingtiger over 9 years ago

    Some good ideas coupled with a lot of nonsense as usual image  Douglas gets the cookie.  i was going to make something like this but decided that for $2 its better just get a few.  Thanks Douglas!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 9 years ago in reply to screamingtiger

    Another method you might consider (it's cheaper for the parts but has other issues) would be to use a single micro with plenty of pins (50 spare IOs needed) and bit bang as many IC2 buses as you need. It needs to be star wired and the coding will require some care but you can get very good performance with the right micro.

     

    The little LT chips look nice but you can see that their (LT's) hearts are analogue - who else would use resistor values to code an address image

     

    MK

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 9 years ago in reply to michaelkellett

    Good idea Michael,

    You could use a $4 PSoC4 Prototyping Kit to implement a bunch of channels.

    CY8CKIT-049-41XX CYPRESS SEMICONDUCTOR, Prototype Board, CY8C4125AXI-483 MCU ,Cortex-M0, LED to Provide Feedback, Bypass…

    PSoCRegistered 4 CY8CKIT-049 4xxx Prototyping Kits | Cypress

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jc2048
    0 jc2048 over 9 years ago in reply to Jan Cumps

    Perhaps you could use a repeater like this.

     

    http://www.ti.com/product/pca9515b

     

    (This one's for 3.3V use, but there are plenty of alternatives if you look through that product section)

     

    It's got an enable pin, so if you had one in front of each of your identical slaves they could be enabled individually one at a time as you wanted to talk to them. Think it would work, though I've not done it myself so an idea rather than a recommendation.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • 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