Open-Source SDR on Embedded Platforms

Total Page:16

File Type:pdf, Size:1020Kb

Open-Source SDR on Embedded Platforms See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/304346578 Open-Source SDR on Embedded Platforms Presentation · June 2016 DOI: 10.13140/RG.2.1.1108.4409 CITATIONS READS 0 1,478 1 author: Raj Bhattacharjea Georgia Tech Research Institute 7 PUBLICATIONS 63 CITATIONS SEE PROFILE Some of the authors of this publication are also working on these related projects: Open-Source SDR on Embedded Platforms View project Accelerated Signal-Processing on Embedded Platforms: Paths Forward View project All content following this page was uploaded by Raj Bhattacharjea on 23 June 2016. The user has requested enhancement of the downloaded file. Open-Source SDR on Embedded Platforms June 1, 2016 Dr. Rajib Bhattacharjea Georgia Tech Research Institute Information and Communications Lab Atlanta, GA 30318, USA 1 GTRI Part 1 Overview • Prereqs • Topics to be covered • SDR background • SDR uses and users • SDR components • Demo 1 2 GTRI Prerequisites • Radio/Comms Fundamentals - Analog and Digital Modulation - Mixers, filters, LNA, PA • Circuit analysis concepts - Transistors - Filters • Software concepts - High level language source code - Assembly language • Digital and analog signal processing concepts - Convolution - FFT - Dot products 3 GTRI What We’re Going to Learn About (and play with) 4 GTRI Single Board Computers! http://hackerboards.com/ringing-in-2016-with-64-open-spec-hacker-friendly-sbcs/ 5 GTRI Embedded Computers from the Living Room! 6 GTRI Signal Processing with Open Source Tools! http://wiki.opendigitalradio.org/FM_RDS_Stereo_transmitter_using_gnuradio 7 GTRI Software Defined Radio Hardware! 8 GTRI What We’re Going to Learn About • Overview of available open-source software and embedded hardware tools for SDR development • Signal processing • RF signals • How to get started with SDR on popular embedded platforms - ARM or x86 embedded CPU - Linux • Commercial SDR hardware • Optimized signal processing capabilities available on embedded platforms 9 GTRI What We’re Not Going to Learn About • OpenEmbedded, yocto, poky, bitbake…although those would help you with devices that don’t have packages in the distros, or for developing reproducible builds for distribution. • Embedded CPU Hardware without available Linux kernel • IBM Power ISA, µC(Linux), MIPS, SPARC, etc. - Although the open source SDR ecosystem could be made to run on these kinds of platforms with various degrees of effort - MIPS is especially low hanging fruit and much of this talk applies to those devices too - Dedicated DSP chips • “IoT” but only because we’re not talking directly about what data goes over the radio links we’re talking about. If it was some kind of sensor data, this would be an IoT talk. • OSSIE (is it dead?) 10 GTRI Background (who, what, when, where, why, how?) 11 GTRI What is a Software-Defined Radio? • A communication system where the capabilities are largely determined by the software running on the system instead of by the radio hardware. • Consists of radio hardware and something to do the signal processing. • The term “SDR” can mean the whole system, or just the radio hardware. • Let’s consider a series of examples 12 GTRI Conventional Radio Example: Super Regenerative FM Receiver Design from: http://electronics-diy.com/simple-fm-radio.php 13 GTRI Conventional Radio Example: Super Regenerative FM Receiver • It’s purpose built for a specific task • Designed to tune over 88 MHz – 108 MHz • It isn’t easily reconfigurable and can perform no other task - The hardware defines the functionality - Many functional stages are collapsed into one; the one JFET is the: • Oscillator • Mixer • Amplifier • Filter • Uses VERY few components, only enough to achieve the function it is designed for 14 GTRI Conventional Radio Example: Superheterodyne FM Receiver 15 GTRI Conventional Radio Example: Superheterodyne FM Receiver Superheterodyne receiver schematic by Appaloosa released under CC-BY-SA 3.0 license. https://commons.wikimedia.org/wiki/File:Tuner1.svg 16 GTRI Conventional Radio Example: Superheterodyne FM Receiver 17 GTRI Conventional Radio Example: Superheterodyne FM Receiver Design from: http://www.daenotes.com/electronics/communication-system/superheterodyne-fm-receiver 18 GTRI Conventional Radio Example: Superheterodyne FM Receiver Design from: http://www.radio-electronics.com/info/rf-technology-design/fm-reception/foster-seeley-fm-detector-discriminator.php 19 GTRI Conventional Radio Example: Superheterodyne FM Receiver • It’s purpose-built for a specific task • Designed to tune over 88 MHz – 108 MHz • Design is more modular than the super regenerative design - Amplification, frequency synthesis, frequency mixing, and a multistage demodulator • Hardware defines the functionality - Could change out the limiter and discriminator for a simple envelope detector and get an AM radio receiver - Or a PLL and detect FSK • Design is more complicated and uses about 7 times the number of overall components and 5 times the number of transistors 20 GTRI Software Defined Radio: Superheterodyne w/ an ADC 21 GTRI Software Defined Radio: Superheterodyne w/ an ADC • Not purpose-built for a specific task! • Tuning range can be large • Signal processing is not done by a circuit designed for demodulation or discrimination of a specific type of waveform • Software signal processing defines the functionality - Hardware determines characteristics (tuning range, max instantaneous bandwidth, noise performance) 22 GTRI Who Uses SDR and Why? • Engineers in R&D • Enables cutting edge research • Academics • Speeds prototyping of new • US Military radio designs and signal processing algorithms - JTRS - SCA • Allows one radio to support different waveforms • US Intelligence Community • Permits radio designs to be • Amateur radio enthusiasts upgraded without buying new (hams) hardware • Others • Facilitates detailed offline signal analysis 23 GTRI Who uses SDR and Why? Video • https://youtu.be/Lv-vkBNzZwE 24 GTRI SDR Users / Developers in the DoD and IC • The Army, Navy, Air Force, and Marine Corps • “No Such Agency” in Fort Meade, MD - https://www.google.com/#q=nsa+redhawk • Defense Contractors - Harris http://rf.harris.com/media/RF-7800V-HH_Enlarged_26-12108.jpg 25 GTRI Components of an SDR • Analog front end - Quadrature demodulator - Wide or narrow tuning range - Wide or narrow bandwidths - RX Only, TX/RX half duplex, TX/RX full duplex, TX/RX MIMO configurations typical • ADC - Direct sampling ADC is a possibility, limits “tuning” range to (0,fs/2) • Baseband processor w/ high speed interface - FPGA - CPU - µC • Signal processing software 26 GTRI Components of an SDR: Front-end 27 GTRI Components of an SDR: Baseband Processor • Embedded device with a CPU or µC • FPGA 28 GTRI Demo 1 - CPU Frequency Demodulation 29 GTRI Questions? 30 GTRI Part 2 Overview • Embedded platforms • Consumer electronics embedded • Capabilities • Types • Will it SDR? Demos 2 – 4 • Embedded ARM landscape • SDR hardware options 31 GTRI Embedded Processors (low power brains) 32 GTRI Ubiquity of Embedded Platforms • Embedded processors or µCs are in - Car - Television - Speakers - Sound system - Wifi router - GPS receiver - Cable modem - Camera - Vacuum cleaner - Refrigerator - Watch 33 - Calculator, etc. GTRI Consumer Electronics Embedded Platforms • Largest consumer electronics companies all sell embedded devices - Connected TV devices - Tablets - more than 250 million projected to sell globally in 2016[1] - Smartphones – 1.4 billion units sold in 2015[2] • Android and iOS devices drive this market - Google - Apple - Samsung - Amazon [1] http://www.gartner.com/newsroom/id/2954317 [2] http://www.statista.com/topics/840/smartphones/ 34 GTRI Consumer Electronics Embedded Platforms • These embedded CPUS go by the name “applications processors” • Hardware manufacturers amortize investment into a technology; technology trickles laterally into the maker/hacker, educational, and industrial, and commercial communities - Broadcom markets the BCM2820 as “optimized for high volume markets including mobile phones, mobile TVs, and portable audio/video/game devices”[1] - Sells the almost identical BCM2835 as a learning platform to the Pi Foundation - R&D companies ship Raspberry Pi’s to their customers in other products • This is the class of embedded hardware we are talking about today [1] https://www.broadcom.com/press/release.php?id=929312 35 GTRI What Drives the Capabilities? • Often, the killer app: streaming, decoding, and playback of media - Special CPU instructions - Media processor / GPU hardware - Some of this capability might help in radio signal processing, more on this later • This talk focuses exclusively on ARM and Intel - Linux runs effortlessly, entire open-source ecosystem is available - Can be extended to anything that runs a full, modern Linux kernel (MIPS24K in particular) 36 GTRI Types of Consumer Electronics Embedded Platforms 37 GTRI Set Top Boxes • Class of devices used for consumption of media on TV screens • Options: - Roku devices - Apple TV - Amazon Fire TV - WDTV - NVIDIA Shield - Many, many lesser known brands (check online retailers for “Android TV” or “set top box”) 38 GTRI Set Top Boxes: Will it SDR? Yes it will! http://www.cnx-software.com/2015/12/06/how-to-run-headless-linux-on-amlogic-s905-devices-such-as-mini-mx-or-k1-plus/ 39 GTRI Stick Computers • New class of small form-factor computers for vending signs, kiosks, TV streaming, etc. • Options: - Intel Compute Stick - Amazon Fire Stick - Lenovo IdeaCentre - Asus Chromebit -
Recommended publications
  • Setting up Odroid C2 – Throughtput Testing
    Throughput Testing Single-Board Computer for Wireless LAN Professionals Setting up Odroid C2 As Test End-Point Inventory Project Items Unpack and knoll the following items ❑ Impact Strong 5200 mAh USB Battery o And it has a flashlight as well! ❑ USB Micro Power Cable (comes with Battery) ❑ Micro SD Card to eMCC adapter (Blueish green) ❑ eMCC Memory Card (small with Red label) ❑ Transcend USB 3.0 SD Card Reader ❑ Odroid Wi-Fi 4 NIC – (Black) ❑ USB ‘U-bend’ Adaper (Black ❑ Odroid C2 – Single Board Computer ❑ #WLPC_EU USB Drive (has the Image) ❑ Odroid Case Kit (Black) Later we will have you use as part of the testing (not in your own kit) • Small Phillips Screwdriver (to assemble your case) • Short Ethernet Cable (to test your unit when attached to a switch port) ❑ If you are running Windows copy the Win32DiskImager-0.9.5-binary executable as well. If you are running Windows follow the Windows directions, if Mac OS – move to the Mac OS directions. Mac OS Version Configure Image ❑ Copy Image File from the #WLPC_EU USB drive (in the Odroid for #WLPC_EU folder) to your Desktop… the file name is DietPi_v133_OdroidC2-arm64- (WLAN_PRO) ❑ Open Image File – Boot Drive ❑ Should have a Folder Call “Boot” ❑ Find the dietpi.txt We are changing setting so your Odroid device can join a local SSID and download more files we’ll need. ❑ Under the Wi-Fi Details section change the Wi-Fi SSID to WLPC_EU-01 with a PSK of password. #Enter your Wifi details below, if applicable (Case Sensitive). Wifi_SSID=WLPC_EU-01 Wifi_KEY=password ❑ Under WiFi Hotspot Settings,
    [Show full text]
  • Reverse Engineering Power Management on NVIDIA Gpus - Anatomy of an Autonomic-Ready System Martin Peres
    Reverse Engineering Power Management on NVIDIA GPUs - Anatomy of an Autonomic-ready System Martin Peres To cite this version: Martin Peres. Reverse Engineering Power Management on NVIDIA GPUs - Anatomy of an Autonomic-ready System. ECRTS, Operating Systems Platforms for Embedded Real-Time appli- cations 2013, Jul 2013, Paris, France. hal-00853849 HAL Id: hal-00853849 https://hal.archives-ouvertes.fr/hal-00853849 Submitted on 23 Aug 2013 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Reverse engineering power management on NVIDIA GPUs - Anatomy of an autonomic-ready system Martin Peres Ph.D. student at LaBRI University of Bordeaux Hobbyist Linux/Nouveau Developer Email: [email protected] Abstract—Research in power management is currently limited supported nor documented by NVIDIA. As GPUs are leading by the fact that companies do not release enough documentation the market in terms of performance-per-Watt [3], they are or interfaces to fully exploit the potential found in modern a good candidate for a reverse engineering effort of their processors. This problem is even more present in GPUs despite power management features. The choice of reverse engineering having the highest performance-per-Watt ratio found in today’s NVIDIA’s power management features makes sense as they processors.
    [Show full text]
  • A 1024-Core 70GFLOPS/W Floating Point Manycore Microprocessor
    A 1024-core 70GFLOPS/W Floating Point Manycore Microprocessor Andreas Olofsson, Roman Trogan, Oleg Raikhman Adapteva, Lexington, MA The Past, Present, & Future of Computing SIMD MIMD PE PE PE PE MINI MINI MINI CPU CPU CPU PE PE PE PE MINI MINI MINI CPU CPU CPU PE PE PE PE MINI MINI MINI CPU CPU CPU MINI MINI MINI BIG BIG CPU CPU CPU CPU CPU BIG BIG BIG BIG CPU CPU CPU CPU PAST PRESENT FUTURE 2 Adapteva’s Manycore Architecture C/C++ Programmable Incredibly Scalable 70 GFLOPS/W 3 Routing Architecture 4 E64G400 Specifications (Jan-2012) • 64-Core Microprocessor • 100 GFLOPS performance • 800 MHz Operation • 8GB/sec IO bandwidth • 1.6 TB/sec on chip memory BW • 0.8 TB/sec network on chip BW • 64 Billion Messages/sec IO Pads Core • 2 Watt total chip power • 2MB on chip memory Link Logic • 10 mm2 total silicon area • 324 ball 15x15mm plastic BGA 5 Lab Measurements 80 Energy Efficiency 70 60 50 GFLOPS/W 40 30 20 10 0 0 200 400 600 800 1000 1200 MHz ENERGY EFFICIENCY ENERGY EFFICIENCY (28nm) 6 Epiphany Performance Scaling 16,384 G 4,096 F 1,024 L 256 O 64 4096 P 1024 S 16 256 64 4 16 1 # Cores On‐demand scaling from 0.25W to 64 Watt 7 Hold on...the title said 1024 cores! • We can build it any time! • Waiting for customer • LEGO approach to design • No global timinga paths • Guaranteed by design • Generate any array in 1 day • ~130 mm2 silicon area 1024 Cores 1Core 8 What about 64-bit Floating Point? Single Precision Double Precision 2 FLOPS/CYCLE 2 FLOPS/CYCLE 64KB SRAM 64KB SRAM 0.215mm^2 0.237mm^2 700MHz 600MHz 9 Epiphany Latency Specifications
    [Show full text]
  • Streaming Integrated Amplifier User’S Manual U S E’ S M an U a L
    OmniaOmnia A300 Streaming Integrated Amplifier User’s Manual U S E’ S M AN U A L Table of Contents FCC NOTICE - DECLARATION OF CONFORMITY INFORMATION .................................................................... 2 EU DECLARATION OF CONFORMITY ........................................................................................................... 3 SAFETY INSTRUCTIONS ............................................................................................................................. 4 WHAT’S IN THE BOX .................................................................................................................................. 7 QUICK SETUP GUIDE .............................................................................................................................. 8 WIRELESS AUTO SETUP ............................................................................................................................. 9 CONTROLLING MULTIPLE A300 AND RE-STREAMING ........................................................................ 14 WIRELESS MANUAL SETUP ................................................................................................................. 16 INTRODUCTION ................................................................................................................................... 17 TECHNICAL HIGHLIGHTS ......................................................................................................................... 17 LISTENING OPTIMIZATION .....................................................................................................................
    [Show full text]
  • Comparison of 116 Open Spec, Hacker Friendly Single Board Computers -- June 2018
    Comparison of 116 Open Spec, Hacker Friendly Single Board Computers -- June 2018 Click on the product names to get more product information. In most cases these links go to LinuxGizmos.com articles with detailed product descriptions plus market analysis. HDMI or DP- USB Product Price ($) Vendor Processor Cores 3D GPU MCU RAM Storage LAN Wireless out ports Expansion OSes 86Duino Zero / Zero Plus 39, 54 DMP Vortex86EX 1x x86 @ 300MHz no no2 128MB no3 Fast no4 no5 1 headers Linux Opt. 4GB eMMC; A20-OLinuXino-Lime2 53 or 65 Olimex Allwinner A20 2x A7 @ 1GHz Mali-400 no 1GB Fast no yes 3 other Linux, Android SATA A20-OLinuXino-Micro 65 or 77 Olimex Allwinner A20 2x A7 @ 1GHz Mali-400 no 1GB opt. 4GB NAND Fast no yes 3 other Linux, Android Debian Linux A33-OLinuXino 42 or 52 Olimex Allwinner A33 4x A7 @ 1.2GHz Mali-400 no 1GB opt. 4GB NAND no no no 1 dual 40-pin 3.4.39, Android 4.4 4GB (opt. 16GB A64-OLinuXino 47 to 88 Olimex Allwinner A64 4x A53 @ 1.2GHz Mali-400 MP2 no 1GB GbE WiFi, BT yes 1 40-pin custom Linux eMMC) Banana Pi BPI-M2 Berry 36 SinoVoip Allwinner V40 4x A7 Mali-400 MP2 no 1GB SATA GbE WiFi, BT yes 4 Pi 40 Linux, Android 8GB eMMC (opt. up Banana Pi BPI-M2 Magic 21 SinoVoip Allwinner A33 4x A7 Mali-400 MP2 no 512MB no Wifi, BT no 2 Pi 40 Linux, Android to 64GB) 8GB to 64GB eMMC; Banana Pi BPI-M2 Ultra 56 SinoVoip Allwinner R40 4x A7 Mali-400 MP2 no 2GB GbE WiFi, BT yes 4 Pi 40 Linux, Android SATA Banana Pi BPI-M2 Zero 21 SinoVoip Allwinner H2+ 4x A7 @ 1.2GHz Mali-400 MP2 no 512MB no no WiFi, BT yes 1 Pi 40 Linux, Android Banana
    [Show full text]
  • LAB-Manual Iot for Intel Edison
    Evaluation of Intel Architecture An Experimental Manual for Computer Architecture, Advanced Microprocessor, System On Chip (SoC) and Compiler Design In association with Intel Collaboration Program Designed by: Zeenat Shareef, MTech (Mobile and Pervasive Computing) Under the guidance of: Dr. S.R.N Reddy, HOD and Associate Professor, CSE Mr. Naveen , Mr. Sumit Verma, Intel Department of Computer Science Indira Gandhi Delhi Technical University for Women Kashmere Gate, Delhi-110006 LIST OF EXPERIMENTS EXP. No Description of Experiment 1. To familiarize with Intel Edison. 2. Write the steps to install the drivers and IDE for Intel Edison 3. Write the steps to configure Intel Edison and enable the WIFI module 4. To enable the Bluetooth module in Intel Edison and connect with a device. 5. Write the steps to blink the LED on the Intel Edison using Eclipse CDT remote explorer(WiFi). EXPERIMENT 1 AIM: To familiarize with Intel Edison. INTEL EDISON- A SOC based on Intel Atom The Intel Edison compute module is designed to lower the barriers to entry for anyone prototyping and producing IoT and wearable computing products. Intel Edison contains the core system processing and connectivity elements: processor, PMIC, RAM, eMMC, and Wi- Fi/BT. Intel Edison is a module that interfaces with end-user systems via a 70-pin connector. The Intel Edison compute module does not include any video input or output interfaces (MIPI CSI, MIPI DSI, HDMI, etc.). Internal image processing and graphics processing cores are disabled (ISP, PowerVR, VED, VEC, VSP, etc.). Intel Edison relies on the end-user support of input power.
    [Show full text]
  • Intel Edison Workshop
    Note: This presentation was made and provided by Intel during the Intel Embedded Education & Research Summit in March 2015 Intel Edison Workshop Setting up Edison Step by Step Our Workshop Goal: 1.Unbox Edison 2.Learn how to connect and configure Edison board: Serial connecton Name /WiFi set up/Password 3. Install drivers (New Windows Installer amd manual install) 4. Intel Development IoT Kit 5. Install IDEs 6. Run example code Intel® Edison Arduino Expansion Board Assembly https://software.intel.com/en‐us/articles/intel‐edison‐arduino‐expansion‐board‐assembly Microswitch and USB Ports Details The slider switches between USB host mode and USB device mode. Device mode: The switch is toggled down and a micro‐USB cable can be used to turn the Intel® Edison into a computer peripheral. Device mode allows you to do such things as: program the board over USB, or mount the onboard flash memory like a disk drive. Host mode: The switch is toggled up and USB peripherals with a standard‐sized USB cable (such as mice, keyboards, etc) can be plugged into the Intel® Edison. USB host mode requires the use of an external power adapter. The Intel Edison board has three USB ports: The middle port (Micro A type) is used for the following: •Power through USB •Ethernet over USB •Uploading Arduino sketches •Updating the firmware by using the board as a storage device, like a flash drive The edge port (Micro A type) is used to create a terminal connection by serial over USB only. Power Through DC Plug If you are going to use more power intensive features such as Wi‐Fi, a servo motor, or an Arduino shield, use a DC power supply in addition to the device mode micro‐USB cable.
    [Show full text]
  • Without Having to Download Anything
    ONLY Best Printer Add Music & Videos £1.99 GET WI-FI Under £50 To Your Documents p40 And it’s cheap to run! p23 IN YOUR Y 2015 ISSUE 448 ❘ 29 APRIL – 12 MA GARDEN SHED Extend your signall beyond ogy Your friendly guide to technology your homee es mad (again!) p74 Political correctne ss go p60 Make Your PC FASTER Without Having To Download Anything £1.99 Fine-tune the Windows Registry Activate secret Windows settings Clean your PC using web tools More speed, less junk (forever!)) Find out how on p50 DOWNLOAD MICROSOFT’S PLUS NEW BROWSER NEVER PAY FOR MOBILE PHONE Time to ditch IE... CALLS AGAIN Install this new app now p42 ...and Chrome & Firefox too? Welcome EDITORIAL Group Editor Daniel Booth From the Editor Features Editor Jane Hoskyn Reviews Editor Alan Lu Technical Editor Sherwin Coelho Contributing Editor Scott Colvey Every week I receive emails from readers Production Editor Graham Brown despairing at how many nasty extras came Art Editor Katie Peat Sorry, no technical or buying advice. bundled with their latest download. It’s ADVERTISING making many of you think twice about Advertisement sales & media pack clicking that download button. Happily, not 020 7907 6799 Advertising Director Andrea Mason everything you want to do on your PC requires Deputy Advertising Manager Alexa Dracos software. For example, you can speed up your superior online alternatives. MARKETING AND CIRCULATION PC using utilities you’ve already got on your One piece of software you should defi nitely Subscriptions Manager Sarah Aldridge Senior Direct Marketing Executive computer, or by using web tools that require try is Spartan, Microsoft’s exciting new Rachel Evans Marketing Production Manager Gemma Hills no installation.
    [Show full text]
  • Improving the Beaglebone Board with Embedded Ubuntu, Enhanced GPMC Driver and Python for Communication and Graphical Prototypes
    Final Master Thesis Improving the BeagleBone board with embedded Ubuntu, enhanced GPMC driver and Python for communication and graphical prototypes By RUBÉN GONZÁLEZ MUÑOZ Directed by MANUEL M. DOMINGUEZ PUMAR FINAL MASTER THESIS 30 ECTS, JULY 2015, ELECTRICAL AND ELECTRONICS ENGINEERING Abstract Abstract BeagleBone is a low price, small size Linux embedded microcomputer with a full set of I/O pins and processing power for real-time applications, also expandable with cape pluggable boards. The current work has been focused on improving the performance of this board. In this case, the BeagleBone comes with a pre-installed Angstrom OS and with a cape board using a particular software “overlay” and applications. Due to a lack of support, this pre-installed OS has been replaced by Ubuntu. As a consequence, the cape software and applications need to be adapted. Another necessity that emerges from the stated changes is to improve the communications through a GPMC interface. The depicted driver has been built for the new system as well as synchronous variants, also developed and tested. Finally, a set of applications in Python using the cape functionalities has been developed. Some extra graphical features have been included as example. Contents Contents Abstract ..................................................................................................................................................................................... 5 List of figures .........................................................................................................................................................................
    [Show full text]
  • – Amlogic S905X2 Chipset – Armv8-A Architecture – ARM G31
    NV-720 series IPTV Set-Top Boxes Data Sheet Integrated Networking Solutions – Amlogic S905X2 chipset – ARMv8-A architecture – ARM G31 MP2 graphic accelerator – 2D/3D accelerators, support for OpenGL 3.2 – OS Android 9 – App store – Support for widely used Middleware – Android API, SDK – H.265 – 4Kp60 decoding – Wi-Fi 802.11a/b/g/n/ac – HDMI 2.1 NV-720 IPTV set-top boxes on Android ensure a new Peer-to-Peer TV level of service provision. NV-720 series set-top boxes support real-time NV-720 is an excellent way to promote digital television playback of media files via DC++ protocol without a services and to attract new customers. PC or files preloading to a local disk. There is an opportunity of downloaded files queue creation, Android platform background downloading and organization of an NV-711 Android allows the creation of a single universal illustrated page (catalogue) for media content. platform for access to services including AndroidTV interface. Basic services – HD/UHD IPTV Customized app store creation – OTT The open platform and development tools (SDK, API) – VoD make it possible to create new operator services. – Media Player (files playback from external storage media and a local network) Hardware – Electronic program guide (EPG) Quad-core Amlogic media processor supports a wide – Support for cloud services range of audio and video formats. – Online sources: YouTube, Internet radio, etc. – Provider’s app store Up-to-date Wi-Fi technologies – Support for HLS NV-720-WB set-top boxes support up-to-date Wi-Fi – Peer-to-Peer TV (streaming via DC++) standards: 802.11a/b/g/n/ас.
    [Show full text]
  • Retail Prices in RED Color Are Sale Prices. Limit One Per Customer
    Retail prices in RED color are sale prices. Limit one per customer. Limited to stock on hand. Cases The parts listed below are normal stock items. However, we also have access to and can special order Addtronics, A-Top, Boomrack, Coolermaster, Enlight, Foxconn, Intel, InWin, Lite-On, PC Power & Cooling, Startech and SuperMicro. Description Manufacturer Model# Mid-Tower ATX Cases Retail Stock Black Elite 350 Mid-Tower ATX Case, Includes 500Watt Power Supply, (4) RC-350- Cooler Master 5.25" & (1) 3.5" External Bays, (6) 3.5" Internal Bays, 16.1"Hx7.1"Wx17.9"D, $95.00 3 KKR500 w/2-USB Front Ports, Includes (1) 120MM Rear Fan SGC-2000- Storm Scout SGC-2000-KKN1-GP Black Steel / Plastic ATX Mid Tower Cooler Master $95.00 1 KKN1-GP Computer Case No Power Supply Included RC-912- HAF 912 RC-912-KKN1 Black SECC/ ABS Plastic ATX Mid Tower Computer Cooler Master $75.00 0 KKN1 Case, No Power Supply V3 Black Edition VL80001W2Z Black SECC / Plastic ATX Mid Tower Thermaltake VL80001W2Z $70.00 4 Computer Case VN900A1W2 Commander Series Commander MS-II Black SECC ATX Mid Tower Computer Thermaltake $80.00 1 N Case Zalman Z9 PLUS Z9 Plus Black Steel / Plastic ATX Mid Tower Computer Case $80.00 1 Z11 PLUS Zalman ZALMAN Z11 Plus HF1 Black Steel / Plastic ATX Mid Tower Computer Case $95.00 1 HF1 Manufacturer Model# Retail Stock 2.5in SATA Hard Drive to 3.5in Drive Bay Mounting Kit (Includes 1 x BRACKET25 Combined 7+15 pin SATA plus LP4 Power to SATA Cable Connectors 1x Startech $15.00 7 SAT SATA 7 pin Female Connector Connectors 1x SATA 15 pin Female Connector Connectors 1x LP4 Male Connector) CD-ROM, CD-Burners, DVD-ROM, DVD-Burners and Media The parts listed below are normal stock items.
    [Show full text]
  • Amlogic Application Notes
    Amlogic Openlinux Release Notes Amlogic Buildroot Openlinux Release Note AMLOGIC, Inc. 2518 Mission College Blvd Santa Clara, CA 95054 U.S.A. www.amlogic.com AMLOGIC reserves the right to change any information described herein at any time without notice. AMLOGIC assumes no responsibility or liability from use of such information. Amlogic Confidential 1 Amlogic Openlinux Release Notes Content 1. Basic Information .............................................................................................................................................................. 3 1.1. INTRODUCTION ............................................................................................................................................................ 3 1.1.1. Kernel Version .................................................................................................................................................... 3 1.1.2. List of Supported Drivers .................................................................................................................................... 3 1.2. CHIP INFORMATION ..................................................................................................................................................... 3 1.3. HOW TO GET CODE ...................................................................................................................................................... 4 1.4. REFERENCE PLATFORM ...............................................................................................................................................
    [Show full text]