Changes between Version 29 and Version 30 of Check


Ignore:
Timestamp:
Oct 12, 2010, 7:08:06 PM (14 years ago)
Author:
dan.tudose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Check

    v29 v30  
    3030 * Ubuntu or Windows PC.
    3131 * [http://www.atmel.com/dyn/Products/tools_card.asp?tool_id=4291 RZRAVEN] or Sparrow nodes
    32  * [http://www.atmel.com/dyn/resources/prod_documents/doc6195.pdf AT91SAM7X-EK] development board with an attached AT86RF2xx family transceiver ([http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3945 RZ502] kit + [http://www.dresden-elektronik.de/shop/prod90.html?language=en REB] extension board, recommended)
     32 * [http://www.atmel.com/dyn/resources/prod_documents/doc6195.pdf AT91SAM7X-EK] development board with an attached AT86RF2xx family transceiver ([http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3945 RZ502] kit + [http://www.dresden-elektronik.de/shop/prod90.html?language=en REB] extension board recommended)
    3333 * [http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3808 AVRISP], or any other compatible programmer for the sensor nodes.
    3434 * [http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3892 AT91SAM-ICE], or compatible JTAG emulator for the edge router.
     
    3838 * avr-gcc compiler or [http://winavr.sourceforge.net/ WinAVR] (for Windows)
    3939 * avr-dude programmer or [http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725 AVRStudio] (Windows)
     40 * [http://www.segger.com/cms/jlink-software.html Jlink] programmer for the edge router.
    4041 * [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/ source code] for the sensor nodes
    4142 * [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/gateway/ Gateway] code
     
    4445 * [http://www.utasker.com/ uTasker] source code
    4546 * [http://www.codesourcery.com/sgpp/lite/arm ARM g++] compiler
     47
     48==Installation==
     49 Sensor nodes:
     50 * Edit the PLATFORM option in [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/rum_src/Makefile this] Makefile to match your hardware (RAVEN for RZRAVEN, leave undefined for Sparrow)
     51 * Compile the code using the above Makefile or use one of the precompiled binaries can be found in [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/bin/AVR/ this] folder.
     52 * Program the binary into the flash memory of the node using avr-dude or AvrStudio.
     53
     54Edge Router:
     55 * Program the edge router with this [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/bin/SAM7X/SAM7X_2400mhz_ipv6_coord.bin binary] using Jlink
     56 * Telnet the router (its default IP address should be 192.168.1.125). You should gain access to the following interface:
     57[[Image()]]
    4658
    4759= Monitoring and reprogramming=