I2c scanner

From wikiluntti
Revision as of 20:51, 26 November 2022 by Mol (talk | contribs) (→‎Theory)

Introduction

GY-91 and many other Arduino digital sensors use I2c protocol to send the data using digital protocols.

Theory

The Scanner from IDE
Output of the scanner

From Arduino IDE find “File → Examples → Wire → i2c_scanner”. Using that script, you can find out what I2C devices are connected to your Arduino Board.

Exercises

References