This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Wifi Configuration

Hi,

   We are using AM335x EVM in our PDA project. Wi-Fi  is available in our office. I tried to configure Wi-Fi many times in our evaluation board. But Wi-Fi is not connected. I try to connect add network, enable all and then click scan, I see the network availability and double click the available network .After that I tried all options. I get following messages…in current status,

 1. Scanning

2. Time out

3. in active

4. Failed to search the scan.

Can you please tell me, how to configure Wi-Fi in AM335xmicroprocessor board?

Thanks & Regards,

Senthil

  • Senthil,

     

    Copule of questions:

    Which board are you using? is it the am335x-evm board?

    Is this with an Android SDK image or Linux image?

    When the system boots up are you able to bring up the wlan0 inteface and perform scan?

    Are you getting any scan results?

     

    Best Regards,

    Eyal Reizer

  • Hi Eyal Reizer,

         1.AM335X ARM MICROPROCESSOR EVALUATION BOARD.

       2.Linux image

       3.After system boats up i see matrix application launcher v2 p1 and all icons are disply.

      i click the wiFi icon,and then i see  Wifi submenu p1 and i click the wpa icon then i click wifi connect.

    then i see wpa_gui display.and i added the network,then  click scan option i got two wifi network availability.i added one wifi network

    1.ssid:Binatone

    2:Authentication:IEEE 802.1x i tried all other options.

    3:encryptio:i tried two options WEP and None

    4.EAP Method:MD5 i tried all the options.

    5.entered the wifi password

    5.then add it.

    6.current status :

    1.status:associated (station)

    2.last message:Associated with 6c:fd:b9:3d:c5:b8

    3.Authentication:IEEE 802.1(no wpa)

    4.Encryption:None

    5.SSid:Binatone

    6:Bssid:6c:fd:d9:3d:c5:b8

    7.IP address:

    I tried to connect the browser,but i am not able to connect it.

    So please send me how to connect wifi in our evm board.

    Regards,

    senthil.

  • Hi Senthil,

     

    From the messages you printed it look like you didn't get an IP address from the AP. Is this correct?

    IF you try from the serial console to do "ifconfig wlan0" do you see that the interface got an IP address? Can you ping the AP?

     

    If you don't have an IP try to manually get one using the console using "udhcpc -i wlan0" and see if you are able to get one.

     

    Best Regards,

    Eyal Reizer

  • Hi,

     Your correct.I didnot get ip.

    I use minicom "ifconfig wlan0" command . I didn't see the IP address.i am not able to ping the AP.

    After that I tried manually using "udhcpc -i wlan0"  i am not able to get IP address.I got " sending discover"Message.i am not able to ping the AP.

    Regards,

    Senthil

  • Hi Eyal Reizer,

      Do you have any update on Wi-Fi configuration?

    Regards,

    Senthil

  • Hi Senthil,

     

    You would need to figure out why you are not getting an IP from the access point.

    Are you sure you are connected to it?

    What is the output of the "iw wlan0 link" command?

     

    If you are connected, try setting a static IP "ifconfig wlan0 <ip_addr>" in the same subnet of the AP and try pinging it now.

     

    Best Regards,

    Eyal Reizer