Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
2011-03-01 12:11:17 (13 years ago)
Author:
ojas_parekh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    3636 
    37371.  Locate the USB RF dongle supplied with the watch (the object in the lower right corner of the image above), and plug the dongle into one of the USB ports on your  Vera device. 
    38 1. If you have not already, enable SSH access to your Vera, and establish an SSH connection (see http://wiki.micasaverde.com/index.php/Advanced_Commands). 
    39 1. E  
    4038 
     392.  If you have not already, enable SSH access to your Vera, and establish an SSH connection (see http://wiki.micasaverde.com/index.php/Advanced_Commands). 
    4140 
     413.  Enter the following commands over the SSH connection: 
     42{{{#!sh 
     43echo "vendor:0451 product:16a6" > /etc/cmh/serproxy.ports 
     44}}} 
     45{{{#!sh 
     46echo "usbserial vendor=0x0451 product=0x16a6" > /etc/modules.d/60-usb-serial 
     47}}} 
     48{{{#!sh 
     49mv /etc/modules.d/60-usb-acm /etc/modules.d/70-usb-acm 
     50}}} 
     51 
     524.  Reboot or refresh your Vera. 
     53 
     54=== Software === 
     55 
     56Next you may install the software for the plugin and create and setup the eZ430-Chronos device on your Vera. 
     57 
     581.  Download the following files (links are to latest release version): 
     59  * [http://code.mios.com/trac/mios_ez430-chronos/export/HEAD/tags/release-1.0/D_eZ430Chronos.xml D_eZ430Chronos.xml] 
     60  * [http://code.mios.com/trac/mios_ez430-chronos/export/HEAD/tags/release-1.0/D_eZ430Chronos.json D_eZ430Chronos.json] 
     61  * [http://code.mios.com/trac/mios_ez430-chronos/export/HEAD/tags/release-1.0/I_eZ430Chronos.xml I_eZ430Chronos.xml] 
     62 
     632.  Upload the files to your Vera by selecting the //MiOS developers// icon from the toolbox and then the //Luup files// tab: 
     64 
     65[[Image(/export/HEAD/images/upload.png)]] 
     66 
     67Select the above files for upload, check the //Restart Luup after upload// box, and click //GO//. 
     68 
     69=== Device configuration === 
     70 
     71With the hardware and software in place, all that remains is creating and configuring the device. 
     72 
     731. Create a new instance of the eZ430-Chronos device by selecting the //MiOS developers// icon from the toolbox and then the //Create device// tab: 
     74 
     75[[Image(/export/HEAD/images/create.png)]] 
     76 
     77Enter {{{D_eZ430Chronos.xml}}} as the //UpnpDevFilename//, and a name for your new device as the //Description//. 
     78 
     792. Select //MiOS developers// then //Serial Port configuration//, and assign your new device to the serial port for the USB dongle: 
     80 
     81[[Image(/export/HEAD/images/serial1.png)]] 
     82 
     83Select {{{115200}}} as the baud rate, and then select your new device from the //Used by device// dropdown list.  If you have multiple serial ports, may sure you are configuring the one named {{{usbserial}}}. 
     84 
     853. Once you select your device, you will be immediately taken to a dialog like the following: 
     86 
     87[[Image(/export/HEAD/images/serial2.png)]] 
     88 
     89Simply do nothing here and exit out of the dialog by clicking the X as shown above. 
     90 
     914. Select //SAVE// and click //continue//.  After your Vera has refreshed, if you return to the Serial Port configuration page, you should see something like: 
     92 
     93[[Image(/export/HEAD/images/serial.png)]] 
     94 
     95This indicates that the serial port has been assigned to your device, and at this point you are ready to test your Chronos. 
     96 
     97=== Testing === 
     98 
     991.  Toggle the # button on your Chronos until the //PPt// mode is enabled. 
     100 
     1012.  Enable wireless communication by pressing the DOWN button (lower right).  You should see an icon indicating that wireless transmission has been enabled. 
     102 
     1033.