Changes between Version 9 and Version 10 of SoilMoistSensor


Ignore:
Timestamp:
2013-09-28 19:06:51 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoilMoistSensor

    v9 v10  
    66http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/SoilMoistSensor 
    77 
    8 Before downloading the sketch to the Arduino you need to select a unique RADIO_ID (see top of sketch source code). The RADIO_ID must be unique in your radio network and is also used on the Vera side to distinguish between different sensors.  
    9 After updating RADIO_ID and downloading the code you should be ready to go. 
    108This sensor sleeps most of the time. If interrupt on digital input occurs it wakes up and transmits change.  
    119 
     
    2422== Hardware - Purchase guide == 
    2523 
    26 This is the stuff you need to purchase to build the SoilMoistSensor. Note that I've provided links to the things I bought during the development. You might find it cheaper somewhere else. Also note that you might need to buy like 10x of some items to get the price specified. 
    27  
    28 1x Cheap Arduino Nano without serial interface and usb connector\\ 
    29 http://www.aliexpress.com/item/16Pcs-Lot-Pro-Mini-Module-Atmega328-5V-16M-For-Arduino-Compatible-Nano/710613095.html 
    30  
    31 8x Dupont cable Female->Female (you might need 3 extra Female->Male for your moist sensor)\\  
    32 http://www.aliexpress.com/item/New-Female-To-Female-40-pcs-Wire-Cable-Line-1p-1p-Pin-Connector-20cm-2-54mm/1045212486.html 
    33  
    34 1x NRF24L01+ wireless data transmission module 2.4Ghz\\  
    35 http://www.aliexpress.com/item/Free-shipping-NRF24L01-wireless-data-transmission-module-2-4G-the-NRF24L01-5PCS-LOT-upgrade-version-New/603756080.html 
     24To build this sensor you'll need one arduino + radio specified in the base kit found here:\\ 
     25http://code.mios.com/trac/mios_arduino-sensor/wiki/WikiStart#Buyingguide\\ 
     26With the following additional parts: 
    3627 
    37281x Moist sensor\\ 
    3829http://www.aliexpress.com/item/Soil-Moisture-Sensor-Hygrometer-Module-for-Arduino-2560-UNO-1280-Free-Shipping-Wholesale/762036166.html 
    3930 
    40 (You might later need some housing and transformer or battery compartment as well) 
    41  
    42 TOTAL SENSOR PRICE: $3,99 + $0.93 + $0,6 + $2.94 = $8,46 
    43  
    44 To download code to the cheapest Arduino Nano sensors (that is missing the serial USB port) you need to buy one of following as well. It is only attached while downloading code and can be reused between sensors. 
    45  
    46 1x Serial to USB adapter to download code to cheap Arduino Nanos\\ 
    47 http://www.aliexpress.com/item/Free-Shipping-FT232RL-USB-To-Serial-Adapter-Module-USB-TO-232-For-Arduino-Download-Cable/827218126.html 
     31TOTAL SENSOR PRICE: $7.6 (arduino + radio) + $2.9 (moisture sensor) = '''$10.5''' 
    4832 
    4933[[Image(20130907_172831.jpg, width=500px)]]