Difference between revisions of "UDOO"

From eLinux.org
Jump to: navigation, search
(Added Camera Reference)
Line 6: Line 6:
  
 
<!--[[File:UDOO_quad.jpg|200px|thumb|right|UDOO]]-->  
 
<!--[[File:UDOO_quad.jpg|200px|thumb|right|UDOO]]-->  
[[File:UDOO-icons2.png|600px|UDOO]]
+
[[File:UDOO-icons2.png|400px|UDOO]]
  
 
= What's UDOO? =
 
= What's UDOO? =
Line 115: Line 115:
 
*Power Supply (6-15V) and External Battery connector
 
*Power Supply (6-15V) and External Battery connector
 
-->
 
-->
 +
 +
= Official Accessories  =
 +
 +
== UDOO Camera Module ==
 +
{|
 +
|-
 +
|  ||
 +
 +
 +
{|
 +
|-
 +
|
 +
*Auto focus control (AFC) with embedded AF VCM driver
 +
*Sensitivity: 600mV/lux-sec
 +
*Video capture in Full Field of View (FOV): double sensitivity,improved signal-to.noise ratio (SNR)
 +
*Post-binning re-sampling filter for sharper, crisper contours and colours
 +
*Internal anti-shaking engine
 +
*Image transfer rate
 +
VGA (320x480) @120fps
 +
VGA (640x480) @90fps
 +
720p @60fps
 +
1280x960 @45fps
 +
1080p @30fps
 +
QSXGA (2592x1944) @15fps
 +
 +
[[UDOO_Camera_Module|More informations about UDOO Camera Module]]
 +
|| [[File:UDOO Camera.jpg|300px|thumbnail|left]]
 +
|}
 +
 +
 +
 +
== UDOO LVDS Touch Screens ==
 +
 +
 
= Tutorials  =
 
= Tutorials  =
 
== Getting started ==
 
== Getting started ==

Revision as of 07:42, 30 July 2014

Notice: The UDOO Pi Wiki pages on this site is collaborative work - the UDOO Team is not responsible for content on these pages.

This page collects information about UDOO the first ever small sized computer that merges in one single board an ARM cortex-A9 iMX.6 CPU and an Arduino Due compatible board embedded with a dedicated ARM SAM3X8E CPU. UDOO project has been funded through Kickstarter, raising $641,614 in sixty days thanks to 4,172 backers.


UDOO

What's UDOO?

UDOO is a single board computer that can be used both with Android and Linux, paired with an Arduino-compatible processor. It is a powerful prototyping board for software development and design; it’s easy to use and allows developing projects with minimum knowledge of hardware design. UDOO merges different computing worlds together: each one has its proper strengths and weak points, but all of them are useful in todays life for educational purposes as well as Do-It-Yourself (DIY) and quick prototyping. UDOO is an open hardware, low-cost platform equipped with an ARM i.MX6 Freescale processor, and an Arduino Due compatible section based on ATMEL SAM3X8E ARM processor, all this available on the same board!

UDOO goals:

  • Develop an innovative product for a growing market
  • Give a new vision to the educational framework, with the idea of training up a new generation of engineers, designers and software developers skilled in digital technology: physical computing, multi-media arts, interactive arts, IoT...
  • Give a boost to the DIY world
  • Offer a low cost embedded platform for interactive arts with powerful tools: Processing, OpenCV, PureData, openFramework
  • Provide companies with a great tool for fast prototyping

Specifications

UDOO retail line up consists of three models, sharing most of the features and different only for connectivity and i.MX6 processor used. All three models feature an embedded Arduino compatible section based on Arduino Due schematic. UDOO’s dimensions are: 4.33 inch x 3.35 inch (11 cm x 8.5 cm).


UDOO
  • Freescale i.MX6Quad, 2\4 x ARM® Cortex™-A9 core @ 1GHz with ARMv7A instruction set
  • GPU Vivante GC 2000 for 3D + Vivante GC 355 for 2D (vector graphics) + Vivante GC 320 for 2D
  • Atmel SAM3X8E ARM Cortex-M3 CPU (same as Arduino Due)
  • RAM DDR3 1GB
  • 76 fully available GPIO with Arduino compatible R3 1.0 pinout
  • HDMI and LVDS + Touch
  • 2 Micro USB (1 OTG)
  • 2 USB 2.0 type A and 1 USB 2.0 internal pin header (requires adapter cable)
  • Analog Audio and Mic jacks
  • CSI Camera Connection
  • on board Micro SD card reader (boot device)
  • Power Supply (6-15V) and External Battery connector
  • Ethernet RJ45 (10/100/1000 MBit)
  • WiFi Module
  • SATA connector with power header

Warning: The UDOO I/O pins are 3.3V compliant. Higher voltages (like 5V) would damage the board.

Learn more about wrong uses that invalidate the warranty.

Board Overview

Schema UDOO Wiki.jpg

GPIO features

UDOO's GPIO's can be used in different configurations, if set to SAM3X or IMX6:

  • S/PDIF digital audio in & out through pin headers;
  • I2S/AC97/SSI digital audio multiplexer through pin headers;
  • FlexCAN (Flexible Controller Area Network) through pin headers, it is possible to switch this function’s management between i.MX6 processor and SAM3X8E processor;
  • External SD card support through pins header: plug an external controller for an additional SD card slot or for an eMMC module.

More informations about UDOO_GPIO_Pinout


Official Accessories

UDOO Camera Module


  • Auto focus control (AFC) with embedded AF VCM driver
  • Sensitivity: 600mV/lux-sec
  • Video capture in Full Field of View (FOV): double sensitivity,improved signal-to.noise ratio (SNR)
  • Post-binning re-sampling filter for sharper, crisper contours and colours
  • Internal anti-shaking engine
  • Image transfer rate

VGA (320x480) @120fps VGA (640x480) @90fps 720p @60fps 1280x960 @45fps 1080p @30fps QSXGA (2592x1944) @15fps

More informations about UDOO Camera Module

UDOO Camera.jpg


UDOO LVDS Touch Screens

Tutorials

Getting started

An easy step by step guide that will lead you through the procedure to boot your UDOO for the very first time.

Creating a bootable Micro SD card from precompiled image

How to create a bootable micro SD card for UDOO board, starting from a precompiled image file containing the UDOO Operating system, which runs using the i.MX6 processor.

Creating a bootable Micro SD card from binaries

How to create a bootable Micro SD card from precompiled binaries.

Creating a bootable Micro SD card from source

How to create a bootable Micro SD card from sources.

How to program the embedded Arduino microcontroller

How to program the embedded Arduino microcontroller

How to install Debian with debootstrap

How to install Debian with debootstrap

How to boot from a SATA drive

How to boot from SATA drive

How to create a Virtual Machine for UDOO Development

How to create a Virtual Machine for UDOO Development

How to compile Android 4.2.2 from sources

How to compile android 4.2.2 from sources

Switch between adb Debug and ADK connection

How to Switch between adb Debug and ADK connection

How to configure Ethernet under Android

How to configure Ethernet under Android

node-udoo - a Node.js library

node-udoo is an abstraction library for Node.js complete with command line tools (callback, promise, and synchronous styles supported)

Introductory/demo video

Project homepage

Installing the latest node.js is covered in this forum post

How to setup the LVDS panels

How to setup lvds panels

Resources

[Description needed]

Community

Forums The official UDOO forums can be found at http://www.udoo.org/forum

The forum search facility has been tweaked to allow more general searching. Please do a search before making a post as the issue may already have been raised and answered.


IRC There is an (unofficial) UDOO discussion channel on IRC. Using the IRC client of your choice, use server information: irc.freenode.net. Room name is #udoo.

References

Home site and community

  1. Official web site http://www.udoo.org
  2. Official forum http://www.udoo.org/forum/index.php

Social account

  1. Facebook fan page http://www.facebook.com/udooboard
  2. Twitter http://twitter.com/UDOO_Board
  3. Google+ https://plus.google.com/u/0/110742692974455430878/posts
  4. YouTube http://www.youtube.com/channel/UCXv5UyGn5jArK8xOAmuSeHg