Difference between revisions of "PcDuino3"

From LinkSprite Playgound
Jump to: navigation, search
(Hardware Specifications)
(Hardware Specifications)
 
(3 intermediate revisions by the same user not shown)
Line 57: Line 57:
 
|-
 
|-
 
! scope="row" | Camera  
 
! scope="row" | Camera  
| align="left" colspan="3" | MIPI
+
| align="left" colspan="3" | CSI
 
|-
 
|-
 
! scope="row" | Battery  
 
! scope="row" | Battery  
Line 73: Line 73:
  
 
===Software Specifications===
 
===Software Specifications===
 +
 +
{| border="1" cellspacing="0" width="100%"
 +
|-
 +
! scope="col" style="width: 30%" align="center" | '''Item'''
 +
! scope="col" align="center" | '''Details'''
 +
|-
 +
! scope="row" | OS
 +
| align="left" | Ubuntu 12.04
 +
Android 4.2
 +
|-
 +
! scope="row" | Language
 +
| align="left" | English
 +
|-
 +
! scope="row" | API
 +
| align="left" | All the arduino shield pins are accessible with the provided API
 +
It consists of API to access the following interfaces:
 +
*UART
 +
*ADC
 +
*PWM
 +
*GPIO
 +
*I2C
 +
*SPI
 +
|-
 +
! scope="row" | Programming language support
 +
| align="left" | C, C++ with GNU tool chain
 +
Java with standard Android SDK
 +
 +
Python
 +
|}
 +
 +
== Resouces ==
 +
 +
*Review
 +
**[http://learn.linksprite.com/pcduino/quick-start/pcduino3/review-of-pcduino3-i/ Review of pcDuino3 (I)]
 +
**[http://learn.linksprite.com/pcduino/quick-start/pcduino3/review-of-pcduino3-2/ Review of pcDuino3 (II)]
 +
**[http://learn.linksprite.com/pcduino/quick-start/pcduino3/review-of-pcduino3-iii/ Review of pcDuino3 (III)]
 +
**[http://learn.linksprite.com/pcduino/quick-start/pcduino3/review-of-pcduino3-iv/ Review of pcDuino3 (IV)]
 +
**[http://learn.linksprite.com/pcduino/quick-start/pcduino3/review-of-pcduino3-v/ Review of pcDuino3 (V)]
 +
**[http://learn.linksprite.com/pcduino/quick-start/pcduino3/review-of-pcduino3-vi/ Review of pcDuino3 (VI)]
 +
 +
*Software
 +
**[http://learn.linksprite.com/pcduino/quick-start/pcduino3/video-run-built-in-arduino-ide-on-pcduino3/ Arduino style experiment]
 +
 +
*Hardware
 +
**[http://learn.linksprite.com/pcduino/pcduino-3-circuit-diagram/ Schematic of pcDuino3]
 +
**[http://learn.linksprite.com/pcduino/resources/schematics/definition-of-camera-interface-on-pcduino3/ Definition of Camera Interface on pcDuino3]
 +
**[http://learn.linksprite.com/pcduino/resources/schematics/chargeable-battery-connector-for-pcduino3/ Chargeable Battery Connector for pcDuino3]
 +
**[http://learn.linksprite.com/pcduino/resources/schematics/lvds-connector-of-pcduino3/ LCD LVDS Connector of pcDuino3]
 +
**[http://learn.linksprite.com/pcduino/quick-start/explaination-of-pcduino3-headers/ Explanation of pcDuino3 headers]
 +
**[https://s3.amazonaws.com/pcduino/Hardware/v3/enclosure_for_pcduino3_20140718.eps ESP file] for [http://linksprite.com/wiki/index.php5?title=Acrylic_Clear_Enclosure_for_pcDuino3 Acrylic pcDuino3 enclosure]

Latest revision as of 02:12, 14 January 2015

Introduction

pcDuino3 is a high performance, cost effective single board computer. It runs operation systems such as Ubuntu Linux and Android. pcDuino3 has HDMI interface to output its graphic desktop screen. It could support multi-format 1080p 60fps video decoder and 1080p 30fps H.264 and MPEG4 video encoder with its built-in hardware video processing engine. It targets specially the fast growing demands from the open source community. pcDuino3 provides easy-to-use tool chains and is compatible with the popular Arduino ecosystem such as Arduino Shields.

PcDuino3 top.jpg

PcDuino3 bot.jpg

Specification

Hardware Specifications

Item Details
CPU AllWinner A20 SoC, 1GHz ARM Cortex A7 Dual Core
GPU OpenGL ES2.0, OpenVG 1.1, Mali 400 Dual Core
DRAM 1GB
Onboard Storage 4GB Flash, microSD card (TF) slot for up to 32GB
Video Output HDMI 1.4 with HDCP support
OS Ubuntu 12.04

Android 4.2

Arduino extension interface Arduino sockets, same as Arduino UNO

14xGPIO, 2xPWM, 6xADC, 1xUART, 1xSPI, 1xI2C

Network interface Built-in WiFi

Ethernet 10M/100Mbps

Audio out 3.5mm analog audio interface

I2S stereo digital audio interface

LCD LVDS
IR IR receiver
SATA SATA Host socket
Camera CSI
Battery Li-Poly Battery Interface
USB 1 x USB host, 1xUSB OTG
Power 5V, 2000mA
Overall Size 121mm x 65mm

Software Specifications

Item Details
OS Ubuntu 12.04

Android 4.2

Language English
API All the arduino shield pins are accessible with the provided API

It consists of API to access the following interfaces:

  • UART
  • ADC
  • PWM
  • GPIO
  • I2C
  • SPI
Programming language support C, C++ with GNU tool chain

Java with standard Android SDK

Python

Resouces