WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2017-Jan-24 15:12:20

ksr
Member
Registered: 2017-Jan-24
Posts: 2

Basic installation question.

Hi,
  I'm new to warp project. I was trying to install 802.11 reference desing on the warp v3 board. I am following the guidelines given in http://warpproject.org/trac/wiki/802.11 … ngStarted.  I was wondering if it is mandatory to download the binary files (AP/client .bit) in the bitstream reference directory onto the warp board, before i run any examples in the python reference directory ? I was able to successfully run the blinking led example. But for other examples, i get the below error:

ERROR:  Node W3-a-00001
    Node is not responding.  Please ensure that the
    node is powered on and is properly configured.

    Error: Max retransmissions without reply from node

Traceback (most recent call last):
  File "print_node_counts.py", line 131, in <module>
    initialize_experiment();
  File "print_node_counts.py", line 57, in initialize_experiment
    nodes = util.init_nodes(nodes_config, network_config)
  File "/home/mcni/rsheshadri/Desktop/LTE-LAA/warp/Mango_802.11_RefDes_v1.6.0/Python_Reference/wlan_exp/util.py", line 439, in init_nodes
    return util.init_nodes(nodes_config, network_config, node_factory, network_reset, output)
  File "/home/mcni/rsheshadri/Desktop/LTE-LAA/warp/Mango_802.11_RefDes_v1.6.0/Python_Reference/wlan_exp/transport/util.py", line 100, in init_nodes
    raise ex.ConfigError(msg)
wlan_exp.transport.exception.ConfigError: Config Error:   

ERROR:  Was not able to initialize all nodes.  The following
nodes were not able to be initialized:
    W3-a-00001


thanks

Offline

 

#2 2017-Jan-24 15:33:49

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Basic installation question.

You need to change the WARP v3 node serial number in the .py script to match the hardware you're using. The serial number "W3-a-00001" is a placeholder.

Offline

 

#3 2017-Jan-24 15:42:38

ksr
Member
Registered: 2017-Jan-24
Posts: 2

Re: Basic installation question.

Thanks!!!!

Offline

 

Board footer