Catalog > Internet of Things (IOT) Related Products > Arduino Arduino Arduino YUN Microcontroller Board ATmega32u4 Atheros AR9331 Arduino YUN Microcontroller Board with built-in Ethernet and WiFi support ARD YUN SEE ARD YUN RETAIL---A000008 ARDUINO YUN MICROCONTROLLER BOARD WITH BUILT-IN ETHERNET AND WIFI SUPPORT Discontinued Specifications, Prices & Availability may change without notice. Images are for illustration purposes only. E&OE Overview The Arduino Yún is a Microcontroller board based on the ATmega32u4 and the Atheros AR9331. The Atheros processor supports a Linux distribution based on OpenWRT named Linino. The board has built-in Ethernet and WiFi support, a USB-A port, micro-SD card slot, 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, an ICSP header, and a 3 reset buttons.NB : In some countries, it is prohibited to sell WiFi enabled devices without government approval. While waiting for proper certification, some local distributors are disabling WiFi functionality. Check with your dealer before purchasing a Yún if you believe you may live in such a country. If you wish to disable WiFi, run this sketch. For more information, refer to this forum post.The Yún distinguishes itself from other Arduino boards in that it can communicate with the Linux distribution onboard, offering a powerful networked computer with the ease of Arduino. In addition to Linux commands like cURL, you can write your own shell and python scripts for robust interactions.The Yún is similar to the Leonardo in that the ATmega32u4 has built-in USB communication, eliminating the need for a secondary processor. This allows the Yún to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM portThe Bridge library facilitates communication between the two processors, giving Arduino sketches the ability to run shell scripts, communicate with network interfaces, and receive information from the AR9331 processor. The USB host, network interfaces and SD card are not connected to the 32U4, but the AR9331, and the Bridge library also enables the Arduino to interface with those peripherals. Downloads Datasheet - ATMega32U4 PDF File 8.65 MB Schematic - Arduino-Yun PDF File 112.74 KB Datasheet - AR9331 PDF File 3.01 MB References Getting StartedProduct PageArduino SiteArduino ForumDevelopment environment that implements the Processing/Wiring languageOpen-source IDE