Changes between Version 4 and Version 5 of PressureSensor


Ignore:
Timestamp:
2013-09-19 18:14:04 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PressureSensor

    v4 v5  
    11[[Image(pressureVera.png, align=right, width=300px)]] 
    2 = !Pressure/Temperature/Weather! forecast sensor using BMP085 = 
     2= !Pressure/Temperature/Weather forecast sensor using BMP085 = 
    33 
    44== Software == 
     
    2222Connect VCC of the BMP085 sensor to 3.3V (NOT 5.0V!)\\ 
    2323Connect GND to Ground\\ 
    24 Connect SCL to i2c clock - on '168/'328 Arduino Nano/Uno/Duemilanove/etc thats Analog 5\\ 
    25 Connect SDA to i2c data - on '168/'328 Arduino Nano/Uno/Duemilanove/etc thats Analog 4\\ 
     24Connect SCL to i2c clock - on '168/'328 Arduino !Nano/Uno/Duemilanove/etc thats Analog 5\\ 
     25Connect SDA to i2c data - on '168/'328 Arduino !Nano/Uno/Duemilanove/etc thats Analog 4\\ 
    2626EOC is not used, it signifies an end of conversion\\ 
    2727XCLR is a reset pin, also not used here\\