Linksprite-Yuki Posted August 23, 2016 Report Posted August 23, 2016 Starting with this post, you’ll find on my website a tutorial about the new Arduino Yun: I’m going to blog about my experiments with that board and show its features through real examples… today you’ll learn how to connect it to your wifi network! Yun and wifi One of the most useful features Arduino Yun has is the ability to connect to wired (Ethernet) or wireless networks without the needing of an external shield. I decided to supply my Yun using an external micro USB power supply (power supplies for modern cellphones works fine): By default, Arduino Yun acts as an access point, broadcasting an unprotected wifi network with Arduino Yun-xx SSID: After having established a connection, your PC obtains an IP address on the network 192.168.240.0/24: You can reach the administrative interface of Arduino Yun pointing a web browser to the address http://192.168.240.1. The default password is arduino: After having logged in, click on configure: You can change the board’s name (in the screenshot I chose Yun-Luca), the password, the timezone and connect the Yun to one of the wireless networks it detected: After a reboot, the board will be connected to your network! Upload via wifi Now you can use a new feature of Arduino Yun: the ability to upload a sketch using the network, without the needing to connect the board to your PC using a USB cable. Open the IDE (warning: you must download the latest version, at the moment I’m writing 1.5.4r2) and choose Arduino Yun as your board. The IDE will scan your network searching for Yun boards and, under the port menu, will display your board and its IP address: You can now compile and upload your sketch as usual… when the upload process will start, you’ll be prompted for the Yun password: SSH terminal You can also connect to your Yun in text mode, using an SSH client (for example PuTTY per Windows)… in the next posts you’ll discover why this can be useful: For more details,please refer to original post http://www.lucadentella.it/en/2013/11/05/yun-collegamento-alla-rete-wifi/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.