What are the features in Arduino Yun?

What are the features in Arduino Yun?

Arduino Yun

  • AVR Arduino Microcontroller. ATmega32u4. Input Voltage: 5V. 20 Digital I/O Pins. 7 PWM Channels. 12 ADCs. 16MHz Clock Speed. 32 KB Flash Memory.
  • Linux Microprocessor. Atheros AR9331. Operating Voltage: 3.3V. Architecture: MIPS @400MHz. Ethernet: IEEE 802.3 10/100Mbit/s. WiFi: IEEE 802.11b/g/n. PoE Compatible 802.3af.

What is the microcontroller used in Arduino Yun?

ATmega32U4
AVR Arduino microcontroller

Microcontroller ATmega32U4
Operating Voltage 5V
Input Voltage 5 V
Digital I/O Pins 20
PWM Output 7

How does RTC work on an Arduino board?

RTC Library. This library allows an enables an Arduino based on SAMD architectures (es. Zero, MKRZero or MKR1000 Board) to control and use the internal RTC (Real Time Clock). A real-time clock is a clock that keeps track of the current time and that can be used in order to program actions at a certain time.

What kind of oscillator does an RTC use?

A real-time clock is a clock that keeps track of the current time and that can be used in order to program actions at a certain time. Most RTCs use a crystal oscillator (like in the Arduino Zero) whose frequency is 32.768 kHz (same frequency used in quartz clocks and watches).

What can I do with a zero RTC board?

Zero, MKRZero or MKR1000 Board) to control and use the internal RTC (Real Time Clock). A real-time clock is a clock that keeps track of the current time and that can be used in order to program actions at a certain time.

What kind of battery is needed for RTC?

A button sized lithium battery or any battery in the 3V range, connected through a diode to the 3.3V pin, is enough to keep RTC alive if the CPU is put in sleep mode before the standard USB or VIN power is disconnected. Corrections, suggestions, and new documentation should be posted to the Forum.