(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/5
Description
Orangepi Zero 256MB Arm Development Board Orange Pi Zero
Product Description
It’s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian. It uses the AllWinner H2 SoC, and has 256MB/512MB DDR3 SDRAM(256MB version is Standard version
Application
* A computer * A wireless server * Games * Music and sounds * HD video * A speaker * Android * Scratch * Pretty much anything else, because Orange Pi Zero is open source
Specification
Hardware specification
CPU
H2 Quad-core Cortex-A7 H.265/HEVC 1080P.
GPU
·Mali400MP2 GPU @600MHz ·Supports OpenGL ES 2.0
Memory (SDRAM)
256MB/512MB DDR3 SDRAM(Share with GPU)(256MB version is Standard version)
Onboard Storage
TF card (Max. 32GB)/ 2MB Spi Flash
Onboard Network
10/100M Ethernet RJ45 POE is default off.
Onboard WIFI
XR819, IEEE 802.11 b/g/n
Audio Input
MIC(via 13 pins external board )
Video Outputs
AV OUT(via 13 pins external board)
Power Source
USB OTG can supply power
USB 2.0 Ports
Only One USB 2.0 HOST, one USB 2.0 OTG
Low-level peripherals
26 Pins Header, 13 Pins Header, with 2x USB, IR pin, AUDIO(MIC, AV)