Difference between revisions of "Iduino Yun Cloud"

From Geeetech Wiki
Jump to: navigation, search
(features)
(Introduction)
Line 3: Line 3:
 
[[File:Iduino Yun cloud back.JPG]]
 
[[File:Iduino Yun cloud back.JPG]]
  
Iduino Yun cloud is a .........
+
Iduino Yun is a ideal IoT device for Internet of Things projetcs. It is a compatible / replacement product for Arduino Yun. It works with Arduino IDE with version higher than 1.5.4.
 +
 
 +
The Iduino Yun is a microcontroller board based on the ATmega32u4 and the Atheros AR9331. The Atheros processor supports a Linux distribution based on OpenWrt named OpenWrt-Yun. 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.
 +
 
 +
The  Iduino Yun is similar to the Arduino Leonardo in that the ATmega32u4 has built-in USB communication, eliminating the need for a secondary processor. This allows the Yun to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM port.  
 +
 
 +
The 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.
  
 
==Features==
 
==Features==
  
==specifications==
+
==Specifications==
  
 
=Interfaces=
 
=Interfaces=

Revision as of 08:30, 17 July 2016

Introduction

Iduino Yun cloud front.jpg Iduino Yun cloud back.JPG

Iduino Yun is a ideal IoT device for Internet of Things projetcs. It is a compatible / replacement product for Arduino Yun. It works with Arduino IDE with version higher than 1.5.4.

The Iduino Yun is a microcontroller board based on the ATmega32u4 and the Atheros AR9331. The Atheros processor supports a Linux distribution based on OpenWrt named OpenWrt-Yun. 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.

The Iduino Yun is similar to the Arduino Leonardo in that the ATmega32u4 has built-in USB communication, eliminating the need for a secondary processor. This allows the Yun to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM port.

The 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.

Features

Specifications

Interfaces

Interface layout

Interface specifications

How to set up Iduino Yun cloud

Use Yun cloud with Arduino board

Connect to Arduino Board

Connect to Leonardo

Connect to Arduino Uno

Connect to Arduino Duemilanove/Diecimila

Connect to Arduino Mega2560

Detect Iduino_Yun_Shield

Upload Sketch

FAQ