I2c scanner

From wikiluntti
Revision as of 20:44, 26 November 2022 by Mol (talk | contribs) (Created page with "== Introduction == GY-91 and many other Arduino digital sensors use [https://en.wikipedia.org/wiki/I%C2%B2C I2c protocol] to send the data using digital protocols. == Theory == == Exercises == == References == * Two arduinos as master and slave: https://www.instructables.com/Arduino-and-I2C/ * https://dronebotworkshop.com/i2c-arduino-arduino/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

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

Theory

Exercises

References