Changes between Version 1 and Version 2 of PressureSensor


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PressureSensor

    v1 v2  
    11[[Image(lightVera.png, align=right, width=300px)]] 
    2 = Light Sensor = 
     2= Pressure/Temperature/Weather forecast sensor using BMP085 = 
    33 
    44== Software == 
     
    1414Follow the instructions in ConnectingRadioModule to connect radio module. 
    1515 
    16 Connect the digital AO (Analog Out) of the light sensor to analog input 0 of Arduino board.   
    17 Connect VCC to +5V of the Arduino board. GND to GND. 
     16 
     17 
     18Connect VCC of the BMP085 sensor to 3.3V (NOT 5.0V!) 
     19// Connect GND to Ground 
     20// Connect SCL to i2c clock - on '168/'328 Arduino Nano/Uno/Duemilanove/etc thats Analog 5 
     21// Connect SDA to i2c data - on '168/'328 Arduino Nano/Uno/Duemilanove/etc thats Analog 4 
     22// EOC is not used, it signifies an end of conversion 
     23// XCLR is a reset pin, also not used here 
    1824 
    1925== Hardware - Purchase guide ==