SENSOR NETWORKS JAVA

Size: px
Start display at page:

Download "SENSOR NETWORKS JAVA"

Transcription

1 SENSOR NETWORKS JAVA RASPBERRY EMBEDDEDPI

2 ABOUTME. CANOOENGINEERING Gerrit Grunwald Developer Leader of JUG Münster JavaFX & IoT community Co-Lead Java Champion, JavaOne RockStar

3 JAVA ONE 2013

4

5

6

7 MONITORING

8 IDEAS

9 Measure multiple locations Store data for analysis Access it from everywhere Use Java where possible Visualize the data on Pi

10 Create mobile clients Display current weather condition Measure local environmental data Use only embedded devices

11 QUESTIONS???

12 How to do the measurement? Where to store the data? Which technologies to use? What is affordable? Which hardware to use?

13 TODO

14 1 MONITOR 9 ROOMS 2 STORE DATA 3 VISUALIZE ON RASPBERRY PI 4 OTHER CLIENTS

15 MONITOR 9 ROOMS

16 BUT HOW

17 SENSOR NETWORK

18 SENSOR NETWORK Built of sensor nodes Star or mesh topology Pass data to coordinator Sensor nodes running on batteries

19 POSSIBLE SENSOR NODES

20 RASPBERRY PI

21 RASPBERRY PI Cheaper Support Flexible Connectivity Power supply Size Overkill limited I/O's

22 ARDUINO YUN

23 ARDUINO YUN Cheaper Support Power supply Oversized Flexible I/O's No Java Connectivity

24 ARDUINO + XBEE

25 ARDUINO + XBEE Cheap Support Power supply Oversized Flexible I/O's No Java Connectivity

26 XBEE

27 XBEE Cheap No Java Support Flexible

28 XBEE

29 XBEE 2.4 GHz at 2mW Indoor range up to 40m Outdoor range up to 120m Volt C operat. temp. Point to point, Star and Mesh support Programmable via AT cmd ZigBee standard

30 XBEE VCC DOUT DIN DO8 RST PWM0 PWM1 RSV DTR GND AD0 AD1 AD2 AD3 RTS AD5 VREF ON CTS AD4

31 XBEE SETUP VCC DOUT DIN DO8 RST PWM0 PWM1 RSV DTR GND TMP 36 AD0 AD1 AD2 AD3 RTS AD5 VREF ON CTS AD4

32 XBEE SETUP Wake up sleeping 5min Measure AD3 Transmit AD3 value and supply voltage Go to sleep

33 SENSOR NODE

34 SENSOR NODE 5 cm

35 SENSOR NODE 35

36 POSSIBLE TOPOLOGIES

37 SENSOR NODE MESH COORDINATOR SENSOR + ROUTER NODE LARGE-RANGE NETWORKS

38 SENSOR NODE STAR COORDINATOR SHORT-RANGE NETWORKS

39 SENSOR NODE STAR COORDINATOR

40 COORDINATOR Slice of Pi

41 SENSOR NODE STAR COORDINATOR RASPBERRY PI

42 RASPBERRY PI SETUP Debian Wheezy Linux JDK 8 Collect all current Xbee data via Java xbee-api Store every 5 min to database Populate live Xbee data via MQTT

43 MONITOR 9 ROOMS Xbee based Sensor Nodes Raspberry Pi as Coordinator Use Java 8 on the Raspberry Pi

44 1 MONITOR 9 ROOMS 2 STORE DATA 3 VISUALIZE ON RASPBERRY PI 4 OTHER CLIENTS

45 STORE DATA

46 Which database? Which hardware? Where to store the data?

47 WHICH DATABASE?

48 MONGO DB

49 MONGODB Flexible Developer friendly Free Java driver available ARM port available

50 WHICH HARDWARE?

51 CUBIEBOARD2 DualCore ARM A7 1GHz Mali-400 MP GPU 1 GB RAM 1 Micro SD 1 SATA 2.0 Ethernet I 2 C, SPI, LVDS

52 CUBIEBOARD2 SETUP Debian Wheezy Linux JDK 8 Act as mongodb server Collect Xbee data of last 7 days every 5 minutes Allow communication over MQTT

53 STORE DATA Use mongodb Use CubieBoard2 as server Use Java 8 on the CubieBoard2

54 1 MONITOR 9 ROOMS 2 STORE DATA 3 VISUALIZE ON RASPBERRY PI 4 OTHER CLIENTS

55 VISUALIZE ON RASPBERRY PI

56 VISUALIZE ON PI Show current weather condition Show environmental values Show live measured data Show history of last 7 days Show sensor voltage history Show daily temperature distribution

57 1. APPROACH

58 GOING "BIG"

59 10" TOUCH LCD

60 THE INTERFACE

61 WEATHER

62 ENVIRONMENT

63 LIVE XBEE DATA

64 7 DAY HISTORY

65 7 DAY HISTORY

66 7 DAY RADAR

67 THE "BIG" APPROACH JavaFX 8 based Simple touchable interface Get data via MQTT subscription Optimized for low cpu performance

68 2. APPROACH

69 GOING "SMALL"

70 2.8" TOUCH LCD

71 THE INTERFACE

72 WEATHER

73 WEATHER

74 ENVIRONMENT

75 ENVIRONMENT

76 ENVIRONMENT

77 LIVE XBEE DATA

78 7 DAY HISTORY TOO SMALL

79 THE "SMALL" APPROACH JavaFX 8 based Simple touchable interface Get data via MQTT subscription Portable Optimized for low cpu performance

80 1 MONITOR 9 ROOMS 2 STORE DATA 3 VISUALIZE ON RASPBERRY PI 4 OTHER CLIENTS

81 OTHER CLIENTS

82 POSSIBLE JAVAFX PLATFORMS Desktop (Windows, OS X, Linux) Cubox-i (i.mx6) ipad (ios) Nexus 7 (Android) SmartWatch (Android)

83 DESKTOP

84 DESKTOP

85 DESKTOP

86 Cubox-i (i.mx6) 5 cm

87 Cubox-i (i.mx6)

88 Cubox-i (i.mx6)

89 Cubox-i (i.mx6)

90 Cubox-i (i.mx6)

91 Cubox-i (i.mx6)

92 Cubox-i (i.mx6)

93 Cubox-i (i.mx6)

94 1 MONITOR 9 ROOMS 2 STORE DATA 3 VISUALIZE ON RASPBERRY PI 4 OTHER CLIENTS

95 FINAL SETUP

96

97

98 SensorNetwork

99 SensorNetwork Database Server

100 SensorNetwork Database Server MQTT Broker

101 SensorNetwork Database Server MQTT Broker Raspberry Pi Visualization

102 SensorNetwork Database Server MQTT Broker Raspberry Pi Visualization Other clients

103 SensorNetwork Database Server MQTT Broker Raspberry Pi Visualization Other clients

104 CONCLUSION

105 One can create a "cheap" sensor network based on Xbee's One could safe money by using embedded technology One could run nearly all of the systems on standard Java

106 DEMO ios & Android

107 KEEP CODING

Resilient Network Platform and Rural IoT Platform

Resilient Network Platform and Rural IoT Platform Resilient Network Platform and Rural IoT Platform NerveNet NPS-108AC (HIRAKAWA HEWTECH) Masugi Inoue, Yasunori Owada, Goshi Sato, and Nobuyuki Asai National Institute of Information and Communications

More information

Electronics Single Board Computers

Electronics Single Board Computers Electronics Single Board Computers Wilfrid Laurier University November 23, 2016 Single Board Computers Single Board Computers As electronic devices get smaller and more sophisticated, they often contain

More information

EDJE PROJECT. The Software Foundation for IoT Devices. https://projects.eclipse.org/projects/iot.edje. IS2T S.A All rights reserved.

EDJE PROJECT. The Software Foundation for IoT Devices. https://projects.eclipse.org/projects/iot.edje. IS2T S.A All rights reserved. EDJE PROJECT The Software Foundation for IoT Devices https://projects.eclipse.org/projects/iot.edje IS2T S.A. 2016. All rights reserved. PRESENTER Jérôme Leroux Development and Innovation Manager at MicroEJ

More information

Embedded Linux With Raspberry Pi IOT

Embedded Linux With Raspberry Pi IOT Embedded Linux With Raspberry Pi IOT Module 1 : Raspberry Pi Set up & Configurations Program Raspberry Pi : a credit-card sized computer Python programming for Raspberry Pi Interacting and configuring

More information

Major Components of the Internet of Things Systems

Major Components of the Internet of Things Systems Major Components of the Internet of Things Systems 1 1. Sensors and Control Units 2 Sensors Analog Sensors: thermistor, photoconductor, pressure gauge and Hall sensor Digital Sensors: touch sensor, proximity

More information

TOUCH PANEL PC 10.1 USER GUIDE

TOUCH PANEL PC 10.1 USER GUIDE TOUCH PANEL PC 10.1 USER GUIDE Panel 10.1 User Guide: 1 Contents 1 TOUCHBERRY PI 10.1... 4 1.1 Controller Specifications:... 4 1.2 Touchberry Pi I/Os Pinout... 6 2 HUMMTOUCH... 7 2.1 Controller Specifications:...

More information

HEALTH CARE FOR THE ELDERLY USING. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

HEALTH CARE FOR THE ELDERLY USING. Copyright 2015, Oracle and/or its affiliates. All rights reserved. HEALTH CARE FOR THE ELDERLY USING Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

More information

8/11/11. Radio Communication Configurations Zigbee Configurations. Zigbee. XBee Wireless

8/11/11. Radio Communication Configurations Zigbee Configurations. Zigbee. XBee Wireless Radio Communication XBee Wireless Michelle Shorter 802.15.4 Low Power Low bandwidth Addressing Affordable Small Standardized Popular Electromagnetic Waves No medium required Modulation Well described mystery

More information

Build Your Own Data Collection IoT Devices

Build Your Own Data Collection IoT Devices Build Your Own Data Collection IoT Devices Inspirations for (even) more data Analytics Seminar at Georgetown University Ulrich Norbisrath 2017-05-03 whoami http://ulno.net, Ulrich Norbisrath email: replace

More information

IOT HARDWARE SUBSTRUCTURE

IOT HARDWARE SUBSTRUCTURE Chapter 2 IOT HARDWARE SUBSTRUCTURE A IOT of hardware components are used in IOT ecosystem circuit developmen boards form the basic structrue.arduino, Rasspberyy Pi,Beagle Bone, Cubie Borad, Texas Insuments

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

Indriya_DP_03A14. Features. Block Diagram. XBEE based Wireless Sensor Network development platform

Indriya_DP_03A14. Features. Block Diagram. XBEE based Wireless Sensor Network development platform Indriya TM is a hardware development environment for building ambient intelligence based wireless sensor network applications. Features Simple, pervasive & low power 8-bit microcontroller core with low-power

More information

XBee Wireless. Michelle Shorter

XBee Wireless. Michelle Shorter XBee Wireless Michelle Shorter Radio Communication Electromagnetic Waves No medium required Modulation Well described mystery Wireless/Airwaves Inverse Square Law 802.15.4 Low Power Low bandwidth Addressing

More information

F28HS Hardware-Software Interface: Systems Programming

F28HS Hardware-Software Interface: Systems Programming F28HS Hardware-Software Interface: Systems Programming Hans-Wolfgang Loidl School of Mathematical and Computer Sciences, Heriot-Watt University, Edinburgh Semester 2 2017/18 0 No proprietary software has

More information

Automatic Environmental Monitoring System using Wireless Sensor Network

Automatic Environmental Monitoring System using Wireless Sensor Network Automatic Environmental Monitoring System using Wireless Sensor Network Soniya Sunny Department of Electronics and Communication Engineering Believers Church Caarmel Engineering College, Pathanamthitta,

More information

Kevin Meehan Stephen Moskal Computer Architecture Winter 2012 Dr. Shaaban

Kevin Meehan Stephen Moskal Computer Architecture Winter 2012 Dr. Shaaban Kevin Meehan Stephen Moskal Computer Architecture Winter 2012 Dr. Shaaban Contents Raspberry Pi Foundation Raspberry Pi overview & specs ARM11 overview ARM11 cache, pipeline, branch prediction ARM11 vs.

More information

SUPERIOR EMBEDDED SOLUTIONS

SUPERIOR EMBEDDED SOLUTIONS SUPERIOR EMBEDDED SOLUTIONS LONG LIFE OPEN RUGGED ORIGINAL LONG LIFE We ve never discontinued a product in 30 years 8+ year product life cycle guarantee Design expertise that overcomes EOL challenges Supply-chain

More information

Cooking with Team 279

Cooking with Team 279 Cooking with Team 279 Intro to the Raspberry Pi FIRST Team 279 Tech Fusion http://team279.com - https://twitter.com/team_279 Author: Michael Lehman What is a System on a Chip? From Wikipedia: A system

More information

Overview of the Raspberry Pi Models 3B & 2B

Overview of the Raspberry Pi Models 3B & 2B Overview of the Raspberry Pi Models 3B & 2B (Let's look at the hardware!) Rick Commo, K7LOG Max Vaughan, KF7MAX What's really different between the original 2B and the 3B? Parameter Architecture CPU

More information

Benchmark of a Cubieboard cluster

Benchmark of a Cubieboard cluster Benchmark of a Cubieboard cluster M J Schnepf, D Gudu, B Rische, M Fischer, C Jung and M Hardt Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany E-mail: matthias.schnepf@student.kit.edu,

More information

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1).

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). Package number: G4 NO: HEQEP/CP-3137/Procurement/PacakageG4/26-08-2015/004

More information

I, J, K. Ethernet.begin() method, 274. Future Technology Devices International (FTDI), 24

I, J, K. Ethernet.begin() method, 274. Future Technology Devices International (FTDI), 24 Index A Analog to digital converters (ADCs), 181 Application programming interface (API), 170 Arduino clone boards (see Arduino clones) components list, 96 DHT22 sensor error code, 76 hardware setup, 75

More information

Posture Fixer. Jia Lee, Cheng Peter Qian, Lécuyer Cédric

Posture Fixer. Jia Lee, Cheng Peter Qian, Lécuyer Cédric Posture Fixer Jia Lee, Cheng Peter Qian, Lécuyer Cédric 1 Plan 1. Introduction 2. Architecture 3. Sensor Placement and Posture Detection 4. Hardware Setup 5. Development Environment 6. Communication 7.

More information

SenNet Registered trademark of Satel Spain Dataloggers series DL170 DL171 DL172.

SenNet Registered trademark of Satel Spain  Dataloggers series DL170 DL171 DL172. SenNet Registered trademark of Satel Spain Dataloggers series DL150 DL151 DL170 DL171 DL172 Introduction The Dataloggers are data concentrators designed to capture information from various devices, such

More information

ESP8266, MQTT, & openhab Show & Tell. Pete Keefe March 10, 2016

ESP8266, MQTT, & openhab Show & Tell. Pete Keefe March 10, 2016 ESP8266, MQTT, & openhab Show & Tell Pete Keefe March 10, 2016 Raspberry Pi 2 Linux openhab MQTT broker web server ESP8266-12 NodeMcu Development Model 2 Physical Parts Web Server Club Ethernet TP-Link

More information

#jsnight, Gianpaolo Macario (C) 2016 Gianpaolo Macario - License: CC BY-SA 4.0

#jsnight, Gianpaolo Macario   (C) 2016 Gianpaolo Macario - License: CC BY-SA 4.0 Web Applications on embedded systems #jsnight, 2016-06-08 Gianpaolo Macario https://gmacario.github.io/ (C) 2016 Gianpaolo Macario - License: CC BY-SA 4.0 1 What is an embedded system? 2 We live surrounded

More information

IOT-GATE-iMX7 Datasheet

IOT-GATE-iMX7 Datasheet IOT-GATE-iMX7 Datasheet Industrial Internet of Things Gateway Product Specification v.1.3 Capable, compact, affordable: i.mx7 Dual IoT-Gate has been designed to answer demanding IoT application requirements

More information

Introduction to Microcontrollers

Introduction to Microcontrollers Introduction to Microcontrollers June 2017 Scott A. Theis W2LW Rev 5 ( 0 8 / 0 2 / 2 0 1 7 ) What s it all about How to get started What are some of the common controller options General introduction to

More information

Arm-based palm-sized industrial computers with 2 serial ports and 2 LAN ports. Features and Benefits. Certifications

Arm-based palm-sized industrial computers with 2 serial ports and 2 LAN ports. Features and Benefits. Certifications UC-7100 Series Arm-based palm-sized industrial computers with 2 serial ports and 2 LAN ports Features and Benefits MOXA ART Arm9 32-bit 192 MHz processor 16 or 32 MB RAM 8 or 16 MB Flash ROM Dual or single

More information

Communication Gateway

Communication Gateway Communication Gateway (with NXP i.mx6 ARM Cortex application processor) VPC100 Communication Gateway Communication Gateway VPC100 This flyer contains information on pre-production products. Specifications

More information

PIGEON RB100-CM3. Features. Applications

PIGEON RB100-CM3. Features. Applications PIGEON RB100-CM3 Pigeon RB100-CM3 is a computer designed for use in control and automation systems. Pigeon RB100-CM3 is powered by Raspberry Pi Compute Module 3 and Linux system. Features Powered by Raspberry

More information

10 POS Android PCAP Touch Screen

10 POS Android PCAP Touch Screen 10 POS Android PCAP Touch Screen Overview Integrated Android Media Player The integrated Android Media Player allows for super fast updates. If required you can also run third party Digital Signage software

More information

Touch-it XELO Automation glass 18,5

Touch-it XELO Automation glass 18,5 Made in Germany Multitouch Stainless Steel Housing VESA 100 PANEL LCD Size 18.5 inch (47.0 cm) Resolution 1366 x 768 1920 x 1080 Aspect Ratio 16 : 9 Technology TFT Colours 16.7M Backlight LED Backlight

More information

Ethernet to Digital I/O +RS232 +Switch

Ethernet to Digital I/O +RS232 +Switch 4 Digital I/O Lines with RS232 Serial Port 4 Digital Ports independently can be In or Out 1 RS232 Serial Port 2 Ethernet Port User friendly software interface Simple web based configuration, monitoring

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

Build your own Smart Home

Build your own Smart Home Build your own Smart Home Matthias Straka mstraka84@gmail.com Praktische Erfahrungen vom SmartHome-Bau mit KNX und Linux 1 What can a smart home do? 2 What can a smart home do? Weather Shading Lighting

More information

Feature and Benefits. Certifications

Feature and Benefits. Certifications UC-2100 Series Arm-based palm-sized industrial computing platform for IIoT applications Feature and Benefits Armv7 Cortex-A8 1000 MHz processor 1 or 2 auto-sensing 10/100 Mbps Ethernet ports Gigabit Ethernet

More information

Features and Benefits. Certifications

Features and Benefits. Certifications MPC-2070 Series 7-inch industrial fanless panel computers Features and Benefits 7-inch panel computer Intel Atom processor 1.46 GHz -40 to 70 C wide-temperature design, no fan or heater 1000-nit sunlight-readable

More information

ROC-RK3328-CC Product Specifications

ROC-RK3328-CC Product Specifications ROC-RK3328-CC Product Specifications Author T-chip Intelligent Technology Co.,Ltd. Version V1.0 Date 2018-06-23 Version Date Updated content V1.0 2018-06-23 Original version - 1 - Directory 1. Product

More information

RASPBERRY PI IN AMATEUR RADIO. Matthew Miller KK4NDE

RASPBERRY PI IN AMATEUR RADIO. Matthew Miller KK4NDE RASPBERRY PI IN AMATEUR RADIO Matthew Miller KK4NDE http://kk4nde.com WHAT IS RASPBERRY PI Raspberry Pi Runs Linux operating system ARM Processor Single SD card for storage Fixed RAM for working memory

More information

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 6 Intel Galileo and Edison Prototype Development Platforms 1 Intel Galileo Gen 2 Boards Based on the Intel Pentium architecture Includes features of single threaded, single core and 400 MHz constant

More information

MQTT Protocol Support. Cloud Ready Gateway. Modular Architecture

MQTT Protocol Support. Cloud Ready Gateway. Modular Architecture LoRaWAN Gateway with 8 Channels MODBUS / PROFIBUS Support MQTT Protocol Support Cloud Ready Gateway Modular Architecture Gateway with a Modular Architecture With the ever increasing topologies in the IoT

More information

AT-501 Cortex-A5 System On Module Product Brief

AT-501 Cortex-A5 System On Module Product Brief AT-501 Cortex-A5 System On Module Product Brief 1. Scope The following document provides a brief description of the AT-501 System on Module (SOM) its features and ordering options. For more details please

More information

w w w. b a s e t r a i n i n g i n s t i t u t e. c o

w w w. b a s e t r a i n i n g i n s t i t u t e. c o Disclaimer: Some of the images and most of the data in this presentation are collected from various sources in the internet. If you notice any copyright issues or mistakes, please let me know by mailing

More information

Products Datasheet. The economic automation products. ü Fast programming with internet community

Products Datasheet. The economic automation products. ü Fast programming with internet community Products Datasheet Safety in industrial applications: new industrial equipment by Industrial Shields provides economical solutions for industrial applications that require flexibility, safety and high

More information

Interoperability Frameworks for RIOT-OS

Interoperability Frameworks for RIOT-OS Interoperability Frameworks for RIOT-OS @Mattia_Antonini m.antonini@create-net.org Università degli Studi INTEROPERABILITY Berlin, 15th July 2016 Stack Base Layer Service Layer Implementations Official

More information

w w w. z i g s e n s e. c o m. a u

w w w. z i g s e n s e. c o m. a u ZigSense is a line of low power wireless sensors utilizing ZigBee mesh network technology as its core communication channel. ZigSense systems contain a self healing network of wireless sensors designed

More information

Features and Benefits. Certifications

Features and Benefits. Certifications MPC-2120 Series 12-inch industrial fanless panel computers Features and Benefits 12-inch panel computer Intel Atom Processor: E3845 1.91 GHz or E3826 1.46 GHz wide-temperature design, no fan or heater

More information

Introduction to the Raspberry Pi AND LINUX FOR DUMMIES

Introduction to the Raspberry Pi AND LINUX FOR DUMMIES Introduction to the Raspberry Pi AND LINUX FOR DUMMIES 700Mhz ARM v6 Broadcomm CPU+GPU 512 MB RAM (256MB on Model A) Boots off SD card for filesystem USB, Audio out, LAN (Model B only) HDMI + Composite

More information

7 S-Series HMI W07FA3S-PCM1AC-PoE W07FA3S-PCM1-PoE. Quick Start Guide V1.0

7 S-Series HMI W07FA3S-PCM1AC-PoE W07FA3S-PCM1-PoE. Quick Start Guide V1.0 7 S-Series HMI W07FA3S-PCM1AC-PoE W07FA3S-PCM1-PoE Quick Start Guide V1.0 Document Part Number: 9152070I1001 Please read these instructions carefully before using this product, and save this manual for

More information

FriendlyELEC NanoPi Fire3 - Octa-Core Samsung S5P6818 Cortex-A53, 400M Hz - 1.4G Hz

FriendlyELEC NanoPi Fire3 - Octa-Core Samsung S5P6818 Cortex-A53, 400M Hz - 1.4G Hz FriendlyELEC NanoPi Fire3 - Octa-Core Samsung S5P6818 Cortex-A53, 400M Hz - 1.4G Hz EAN CODE 4 0 3 8 8 1 6 1 4 8 6 4 3 Introduction Overview Front Back The NanoPi Fire3 is a high performance ARM Board

More information

IB112. Freescale I.MX536 ARM Cortex -A8 Embedded BOARD. USER S MANUAL Version 1.0

IB112. Freescale I.MX536 ARM Cortex -A8 Embedded BOARD. USER S MANUAL Version 1.0 IB112 Freescale I.MX536 ARM Cortex -A8 Embedded BOARD USER S MANUAL Version 1.0 Acknowledgments Freescale is a registered trademark of Freescale Semiconductor Inc. All other product names or trademarks

More information

PV8900-CORE Full Function TCC8900/TCC8901/TCC8902 CPU Module Specification

PV8900-CORE Full Function TCC8900/TCC8901/TCC8902 CPU Module Specification PV8900-CORE Full Function TCC8900/TCC8901/TCC8902 CPU Module Specification 1. Overview: PV8900-CORE CPU Module is designed by Shanghai Povell Electronic Technologies Co., Ltd. in 2010, this CPU module

More information

PPC-MB-8260AE (Intel Core i7/i5/i3/pentium/ Celeron LGA 1151 Mini-ITX with DP/VGA, 5 COM, 6 USB, Dual LAN, PCIe x4, Mini PCIe, DDR4) Startup Manual

PPC-MB-8260AE (Intel Core i7/i5/i3/pentium/ Celeron LGA 1151 Mini-ITX with DP/VGA, 5 COM, 6 USB, Dual LAN, PCIe x4, Mini PCIe, DDR4) Startup Manual PPC-MB-8260AE (Intel i7/i5/i3/pentium/ Celeron LGA 1151 Mini-ITX with DP/VGA, 5 COM, 6 USB, Dual LAN, PCIe x4, Mini PCIe, DDR4) Startup Manual Packing List Specifications Before card installation, ensure

More information

EX-9686U/A-L(A9) Hardware User Manual

EX-9686U/A-L(A9) Hardware User Manual EX-9686U/A-L(A9) Hardware User Manual Release Notes Version Release Date Notes 1.00 November, 2013 Initial Release 2.00 January, 2014 The 2 nd release Disclaimer This documentation is provided for use

More information

OK335xS Users Manual Part I - Introduction

OK335xS Users Manual Part I - Introduction OK335xS Users Manual Part I - Introduction Copyright@2013-2014 http://www.arm9board.net COPYRIGHT STATEMENT Contents (content being images, text, programs and scripts) of this manual is copyright Witech

More information

3D Scanner PDR. Team 8 Oct. 23, Vangjel Frasheri Siyan Lin Chenkai Zhou. Advisor: Professor Tessier

3D Scanner PDR. Team 8 Oct. 23, Vangjel Frasheri Siyan Lin Chenkai Zhou. Advisor: Professor Tessier 3D Scanner PDR Team 8 Oct. 23, 2015 Vangjel Frasheri Siyan Lin Chenkai Zhou Advisor: Professor Tessier Team Members Vangjel Frasheri CSE Siyan Lin EE Chenkai Zhou EE Professor Tessier Table of Contents

More information

END NODE DIGITAL The compact ModBus WiFi End Node to network easily industrial machine.

END NODE DIGITAL The compact ModBus WiFi End Node to network easily industrial machine. END NODE DIGITAL The compact ModBus WiFi End Node to network easily industrial machine www.wi-next.com End Node Digital Network easily digital industrial machines and improve the efficiency with Industrial

More information

Your Strategic Partner for Renesas RZ/G1x Products & Solutions

Your Strategic Partner for Renesas RZ/G1x Products & Solutions Manufacture Your Strategic Partner for Renesas RZ/G1x Products & Solutions Design Concept ELECTRONICS UNITRONIC GmbH Mündelheimer Weg 9 40472 Düsseldorf Telefon 0211 / 95 110 Telefax 0211 / 95 11 111 info@unitronic.de

More information

Smart Garden Management System with Sensor Network

Smart Garden Management System with Sensor Network Smart Garden Management System with Sensor Network Project Proposal Team 74 Yen- Lin Liu, Chun- Lin Chao TA: Benjamin Eng February 7, 2016 ECE 445 1 Content 1. Introduction... 3 1.1. Statement of purpose...

More information

Beginning Sensor. Networks with Arduino. and Raspberry Pi. Apress- Charles Bell

Beginning Sensor. Networks with Arduino. and Raspberry Pi. Apress- Charles Bell Beginning Sensor Networks with Arduino and Raspberry Pi Charles Bell Apress- Contents About the Author About the Technical Reviewer Acknowledgments Introduction xv xvii xix xxi Chapter 1: Introduction

More information

MAKEVMP " 320 x 480 TOUCHSCREEN FOR RASPBERRY PI (ILI9341) USER MANUAL

MAKEVMP  320 x 480 TOUCHSCREEN FOR RASPBERRY PI (ILI9341) USER MANUAL 3.5" 320 x 480 TOUCHSCREEN FOR RASPBERRY PI (ILI9341) USER MANUAL USER MANUAL 1. Introduction To all residents of the European Union Important environmental information about this product This symbol on

More information

SBC3100 (Cortex-A72) Single Board Computer

SBC3100 (Cortex-A72) Single Board Computer (Cortex-A72) Single Board Computer Ultra High Performance SBC with RK3399 (Cortex-A72 x2 + Cortex-A53 x4) @ 2Ghz : Single Board Computer H310: Input (receiver) Module : Output (display) Module D120: 4xCOM

More information

Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE

Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE Motivation Seamless integration of technology into people s daily lives Smart Home technology is a blooming new field Google

More information

NXP-Freescale i.mx6 MicroSoM i2. Dual Core SoM (System-On-Module) Rev 1.3

NXP-Freescale i.mx6 MicroSoM i2. Dual Core SoM (System-On-Module) Rev 1.3 NXP-Freescale i.mx6 MicroSoM i2 Dual Core SoM (System-On-Module) Rev 1.3 Simple. Robust. Computing Solutions SolidRun Ltd. 3 Dolev st., 3rd floor, P.O. Box 75 Migdal Tefen 2495900, Israel. www.solid-run.com

More information

Quick Start Guide. SABRE Platform for Smart Devices Based on the i.mx 6 Series

Quick Start Guide. SABRE Platform for Smart Devices Based on the i.mx 6 Series Quick Start Guide SABRE Platform for Smart Devices Based on the i.mx 6 Series Quick Start Guide About the SABRE Platform for Smart Devices Based on the i.mx 6 Series The Smart Application Blueprint for

More information

DATA LOGGING SYSTEM FOR VEHICLE

DATA LOGGING SYSTEM FOR VEHICLE DATA LOGGING SYSTEM FOR VEHICLE 1 Mrs.R.Karthiga, 2 Mr.S.Gowtham, 3 Mr.A.Dinesh, 4 Mr.Gnanasekaran.B 1 Assistant Professor, 2,3,4 UG Student Electronics and Communication Engineering KPR Institute of Engineering

More information

65 4K Large Format Display

65 4K Large Format Display 65 4K Large Format Display Plug and Play Plug and Play is the most straightforward way to upload content to the screen. Simply load images and videos on a USB stick, insert in the display, wait for your

More information

ARM mbed Reference Designs

ARM mbed Reference Designs ARM mbed Reference Designs Steve Ogborne Senior Engineer Internet of Things Business Unit mbed Connect / Shenzhen, China 15 th Dec 2015 Contents Intro Smart City Sub-GHz Reference Design Wi-Fi Reference

More information

43 High Brightness Monitor cd/m 2

43 High Brightness Monitor cd/m 2 43 High Brightness Monitor - 1500cd/m 2 Overview High Brightness Panel 1500cd/m 2 makes sure this display will always be seen whatever the weather. Over 5 times brighter than that of a standard domestic

More information

Arm-based DIN-rail industrial computers with 4 serial ports, 2 LAN ports, 8 DI/DO, and VGA. Features and Benefits. Certifications

Arm-based DIN-rail industrial computers with 4 serial ports, 2 LAN ports, 8 DI/DO, and VGA. Features and Benefits. Certifications IA260 Series Arm-based DIN-rail industrial computers with 4 serial ports, 2 LAN ports, 8 DI/DO, and VGA Features and Benefits Cirrus Logic EP9315 Arm9 CPU, 200 MHz 128 MB RAM onboard, 32 MB flash disk

More information

WAN(Server) Software Introduction

WAN(Server) Software Introduction WAN(Server) Software Introduction Overview Built in Wi-Fi Connect the screen to the CMS wirelessly via the integrated Wi- Fi, Ethernet or by LAN Simple Network Solution No software installation is required

More information

Send Raspberry Pi Data to COSM

Send Raspberry Pi Data to COSM Send Raspberry Pi Data to COSM Created by Mikey Sklar Last updated on 2014-12-16 12:00:28 PM EST Guide Contents Guide Contents Overview To follow this tutorial you will need Connecting the Cobbler to the

More information

Features. Specifications. Hardware.

Features. Specifications. Hardware. Quick Start User Guide For CrazySwitch Home automation is "The Internet of Things". The way that all of our devices and appliances will be connected in the network and also provide us with a seamless control

More information

SOLIDRUN LTD. SolidRun Ltd. P.O Box 75 Migdal-Tefen, ISRAEL

SOLIDRUN LTD. SolidRun Ltd. P.O Box 75 Migdal-Tefen, ISRAEL SOLIDRUN LTD CuBox-i series SolidRun Ltd. P.O Box 75 Migdal-Tefen, 2495900 ISRAEL http://www.solid-run.com/ Quick User s Guide Contents of package One CuBox-i Miniature Computer. Optionally, one microsd

More information

65 High Brightness Monitor

65 High Brightness Monitor 65 High Brightness Monitor Overview High Brightness Panel 2000cd/m2 makes sure this display will always be seen whatever the weather. Over 4 times brighter than that of a standard domestic television to

More information

Rayson Bluetooth Module

Rayson Bluetooth Module Rayson Bluetooth Module Low Energy Smart Module Features Bluetooth standard V4.0 conformity. CSR000/00 chip Programmable general purpose PIO controller : Switch-mode power supply. IC for EEPROM and ICs

More information

A platform to build smart solutions for everyday ease

A platform to build smart solutions for everyday ease A platform to build smart solutions for everyday ease The Internet of Things (IoT) is an environment in which objects, animals or people are provided with unique identifiers and the ability to transfer

More information

A Raspberry Pi Based System for ECG Monitoring and Visualization

A Raspberry Pi Based System for ECG Monitoring and Visualization A Raspberry Pi Based System for ECG Monitoring and Visualization S. Pisa, E. Pittella, E. Piuzzi, L. Cecchini, M. Tomassi Dept. of Information Engineering, Electronics and Telecommunications Sapienza University

More information

.org. IoT Development Platform

.org. IoT Development Platform 1.org IoT Development Platform 2 Q&A How many ARM cores shipped in 2012? 8,700,000,000 Per Day: 23,835,616 Per Hour: 993,151 Per Minute: 16,553 Per Second: 276 2002 1+ billion 2011 billion 2020 25+ 150+

More information

NXP-Freescale i.mx6 MicroSoM i4pro. Quad Core SoM (System-On-Module) Rev 1.3

NXP-Freescale i.mx6 MicroSoM i4pro. Quad Core SoM (System-On-Module) Rev 1.3 NXP-Freescale i.mx6 MicroSoM i4pro Quad Core SoM (System-On-Module) Rev 1.3 Simple. Robust. Computing Solutions SolidRun Ltd. 3 Dolev st., 3rd floor, P.O. Box 75 Migdal Tefen 2495900, Israel. www.solid-run.com

More information

IQRF Alliance. Simon Chudoba CEO, IQRF Alliance. Šimon Chudoba, IQRF Alliance, CEO

IQRF Alliance. Simon Chudoba CEO, IQRF Alliance. Šimon Chudoba, IQRF Alliance, CEO IQRF Alliance Simon Chudoba CEO, IQRF Alliance Šimon Chudoba, IQRF Alliance, CEO Members 65 members 15 countries 200k+ devices installed Wireless Solutions Smart Cities Smart Buildings Internet of Things

More information

INTERRA I-MINI TOUCHPANEL GENERAL INFORMATION

INTERRA I-MINI TOUCHPANEL GENERAL INFORMATION INTERRA I-MINI TOUCHPANEL GENERAL INFORMATION INTERRA@2018 GENERAL INFORMATION INTERRA IMINI TOUCHPANEL is an electronic device used in building automation systems. TECHNICAL SPECIFICATION: CPU Memory

More information

Follow this and additional works at: Part of the Power and Energy Commons

Follow this and additional works at:   Part of the Power and Energy Commons University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange University of Tennessee Honors Thesis Projects University of Tennessee Honors Program 5-2014 Smart Utility Poles Jason

More information

FOR ALL YOUR GADGET REQUIREMENTS

FOR ALL YOUR GADGET REQUIREMENTS FOR ALL YOUR GADGET REQUIREMENTS Tel: 011 867 6453 Email: info@gadgetemporium.co.za Web: www.gadgetemporium.co.za Facebook: gadgetemporium COMPANY PORTFOLIO Gadget Emporium is a young vibrant company that

More information

Servosila Robotic Heads

Servosila Robotic Heads Servosila Robotic Heads www.servosila.com TABLE OF CONTENTS SERVOSILA ROBOTIC HEADS 2 SOFTWARE-DEFINED FUNCTIONS OF THE ROBOTIC HEADS 2 SPECIFICATIONS: ROBOTIC HEADS 4 DIMENSIONS OF ROBOTIC HEAD 5 DIMENSIONS

More information

Rajagiri School of Engineering & Technology, Kochi Department of Information Technology

Rajagiri School of Engineering & Technology, Kochi Department of Information Technology Rajagiri School of Engineering & Technology, Kochi Department of Information Technology 40206 Competitive quotations are invited for providing the following hardware and accessories to Information Technology

More information

Microcontrollers for Ham Radio

Microcontrollers for Ham Radio Microcontrollers for Ham Radio MARTIN BUEHRING - KB4MG MAT T PESCH KK4NLK TOM PERRY KN4LSE What is a Microcontroller? A micro-controller is a small computer on a single integrated circuit containing a

More information

Android Cloud Network Media Player with Live Input

Android Cloud Network Media Player with Live Input Android Cloud Network Media Player with Live Input Overview Broadcast Live Feed It couldn t be simpler to integrate a live feed with Digital Signage with our specialised Media Player with Live Inputs.

More information

Micro-controllers. Applications in Experimental Aircraft. RAA Meeting Nov 14, Terry Fisher

Micro-controllers. Applications in Experimental Aircraft. RAA Meeting Nov 14, Terry Fisher Micro-controllers Applications in Experimental Aircraft RAA Meeting Nov 14, 2016 Terry Fisher About Me Retired software/hardware designer Pilot Cessna 182T C-GYKF, G1000 Building a Rotorway Exec 162F Mentor

More information

COL862 - Low Power Computing

COL862 - Low Power Computing COL862 - Low Power Computing Power Measurements using performance counters and studying the low power computing techniques in IoT development board (PSoC 4 BLE Pioneer Kit) and Arduino Mega 2560 Submitted

More information

WiFi IoT Module Datasheet. Version: 1.0 Model No: HE Hardware Version: A2

WiFi IoT Module Datasheet. Version: 1.0 Model No: HE Hardware Version: A2 WiFi IoT Module Datasheet Version: 1.0 Model No: HE Hardware Version: A2 Version Description Date 1.0 Initiate Release 2014-Jul-24 HE WiFi IoT Module Datasheet 1 Index 1. Description... 3 2. Chipset Solution...

More information

32 High Brightness Monitor

32 High Brightness Monitor 32 High Brightness Monitor Overview High Brightness Panel 1500cd/m 2 makes sure this display will always be seen whatever the weather. Over 5 times brighter than that of a standard domestic television

More information

Smart Door Security Control System Using Raspberry Pi

Smart Door Security Control System Using Raspberry Pi Smart Door Security Control System Using Raspberry Pi 1 Nareshkumar R. M., 2 Apoorva Kamat, 3 Dnyaneshvari Shinde Computer Department, Dr. D.Y. Patil Institute of Engineering, Management and Research,

More information

High-Precision AD/DA Board User Manual

High-Precision AD/DA Board User Manual High-Precision AD/DA Board User Manual Overview There's no AD/DA function on the Raspberry Pi GPIO interface, this may troubled you in the Pi development. However, it won't be a problem anymore. The High-Precision

More information

Orange PI PC v1.2 : hardware, software & services specification

Orange PI PC v1.2 : hardware, software & services specification Orange PI PC v1.2 : hardware, software & services specification This document is intended to draw the specs regarding the services proposed by ctrl+f Agency in order to present prototyping materials for

More information

pcduino V3B XC4350 User Manual

pcduino V3B XC4350 User Manual pcduino V3B XC4350 User Manual 1 User Manual Contents Board Overview...2 System Features...3 Single-Board Computer Configuration......3 Pin Assignments...4 Single-Board Computer Setup...6 Required Hardware...6

More information

DevKit7000 Evaluation Kit

DevKit7000 Evaluation Kit DevKit7000 Evaluation Kit Samsung S5PV210 Processor based on 1GHz ARM Cortex-A8 core Onboard 512MByte DDR2 and 512MByte NAND Flash 4 UART, 4 USB Host, USB Device, Ethernet, Audio, TF, RTC,... Supports

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.2 March, 2014 A-307 Platform Overview A-307 Platform Overview The A-307 provides Original Equipment Manufacturers (OEMs) and Telematics

More information

Raspberry Pi, RISC OS, Raspbian and the Big Picture

Raspberry Pi, RISC OS, Raspbian and the Big Picture Raspberry Pi, RISC OS, Raspbian and the Big Picture Gordon Taylor 2012-10-25 RISC OS at 1920 x 1080 2 RISC OS A fast and lightweight platform, requiring little RAM Runs paid-for software, from small businesses

More information