Changes between Version 6 and Version 7 of OFDMReferenceDesign


Ignore:
Timestamp:
Mar 8, 2007, 2:57:52 PM (17 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign

    v6 v7  
    11= OFDM Networking Reference Design =
    22
    3 By default, this project creates a custom wireless ethernet hub between computers attached to two WARP boards. One board '''must''' by configured as Node 0, and other as Node 1, using the on-board dip switches. This project requires two WARP FPGA boards (v1.2) and two WARP radio boards (v1.4). The radio boards must be mounted in daughtercard slot !#2 on the FPGA boards. You must use EDK 8.2 (service pack 2) to use this project.
     3By default, this project creates a custom wireless ethernet hub between computers attached to two WARP boards. The project treats ethernet packets as payload only; the WARP board performs no IP processing whatsoever. The following are two example applications.
     4
     5
     6== Example System Configuration 1 ==
     7
     8The user will need to supply two computers and two WARP nodes (1 node = 1 FPGA[v1.2] + 1 Radio[v1.4]). The computers need to be configured to have hardcoded IP addresses within each others addressable ranges. In other words, they must be in each other's subnet to be able to talk to one another. For example, one computer can be 10.0.0.8 and the other can be 10.0.0.9 and each can have a subnet mask of 255.255.255.0.
     9
     10One FPGA board '''must''' by configured as Node 0, and other as Node 1, using the on-board dip switches. The switch closest to the power supplies represents the node value. When the program is downloaded, the seven-segment LCDs should show the node values.
     11
     12Using ethernet, connect one PC to one board, and the other PC to the other board. Note, if the PCs are using older network cards that do not support auto MDI, the user may need to provide crossover ethernet cables instead of standard cables. Once the boards are connected and configures, any traffic directed to one computer's IP address from the other computer will be forwarded.
     13
     14One FPGA board '''must''' by configured as Node 0, and other as Node 1, using the on-board dip switches. The switch closest to the power supplies represents the node value. When the program is downloaded, the seven-segment LCDs should show the node values.
     15
     16Connect the PC to a board using a standard or crossover ethernet cable. Connect the other board to an internet source (e.g. the wall, a wireless route, etc). The computer will then be able to access network resources via the WARP OFDM link.
     17 
     18
     19== Example System Configuration 2 ==
     20
     21The user will need to supply one computer and two WARP nodes. Enable DHCP on the computer (most likely already enabled, unless the user tried the first configuration).
     22
    423
    524Download the full reference design here: [http://warp.rice.edu/bigFiles/OFDM_ReferenceDesign_v00.zip OFDM Reference Design] (60MB .zip file).