recommended to use pins 0 and 1 as interrupts because they are the also the hardware serial
port used to talk with the Linux processor. Pin 7 is connected to the AR9331 processor and it
may be used as handshake signal in future. Is recommended to be careful of possible conflicts
if you intend to use it as interrupt.
PWM: 3, 5, 6, 9, 10, 11, and 13. Provide 8-bit PWM output with the analogWrite() function.
SPI: on the ICSP header. These pins support SPI communication using the SPI library. Note
that the SPI pins are not connected to any of the digital I/O pins as they are on the Uno, They
are only available on the ICSP connector. This means that if you have a shield that uses SPI,
but does NOT have a 6-pin ICSP connector that connects to the Yún's 6-pin ICSP header, the
shield will not work. The SPI pins are also connected to the AR9331 gpio pins, where it has
been implemented in software the SPI interface. This means that the ATMega32u4 and the
AR9331 can also communicate using the SPI protocol.
LED: 13. There is a built-in LED connected to digital pin 13. When the pin is HIGH value, the
LED is on, when the pin is LOW, it's off. There are several other status LEDs on the Yún,
indicating power, WLAN connection, WAN connection and USB.
Analog Inputs: A0 - A5, A6 - A11 (on digital pins 4, 6, 8, 9, 10, and 12). The Yún has 12 analog
inputs, labeled A0 through A11, all of which can also be used as digital i/o. Pins A0-A5 appear
in the same locations as on the Uno; inputs A6-A11 are on digital i/o pins 4, 6, 8, 9, 10, and 12
respectively. Each analog input provide 10 bits of resolution (i.e. 1024 different values). By
default the analog inputs measure from ground to 5 volts, though is it possible to change the
upper end of their range using the AREF pin and the analogReference() function.
AREF. Reference voltage for the analog inputs. Used with analogReference().
There are 3 reset buttons with different functions on the board:
Yún RST. Bring this line LOW to reset the AR9331 microprocessor. Resetting the AR9331 will
cause the reboot of the linux system. All the data stored in RAM will be lost and all the
programs that are running will be terminated.
32U4 RST. Bring this line LOW to reset the ATmega32U4 microcontroller. Typically used to add
a reset button to shields which block the one on the board.
WLAN RST. This button has a double feature. Primarly serves to restore the WiFi to the
factory configuration. The factory configuration consist to put the WiFi of the Yún in access
point mode (AP) and assign to it the default IP address that is 192.168.240.1, in this condition
you can connect with your computer to the a WiFi network that appear with the SSID name
"Arduino Yun-XXXXXXXXXXXX", where the twelve 'X' are the MAC address of your Yún. Once
connected you can reach the web panel of the Yún with a browser at the 192.168.240.1 or
"http://arduino.local" address. Note that restoring the WiFi configuration will cause the
reboot of the linux environment. To restore your WiFi configuration you have to press and
-
-
-
-
-
-
-
-