Overview:
In this guide you’ll setup network access to your Intel® Edison Board and obtain an IP address.
Requirements:
Intel® Edison Board that has been setup with a serial terminal. For instructions on how to do this, refer to the following documentation:
- Intel® Edison: Getting Started – Windows
- Intel® Edison: Getting Started – OS X
- Intel® Edison: Getting Started – Linux
Setup Wifi
1. To configure your WiFi without specifying username and password options, enter the command configure_edison --wifi. in the shell terminal. If you get an error saying “configure_edison: not found”, you need to update your firmware. Refer to the How-To section of the Edison Support Page for instructions on how to update firmware.
2. When asked if you want to set up the wifi, type “Y” and press Enter.
3. The Intel® Edison will scan for WiFi networks for 10 seconds. When it is finished, a list of available networks will be displayed. If you do not see any networks Enter 0 to rescan.
Figure 1- run “configure_edison --wifi" to scan for networks
4. Choose the network you would like to connect to and type the corresponding number from the list and press Enter. To confirm your entry, type "Y" and press Enter. In this example, to connect to “kafka” use the number “16”, like in Figure 2.
Figure 2- Enter the number of your network.
5. The network in this example requires a password. Your network might require other information. Enter the appropriate network credentials. Press Enter when finished.
Figure 3- Enter your network credentials
6. The Intel® Edison will attempt to make a connection to the network. When you see a “Done” message, you are connected to a Wifi network.
Figure 4- You are now connected. Take note of the IP Address.
7. Note the IP Address, like in Figure 4 above, or alternately, enter the command: ifconfig. Make note of your “wlan0” IP address, as shown in Figure 5 below. This is your IP Address.
Figure 5- Find IP Address after wlan0.
8. To verify connectivity, you may want to ping your Intel® Edison from another computer on the same network using the IP Address obtained above. Alternately, you can try accessing your board by typing in your IP Address into a browser of another computer on the same network.
Next Steps:
Return to Getting Started Home to explore further options.
Troubleshooting
- If you are having problems connecting, try running the following commands in a terminal on your Intel® Edison Board:
ifconfig usb0 down ifconfig wlan0 down ifconfig wlan0 up
- You may also want to try this Alternate method to setup Wifi
- If you have any issues or questions, please feel free to go to Intel IoT Forum to post your questions and look for solutions.
Resources