Changes between Initial Version and Version 1 of MotionSensor


Ignore:
Timestamp:
2013-09-08 21:46:35 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MotionSensor

    v1 v1  
     1[[Image(motionVera.png, align=right)]] 
     2= Motion Sensor = 
     3 
     4== Software == 
     5You can find the Arduino sketch to download here:\\ 
     6http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/MotionSensor 
     7 
     8Before 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.  
     9After updating RADIO_ID and downloading the code you should be ready to go. 
     10This sensor sleeps most of the time. If interrupt on digital input occurs it wakes up and transmits change.  
     11 
     12== Wire things up == 
     13 
     14Follow the instructions in ConnectingRadioModule to connect radio module. 
     15 
     16Connect the digital OUT of the motion sensor to digital input 3 of Arduino board.  
     17Connect VCC to +5V of the Arduino board. GND to GND. 
     18Use the trimpot Sx on sensor to set sensitivity. Trimpot Tx tunes how long the sensor should be triggered (5sec min - 200sec max). 
     19 
     20== Hardware - Purchase guide == 
     21 
     22This is the stuff you need to purchase to build the MotionSensor. 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. 
     23 
     241x Cheap Arduino Nano without serial interface and usb connector\\ 
     25http://www.aliexpress.com/item/16Pcs-Lot-Pro-Mini-Module-Atmega328-5V-16M-For-Arduino-Compatible-Nano/710613095.html 
     26 
     278x Dupont cable Female->Female (you might need 3 extra Female->Male for your motion sensor)\\  
     28http://www.aliexpress.com/item/New-Female-To-Female-40-pcs-Wire-Cable-Line-1p-1p-Pin-Connector-20cm-2-54mm/1045212486.html 
     29 
     301x NRF24L01+ wireless data transmission module 2.4Ghz\\  
     31http://www.aliexpress.com/item/Free-shipping-NRF24L01-wireless-data-transmission-module-2-4G-the-NRF24L01-5PCS-LOT-upgrade-version-New/603756080.html 
     32 
     331x Motion sensor\\ 
     34http://www.aliexpress.com/item/Freeshipping-PIR-Sensor-Human-Body-detecting-module-Pyroelectric-HC-SR501-For-Arduino-MCU/967005480.html 
     35 
     36(You might later need some housing and transformer or battery compartment as well) 
     37 
     38TOTAL SENSOR PRICE: $3,99 + $0.93 + $0,6 + $1,74 = $7,26 
     39 
     40To 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. 
     41 
     421x Serial to USB adapter to download code to cheap Arduino Nanos\\ 
     43http://www.aliexpress.com/item/Free-Shipping-FT232RL-USB-To-Serial-Adapter-Module-USB-TO-232-For-Arduino-Download-Cable/827218126.html 
     44 
     45[[Image(motion.jpg, width=300px)]]