Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    Do you know how to transfer one sensor's data over I2C? Commented Aug 15, 2019 at 21:07
  • yes i did it for one sensor Commented Aug 15, 2019 at 21:07
  • 1
    Then you can do it with more sensors. Just request (and send) more data. Commented Aug 15, 2019 at 21:08
  • 2
    Take your code. Where you request the data for 1 sensor, change that to request the data for more than 1 sensor. Where your code responds with the data for 1 sensor, change it to respond with the data for more than 1 sensor. Commented Aug 15, 2019 at 21:10
  • 2
    Your code is the example. Commented Aug 15, 2019 at 21:10