products:flipper:adc_i2c_arduino

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
products:flipper:adc_i2c_arduino [2021/04/04 12:57] – created manuproducts:flipper:adc_i2c_arduino [2021/04/04 13:12] (current) manu
Line 5: Line 5:
 tags: flipper, arduino, ADC, ADS1015, I2C tags: flipper, arduino, ADC, ADS1015, I2C
  
-This is an example of I2C communication with an ADC component.+ 
 + 
 + 
 +**This is an example of I2C communication with an ADC component.**
  
 ===== - Schematics ===== ===== - Schematics =====
-{{:products:flipper:schema_ads1015.png?400|}}+{{:products:flipper:schema_ads1015.png?|}}
  
 For this example we used [[https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library|Sparkfun's ADS1015 Library]]. For this example we used [[https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library|Sparkfun's ADS1015 Library]].
  
-We are using the I2C1 communication bus so we will use Wire1 instance (if we were using I2C0 it would have been Wire instance, see [[products:flipper:arduino_bus_references|flipper arduino bus references]] ). The i2C address of the ADS1015 is 0x48 since we connected ADDR pin to GND (see  {{ :products:flipper:ads1015.pdf |datasheet}} ) .+We are using the I2C1 communication bus so we will use Wire1 instance (if we were using I2C0 it would have been Wire instance, see [[products:flipper:arduino_bus_references|flipper arduino bus references]] ).\\ 
 +The i2C address of the ADS1015 is 0x48 since we connected ADDR pin to GND (see  {{ :products:flipper:ads1015.pdf |datasheet}} ) .
  
 ===== - Arduino Code ===== ===== - Arduino Code =====
  • products/flipper/adc_i2c_arduino.1617541067.txt.gz
  • Last modified: 2021/04/04 12:57
  • by manu