element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Dev Tools
  • Products
  • More
Dev Tools
Forum How to troubleshoot a WI-PI
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Dev Tools to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 11 replies
  • Subscribers 80 subscribers
  • Views 1291 views
  • Users 0 members are here
Related

How to troubleshoot a WI-PI

Former Member
Former Member over 12 years ago

Hey folks, my WI-PI only worked for one Day, I got it up and running yesterday, and today the blue LED wo'nt even light up. Can anyone suggest a troubleshooting method?

  • Sign in to reply
  • Cancel
Parents
  • razortooth
    razortooth over 12 years ago

    I too had similar troubles. When I began editing etc\network\interfaces I had  the wrong key mapping - so stings  were't quoted and  the pipe  symbol was also not available.

     

    remapped  to a US english keyboard and went to Paul Bryant's DEC 28, 2012 post:

     

    Re: My Christmas RPi is rockin, my Wi-Pi..not so much. What am I doing wrong....

    Thanks for the reply Fergus.

     

    I put double quotation marks around the ssid and the passkey as you suggested and saved and then rebooted. Unfortunatly there was no difference in the outcome. The RPi still didn't have access to the network. I checked the interfaces file to make sure that I had indeed saved the file correctly and it was as I had edited it. Then I had a thought, I'll go into Xwindows and see if I can access the WiPi via the application on the desktop. Sure enough I was able to do a scan of the local access points and I found mine. Then I selected it and typed in my passkey and 'bingo', network access and the little blue light on the WiPi was mine. The browsers worked and everything. Then I exited out of Xwindows and the network access persisted as demonstrated by pinging the router from the command line. So then I rebooted and sure enough, the WiPi initialized immediatly and I was linked to my access point. So I checked the interfaces file and it was exactly as I had left it before going into Xwindows. In fact just as a test I purposely broke the SSid and Psk entries in the Wlan0 section and rebooted. It made no difference. The RPi connected to my access point without a problem. Then I deleted the whole Wlan0 entry as shown in the install PDF. Obviously the RPi/Wheezy is not looking in the interfaces file for it's login information.

     

    So now I have two questions for the engineers at Element 14;

     

    1, what did the Xwindows WiFi application modify (because it wasn't the interfaces file) to enable the WiPi to work on the latest version of the RPi/Wheezy.

    2, Did anybody at Element14 actually tested the instructions PDF on the E14 website regarding the WiPi and the installation to the RPi because quite obviously they don't work, and don't get me started on the instructions that come in the E14 WiPi branded box.Those caused me to have to reflash my SD card because they wrecked the OS (not happy. Wasted an afternoon on this foolishness).

     

    I suspect that the instructions to install the WiPi on the current RPi are actually really simple.

     

    1, Use the latest version of Wheezy (if you don't you're on your own)

    2, Plug in the WiPi to the Raspberry Pi

    3, power up the RPi, log in and type 'startx'

    4, Doubleclick on 'WiFi Config'

    5, click on the Scan button

    6, Enter your passkey for your respective network security (probably WPA)

    7, click on the Close button.

    8, click on the Connect button.

    9, close the application.

     

    Thats it. You should see a blue light on the WiPi and you should be connected to your network.   ....

     

    Which took care of things.

     

    I had downloaded Raspian 02.09.2013  wheezy -  Works  just  fine.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • razortooth
    razortooth over 12 years ago

    I too had similar troubles. When I began editing etc\network\interfaces I had  the wrong key mapping - so stings  were't quoted and  the pipe  symbol was also not available.

     

    remapped  to a US english keyboard and went to Paul Bryant's DEC 28, 2012 post:

     

    Re: My Christmas RPi is rockin, my Wi-Pi..not so much. What am I doing wrong....

    Thanks for the reply Fergus.

     

    I put double quotation marks around the ssid and the passkey as you suggested and saved and then rebooted. Unfortunatly there was no difference in the outcome. The RPi still didn't have access to the network. I checked the interfaces file to make sure that I had indeed saved the file correctly and it was as I had edited it. Then I had a thought, I'll go into Xwindows and see if I can access the WiPi via the application on the desktop. Sure enough I was able to do a scan of the local access points and I found mine. Then I selected it and typed in my passkey and 'bingo', network access and the little blue light on the WiPi was mine. The browsers worked and everything. Then I exited out of Xwindows and the network access persisted as demonstrated by pinging the router from the command line. So then I rebooted and sure enough, the WiPi initialized immediatly and I was linked to my access point. So I checked the interfaces file and it was exactly as I had left it before going into Xwindows. In fact just as a test I purposely broke the SSid and Psk entries in the Wlan0 section and rebooted. It made no difference. The RPi connected to my access point without a problem. Then I deleted the whole Wlan0 entry as shown in the install PDF. Obviously the RPi/Wheezy is not looking in the interfaces file for it's login information.

     

    So now I have two questions for the engineers at Element 14;

     

    1, what did the Xwindows WiFi application modify (because it wasn't the interfaces file) to enable the WiPi to work on the latest version of the RPi/Wheezy.

    2, Did anybody at Element14 actually tested the instructions PDF on the E14 website regarding the WiPi and the installation to the RPi because quite obviously they don't work, and don't get me started on the instructions that come in the E14 WiPi branded box.Those caused me to have to reflash my SD card because they wrecked the OS (not happy. Wasted an afternoon on this foolishness).

     

    I suspect that the instructions to install the WiPi on the current RPi are actually really simple.

     

    1, Use the latest version of Wheezy (if you don't you're on your own)

    2, Plug in the WiPi to the Raspberry Pi

    3, power up the RPi, log in and type 'startx'

    4, Doubleclick on 'WiFi Config'

    5, click on the Scan button

    6, Enter your passkey for your respective network security (probably WPA)

    7, click on the Close button.

    8, click on the Connect button.

    9, close the application.

     

    Thats it. You should see a blue light on the WiPi and you should be connected to your network.   ....

     

    Which took care of things.

     

    I had downloaded Raspian 02.09.2013  wheezy -  Works  just  fine.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube