Upgrade to Pro — share decks privately, control downloads, hide ads and more …

I2C basics with Arduino

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

I2C basics with Arduino

An overview about using I2C

Avatar for mulderp

mulderp

June 16, 2015

More Decks by mulderp

Other Decks in Programming

Transcript

  1. The I2C Learning Shield http://i2c-learning-shield.divshot.io/ U3: Atmel: AT30TS750A (temperature sensor)

    U8: Microchip: MCP7940N (RTC) U7: Microchip: MCP3008 (ADC) U6: Adesto Tech: AT25SF081 (Flash) https://github.com/rheingoldheavy/I2C-Display-Thermometer https://github.com/rheingoldheavy/I2C-Display-Clock
  2. Basic Signals 1. SCL: For timing and synchronization 2. SDA:

    For address and data https://rheingoldheavy.com/i2c-signals/