User Tools

Site Tools


env_sensor

This is an old revision of the document!


Building up an Environment Sensor

Needed Parts and PCB

You need a PCB. You may use the layout from Github and etch it yourself or order the PCB or a complete kit.

The envsensor is designed to run 24/7 on two alcaline batteries with an estimated battery lifetime of > 5 years.

Partlist (in buildup order)

Amount Part Placing Picture
1 PCB Generic Midi 1 pcb_maxi_speed.jpg
1 Resistor 560R green-blue-brown R1 resistor_560r.jpg
1 Resistor 150k 0,1% brown-green-black R2 resistor_150k_0p1.jpg
1 Resistor 330k 0,1% orange-orange-black R3 resistor_330k_0p1.jpg
1 Resistor 1M brown-black-green R4 resistor_1m.jpg
1 Resistor 100k brown-black-yellow R5 resistor_100k.jpg
1 Resistor 10k brown-black-orange R6, R7, R8 resistor_10k.jpg
1 IC holder IC1 ic_holder.jpg
1 LED 2mA LED1 led_yellow.jpg
1 Connector AVR ISP 6pin JP1 connector_isp.jpg
1 Connector 1 pin header (for serial TX) PD1 connector_pinheader.jpg
1 Capacitor 10µF C3 capacitor_10uf.jpg
1 Battery Holder 2xAAA battery_holder.jpg
1 IC ATMega328 IC1 atmega.jpg
1 Transceiver PCB RFM12B IC2 ic_rfm12b.jpg
1 Antenna (82,2mm wire) antenna.jpg

maybe extra pins, at your opinion.

Buildup of PCB

As always: start from flat to high. Go through the partlist and solder the parts from the top ones to the last ones.

For some parts, you have to consider something special:

  • IC holder: Look at the notch and place it in the right direction.
  • LED: Solder it to a wire if you want to place the PCB in a housing later. Read the instructions on how to solder the LED to a cable. The longer wire of the LED is +. It goes into the hole more in the middle of the PCB.
  • ISP Connector: The notch points to the side of the PCB.
  • 10 uF Capacitor: The marked line is -, which points to the LED. On the PCB, + is labelled.
  • R7+R8: These pull-up resistors are for I2C use. You can leave them out if you don't use I2C.
  • Battery holder: + is the pin towards the middle of the PCB.
  • ATMega: Before inserting it, you may want to check the voltage levels when switching the power on. Pin7 should have VCC (3V) against pin8 (ground). If you have different voltages: don't panic, nothing is broken, nothing is fried. Search your error. To insert the ATMega, bend the pins at 90 degreed by placing the ATMega on the table and bending it carefully. Then insert it into the IC holder. Be sure that you are not charged with electricity (ESD!) when touching the IC pins.
  • RFM12B: You should also check the voltages first before soldering the module. At the place for the radio module the pad beside the antenna and at the opposite side the third pad should read about 3.3 V. For soldering, read the RFM12B mounting instructions.

(Image directly loaded from external GitHub source. If it doesn't work, fix link in wiki!)

Flashing the firmware

If you have a new ATMega where nothing is flashed onto, download a prebuilt binary package or build your own firmware. If you bought a hardware kit, the ATMega should already be flashed.

You can leave the batteries inserted all the time, no matter if you're currently flashing or using the device.

To make a “reset”, take one battery shortly out of its holder.

After flashing and switching the power on, your temp sensor should blink quickly for some seconds. After that, it only flashes shortly once whenever a temperature data packet is sent (>5 min).

Improve idle power consumption (PCB Rev. < 1.2)

Battery voltage and brightness are measured using two voltage divisors each consisting of two resistors. The idle power consumption can be improved (down to about 21µA) by connecting the one end of them (see both left red ovals at R3 and R5) to PB6 (pin 9, the other red oval), which is only switched on when the device is actively measuring.

You only need this modification with a PCB version Rev. < 1.2, where the resistors were not connected to the I/O pins. The advantage in power consumption is not so big if you don't have a photocell connected. To use this feature, you need also a firmware >= v0.7.0 or develop build from 06/17/2014 or later.

<clear>

Connecting specific sensors

Please read about the supported sensors at the envsensor description. Below, you'll find assembly instructions.

Even if the SHT15 uses partly the same pins as the I2C sensors, they can be connected and used in parallel!

Connect a SHT15

The mapping between SHT15 and Generic Midi PCB was different before firmware V0.6.0. If you want to use a firmware < 0.6.0, connect the SCK pin of the SHT15 with PC4 instead of PC2. The images below show how to connect the SHT15 using a current firmware.

PCB Rev. >= 1.2

Connect the SHT15 sensor to a ribbon cable by soldering the four pins shown on the picture. The SHT15 is very sensitive to heat. I suggest soldering one pin, wait a minute or two and then solder the next!

Solder the other end of the wires to the PCB. The picture is from the top side of the PCB. The border of the PCB is at the bottom of the picture.

<clear>

PCB Rev. <= 1.1

If you have an older PCB version you have to patch the SCK wire to the PC2 pin on the bottom side of the PCB. It is the fourth pin of the ATMega counting from the PCB border.

If you look at the back of the PCB, you have to solder the wires as shown on the picture.

<clear>

Connect I2C sensors

The pin layout for all I2C sensors in general is like shown here. Besides power and ground, they use a clock (SCL) and a data (SDA) line.

<clear>

Connect a DS7505

I glued the DS7505 temperature sensor to a breadboard and connected wires to it.

If you want to connect other I2C sensors, you can wire them in parallel to the DS7505 as I did with a BMP085. That's why you can see two pairs of wires in the picture.

<clear>

The pins have to be wired as shown here. You need 4k7/10k pull-up resistors as specified by the I2C standard. If you have a Generic Midi PCB Rev. 1.1 and up, just solder R7+R8 to the PCB. If you have an older PCB revision, you have to solder the resistors as shown in the picture.

<clear>

Connect a BMP085

A BMP085 barometric pressure sensor is often available on small PCB. You can connect the pins (VCC, GND, SDA, SCL) the same way as described above for the DS7505. <clear>

Connect a SRF02

 The SRF02 can be connected just like other I2C sensors to SDA, SCL, GND and VCC. Please note that the SRF02 needs 5V input voltage.

<clear>

You have two options for the power supply:

  1. Use a 5V power supply. Connect the 5V to the SRF02 and create 3V/3.3V for the SHC PCB with a simple voltage regulator (7803).
  2. Use two batteries and produce the 5V for the SRF02 with a step-up voltage regulator (see below).

Connect the voltage converter (for SRF02)

First you have to solder a small transistor circuit to power the voltage regulator. This is because the input current of the regulator is about 20mA at the low battery voltage used (SRF02: ~4,5 mA at 5V). The I/O pins of the ATMega328 can't produce this amount of current (at 2-3V).

env_sensor_transistor2.jpg

As a voltage converter, I found this nice model at eBay for less than 2 EUR. It produces 5V and works with a minimum input voltage of 1V. It draws 0.25 mA when idle.

step_up_voltage_converter_1.jpg step_up_voltage_converter_2.jpg

You should use at least AA cells for the environment sensor when using the SRF02 and the voltage converter, because one SRF02 measurement takes about 0.015 mAh, which results in ~800 days battery lifetime at AA cells (2800 mAh) when you make one measurement every 7 minutes.

Integrate it into a housing

describe it…

env_sensor.1408808514.txt.gz · Last modified: 2014/08/23 17:41 by breaker27