Weekly report: January 25 - Februry 8, 2018

Size: px
Start display at page:

Download "Weekly report: January 25 - Februry 8, 2018"

Transcription

1 Weekly report: January 25 - Februry 8, 2018 Yerbol Aussat February 8, Activities Built four sensing modules on Onion Omega 2 machines Installed the firmware and all required libraries, and set up TCP socket servers that measure light level and motion Set up TCP/IP socket communication between four server Onion machines, and one client Onion machine Collected more Light level vs Power data for Homedepot DC bulbs, white Philips Hue bulbs and color Philips Hue bulbs Marking the assignments for CS-240 and working on the assignment, paper reviews and project proposal for CS-889 (Computer Vision) 2 What I learned (insights) 2.1 Illuminance vs Power vs Control Value measurements Figures 1-3 show the results of two experiments for the same Homedepot DC bulb. Figures 4-6 show the results of two experiments for the same White Philips Hue bulb. Figures 7-9 show the results of two experiments for the same Color Philips Hue bulb. 2.2 Standalone sensing module on Onion Omega2 Last week I installed the latest version of firmware on four standalone sensing modules on Onion machines using a command line as described in [1]. Before installing firmware, I changed IP address on each of the Onions in their AP networks as described in [2]. All new Onions have default IP addresses , therefore I changed them to unique ones to avoid future communication conflicts such as offending keys. 1

2 Figure 1: Illuminance vs Power for a DC bulb Figure 2: Illuminance vs PWM Duty Cycle for a DC bulb Figure 3: Power vs PWM Duty Cycle for a DC bulb 2

3 Figure 4: Illuminance vs Power for a white Hue bulb Figure 5: Illuminance vs Brightness for a white Hue bulb Figure 6: Power vs Brightness for a white Hue bulb 3

4 Figure 7: Illuminance vs Power for a color Hue bulb Figure 8: Illuminance vs Brightness for a color Hue bulb Figure 9: Power vs Brightness for a color Hue bulb 4

5 Next, python-light with python-enum34, OmegaExpansion and pyonioni2c modules were installed on each Onion machine. These are the libraries that were used in the script for interacting with the sensors. It should be noted, that the guide in [3] suggests to install the most recent pyonioni2c, which is broken. Therefore, I used the steps described in [4] to install the previous version of pyonioni2c library, namely, pyonioni2c v Analogue vs Digital AMN PIR sensors In the four sensing modules digital AMN PIR sensors were used. It should be noted that digital and analogue PIR sensors have different outputs. While analogue AMN PIR sensors return a value that is typically between 0 and 150, digital AMN PIR sensors use GPIO s, and therefore only capable of returning binary 0 and 1. The sensor returns 0 when no motion is detected, and 1 - when the motion is detected. Figure 10 shown the block diagram output circuits for both analogue AMN and digital AMN versions of the sensor. It can be seen that distinguishes the two sensors is the comparator output circuit built in the output of the digital sensor. diagrams.png Figure 10: Block diagram output circuits of digital nad analogue AMN PIR sensors [5] As shown in Figure 11 [6], the digital sensors take the amplified analog signal and convert it to a digital signal by using a preset threshold voltage programmed inside the ASIC. As the analog voltage goes above the positive or negative threshold values, a digital signal passes through the output of the sensor. This threshold cannot be directly adjusted by the sensors user. 5

6 Figure 11: Output signals of digital nad analogue AMN PIR sensors [6] Therefore, it can be seen that the analogue PIR sensor provides a much richer output information, compared to the binary output of its digital counterpart. This allows to use adaptive thresholding with the analogue AMN for occupancy detection, such as analyzing standard deviation of the last several readings. After some initial tests with the digital AMN sensor, many falsepositives have been seen. In other words, the digital sensor outputs 1, when there is no motion in the room. As it was suggested in [5], using pull-down resistor might help to alleviate this issue. I will try adding a pull-down resistor next. 2.4 Communication between sensing modules and the controller After trying to change the wifi network for the Onion machines, it was found out that using a console is not effective for this. Instead, the wifisetup command should be used in command line as discussed in [7]. I was able to successfully connect all of the sensing modules and the Raspberry Pi to the network of Omega-F109 machine (the one that controls PWM of the Homedepot bulbs). However, I was not able to make its children (RPi and 4 Onion sensing modults) communicate with each other. Connection timeout occurred every time I try to ping or ssh the devices from each other. However I found it strange because: I was still able to ssh Onion Omega from RPi and vice versa when both of them are in my local network at home. I am able to ssh to RPi and Onion sensing modules from my laptop, when my laptop, RPi, nad all Onion machines are in the Omega-F109 network. I am able to ping to RPi, but not Onion sensing modules from my laptop, when my laptop, RPi, nad all Onion machines are in the Omega-F109 network. 6

7 2.5 Communication between Onion sensing modules and the parent Onion machine I was able to successfully set up TCP/IP communication between the parent Onion machine, and four sensing modules. Four socket clients are set up on the parent Onion machine that request sensing data from four servers running on the Onion sensing modules. This works very robustly, and the parent Onion reliably receives an array of light level readings and an array of motion readings from the four sensing modules. 2.6 Controlling Philips Hue bulbs from Onion Omega using python script I was able to connect the parent Onion Omega to the Philips Hue s NETGEAR network by the means of the Ethernet expansion dock and the Ethernet cable. After installing Philips Hue python library on the parent Onion Omega as well as a number of dependencies, I was able to successfully control Philips Hue bulbs from the parent Onion Omega. 3 Next Try to improve the performance of digital AMN PIR sensors Make a binary control of Philips Hue bulbs from the parent Onion machine by taking into account sensor readings from four sensing modules. Try to setup wireless communication between Philips Hue bridge and other machines 4 References. [1] [2] [3] [4] [5] t o u se/index.jsp] [6] [7] 7

Smart Lighting Activities

Smart Lighting Activities Smart Lighting Activities The following are hands-on activities to provide additional background for smart lighting. Using an LED as a Light Sensor The project Measuring Vegetation Health (http://mvh.sr.unh.edu/)

More information

Arduino Nixie Clock Modular Rev3

Arduino Nixie Clock Modular Rev3 Arduino Nixie Clock Modular Rev3 Operating Instructions Firmware V348 Supported Models: Modular Revision 3 NixieClockUserManualV348 About this document This is the user instruction manual for the Nixie

More information

IoT Based Controlling and Monitoring of Smart City

IoT Based Controlling and Monitoring of Smart City IoT Based Controlling and Monitoring of Smart City P. Sai Bhavani Prasad,Mahantesh H Arutagi, Sanket Bandi, Shridhar V. Nayak, Dr. Iranna Korachagaon Professor and HoD, Department of Electrical and Electronics,

More information

Arduino Nixie Clock Modular Rev3

Arduino Nixie Clock Modular Rev3 Arduino Nixie Clock Modular Rev3 Operating Instructions Firmware V352 Supported Models: Modular Revision 3 NixieClockUserManualV352 About this document This is the user instruction manual for the Nixie

More information

Casambi App FAQ. Version Casambi Technologies Oy.

Casambi App FAQ. Version Casambi Technologies Oy. Casambi App FAQ Version 1.3 30.9.2016 Casambi Technologies Oy 1 of 12 GENERAL 3 Q: What is Casambi app used for? 3 Q: Which mobile devices are supported? 3 Q: Where can I get the Casambi app? 3 FIRST TIME

More information

Data Acquisition Networks. Installing and Configuring the DM01 Hardware

Data Acquisition Networks. Installing and Configuring the DM01 Hardware Data Acquisition Networks Installing and Configuring the DM Hardware What is the DM? D.A.N developed the DM-2 to capture 6 analogue measurements and pulse count in the field. The Average, Maximum and Minimum

More information

Single cable multiswich programmer PC102W

Single cable multiswich programmer PC102W Single cable multiswich programmer PC102W 1. Product description The PC102W - single cable multiswich programmer (in the text - programmer) is useful instrument while configuring and troubleshooting SAT

More information

ISSN (PRINT): , (ONLINE): , VOLUME-5, ISSUE-4,

ISSN (PRINT): , (ONLINE): , VOLUME-5, ISSUE-4, RURAL PEOPLE/PATIENTS HEALTH CONDITION MONITORING AND PRESCRIPTION WITH IOT B. Mani 1, G. Deepika 2 Department of Electronics and Communication Engineering RRS College of Engineering & Technology Abstract

More information

Amplifier for fiber optics. Dimensioned drawing

Amplifier for fiber optics. Dimensioned drawing Amplifier for fiber optics Dimensioned drawing up to 525mm up to 120mm 10-30 V DC 3-digit display for indicating and setting the switching threshold NEW: AutoSet function for easy sensor adjustment Menu

More information

SAT IF distribution system

SAT IF distribution system 7. Technical specifications Type cs43 RF input frequency range pr. 50-350 MHz inputs number 4 level pr. 55...88 dbµv 60...93 dbµv symbol rate 3 45 Ms/s return loss/impedance > 0 db/75 Ω LNB powering/control

More information

LED Array Board.

LED Array Board. LED Array Board www.matrixtsl.com EB087 Contents About This Document 2 General Information 3 Board Layout 4 Testing This Product 5 Circuit Description 6 Circuit Diagram 7 About This Document This document

More information

LED Backlight for Technics amplifiers

LED Backlight for Technics amplifiers LED Backlight for Technics amplifiers Technics SE-A900S Technics SE-A900SM2 Technics SE-A909S Technics SE-A1000 Technics SE-A1000M2 Technics SE-A1010 Rev. 1.2 B Description The LED module is designed to

More information

IOT BASED ENERGY METER RATING

IOT BASED ENERGY METER RATING IOT BASED ENERGY METER RATING Amrita Lodhi 1,Nikhil Kumar Jain 2, Prof.Prashantchaturvedi 3 12 Student, 3 Dept. of Electronics & Communication Engineering Lakshmi Narain College of Technology Bhopal (India)

More information

FS1-X. Quick Start Guide. Overview. Frame Rate Conversion Option. Two Video Processors. Two Operating Modes

FS1-X. Quick Start Guide. Overview. Frame Rate Conversion Option. Two Video Processors. Two Operating Modes FS1-X Quick Start Guide Overview Matching up and synchronizing disparate video and audio formats is a critical part of any broadcast, mobile or post-production environment. Within its compact 1RU chassis,

More information

Adding Analog and Mixed Signal Concerns to a Digital VLSI Course

Adding Analog and Mixed Signal Concerns to a Digital VLSI Course Session Number 1532 Adding Analog and Mixed Signal Concerns to a Digital VLSI Course John A. Nestor and David A. Rich Department of Electrical and Computer Engineering Lafayette College Abstract This paper

More information

User Manual K.M.E. Dante Module

User Manual K.M.E. Dante Module User Manual K.M.E. Dante Module Index 1. General Information regarding the K.M.E. Dante Module... 1 1.1 Stream Processing... 1 1.2 Recommended Setup Method... 1 1.3 Hints about Switches in a Dante network...

More information

Analogue Inputs Resolution Assignment

Analogue Inputs Resolution Assignment Analogue Inputs Resolution Assignment a) Describe the relationship between the number of bits used in an analogue signal and the resolution available. b) A system has a level sensor which measures the

More information

Session 1 Introduction to Data Acquisition and Real-Time Control

Session 1 Introduction to Data Acquisition and Real-Time Control EE-371 CONTROL SYSTEMS LABORATORY Session 1 Introduction to Data Acquisition and Real-Time Control Purpose The objectives of this session are To gain familiarity with the MultiQ3 board and WinCon software.

More information

PART 1: HARDWARE. Author: Vandermeerschen M. Version

PART 1: HARDWARE. Author: Vandermeerschen M. Version PART 1: HARDWARE Author: Vandermeerschen M. 1 Version 1.07 L 230VAC N 2 LUXOM SEGMENT Power supply 24VDC BUS termination Push Button Feedback without extra wiring I/O Interface BUS RS232 Relay module 230VAC

More information

Laptop Lcd To Vga Interface Circuit Diagram

Laptop Lcd To Vga Interface Circuit Diagram Laptop Lcd To Vga Interface Circuit Diagram A female DE-15 output in a laptop computer. connector, the diagram's pin numbering is that of a female connector functioning as the graphics adapter output.

More information

TV4U QUAD DVB-S2 to DVB-C TRANSMODULATOR

TV4U QUAD DVB-S2 to DVB-C TRANSMODULATOR INSTRUCTION MANUAL Features of the new DVB-C transmodulators line Through the use of the FPGA technology the transmodulators provides the highest performance at the lowest price. Four carriers are formed

More information

EEG A1452 SCTE-104 Inserter Frame Card

EEG A1452 SCTE-104 Inserter Frame Card EEG A1452 SCTE-104 Inserter Frame Card Product Manual EEG Enterprises, Inc. 586 Main Street Farmingdale, New York 11735 TEL: (516) 293-7472 FAX: (516) 293-7417 Copyright EEG Enterprises, Inc. 2017 All

More information

PYTHON AND IOT: From Chips and Bits to Data Science. Jeff Fischer Data-Ken Research https://data-ken.org Sunnyvale, California, USA

PYTHON AND IOT: From Chips and Bits to Data Science. Jeff Fischer Data-Ken Research https://data-ken.org Sunnyvale, California, USA PYTHON AND IOT: From Chips and Bits to Data Science Jeff Fischer Data-Ken Research jeff@data-ken.org https://data-ken.org Sunnyvale, California, USA BayPiggies October 2016 Agenda 2 Project overview Hardware

More information

CI-218 / CI-303 / CI430

CI-218 / CI-303 / CI430 CI-218 / CI-303 / CI430 Network Camera User Manual English AREC Inc. All Rights Reserved 2017. l www.arec.com All information contained in this document is Proprietary Table of Contents 1. Overview 1.1

More information

FS3. Quick Start Guide. Overview. FS3 Control

FS3. Quick Start Guide. Overview. FS3 Control FS3 Quick Start Guide Overview The new FS3 combines AJA's industry-proven frame synchronization with high-quality 4K up-conversion technology to seamlessly integrate SD and HD signals into 4K workflows.

More information

SECU-16. Specifications Power: Input Voltage 9-12V DC or AC Input Current Max 200mA. 8 2-wire inputs, Analog (0 5VDC) or Supervised

SECU-16. Specifications Power: Input Voltage 9-12V DC or AC Input Current Max 200mA. 8 2-wire inputs, Analog (0 5VDC) or Supervised SECU-16 Introduction The SECU-16 module allows 8 inputs and 8 low-current relay outputs to be added to an ADICON control system. The inputs may be supervised (switch closure), analog, or 4-20mA. Specifications

More information

AXE101 PICAXE-08M2 Cyberpet Kit

AXE101 PICAXE-08M2 Cyberpet Kit AXE101 PICAXE-08M2 Cyberpet Kit The Cyberpet project uses a PICAXE-08M2 microcontroller with two LEDs as the pets eyes and a piezo sounder as a voice for the pet. The project also uses a switch so that

More information

How smart dimming technologies can help to optimise visual impact and power consumption of new HDR TVs

How smart dimming technologies can help to optimise visual impact and power consumption of new HDR TVs How smart dimming technologies can help to optimise visual impact and power consumption of new HDR TVs David Gamperl Resolution is the most obvious battleground on which rival TV and display manufacturers

More information

LED DRIVERS. LQC4D-V1 4 channels. User Manual FEATURES

LED DRIVERS. LQC4D-V1 4 channels. User Manual FEATURES pag. 1/13 FEATURES Outputs: 4 x channels BUS+SEQUENCER+FADER+DIMMER+DRIVER Input: DC 12/24/48 Vdc BUS Command: DALI LOCAL Command: 4x N.O. push button (with or without memory), 0-10V, 1-10V Controls: dimmer,

More information

Operation Guide Version 2.0, December 2016

Operation Guide Version 2.0, December 2016 Operation Guide Version 2.0, December 2016 Document Revision History Revision Date Description v1.0 January 8, 2016 Initial release of COLR Operation Manual, based on firmware version 1.0.1 CONTENTS Contents...

More information

ROBOT- GUIDANCE. Robot Vision Systems. Simple by Design

ROBOT- GUIDANCE. Robot Vision Systems. Simple by Design ROBOT- GUIDANCE Robot Vision Systems Simple by Design EN THE CONCEPT ROBOTGUIDANCE AI The ROBOT GUIDANCE SYSTEM can be operated in different modi. You can guide your tool independently per characteristic

More information

LT-600 LED lighting control system instructions for use Page 1 of 5 LT-600 LED LIGHTING CONTROL SYSTEM. (on-line/off-line/timing/dmx Four in one)

LT-600 LED lighting control system instructions for use Page 1 of 5 LT-600 LED LIGHTING CONTROL SYSTEM. (on-line/off-line/timing/dmx Four in one) LT-600 LED lighting control system instructions for use Page 1 of 5 LT-600 LED LIGHTING CONTROL SYSTEM (on-line/off-line/timing/dmx Four in one) USER MANUAL Pls kindly read through instructions before

More information

Overview. Shipped in the Venue Vizion Package: Simplified Integration Process. Installation consists of 6 easy steps:

Overview. Shipped in the Venue Vizion Package: Simplified Integration Process. Installation consists of 6 easy steps: Overview Shipped in the Venue Vizion Package: Four two-channel QMOD Encoder-Modulators Each unit can accept up to 2 inputs, providing up to 8 channels in the system. One ICE-HE-DXL Display Control Center

More information

Digital audio is superior to its analog audio counterpart in a number of ways:

Digital audio is superior to its analog audio counterpart in a number of ways: TABLE OF CONTENTS What s an Audio Snake...4 The Benefits of the Digital Snake...5 Digital Snake Components...6 Improved Intelligibility...8 Immunity from Hums & Buzzes...9 Lightweight & Portable...10 Low

More information

The software concept. Try yourself and experience how your processes are significantly simplified. You need. weqube.

The software concept. Try yourself and experience how your processes are significantly simplified. You need. weqube. You need. weqube. weqube is the smart camera which combines numerous features on a powerful platform. Thanks to the intelligent, modular software concept weqube adjusts to your situation time and time

More information

Environmental Conditions, page 2-1 Site-Specific Conditions, page 2-3 Physical Interfaces (I/O Ports), page 2-4 Internal LEDs, page 2-8

Environmental Conditions, page 2-1 Site-Specific Conditions, page 2-3 Physical Interfaces (I/O Ports), page 2-4 Internal LEDs, page 2-8 2 CHAPTER Revised November 24, 2010 Environmental Conditions, page 2-1 Site-Specific Conditions, page 2-3 Physical Interfaces (I/O Ports), page 2-4 Internal LEDs, page 2-8 DMP 4305G DMP 4310G DMP 4400G

More information

4-in-1 Motor Controller CAN

4-in-1 Motor Controller CAN 4-in-1 Motor Controller CAN Page 1 of 6 Version 1.10 Technical Data Construction Connector Housing Dimensions Weight Ambient Temperature Protection Class Plastic housing with side flaps 2x Tyco JPT 90

More information

Surveillance Robot based on Image Processing

Surveillance Robot based on Image Processing Surveillance Robot based on Image Processing Anjini Ratish P, Darshan Sindhe D, Nagaraj K, Rajeshwar N S, Ravindra V. Asundi Electronics and Communication Engineering, BMS Institute of Technology and Management,

More information

UCR 2008, Change 3, Section 5.3.7, Video Distribution System Requirements

UCR 2008, Change 3, Section 5.3.7, Video Distribution System Requirements DoD UCR 2008, Change 3 Errata Sheet UCR 2008, Change 3, Section 5.3.7, Video Distribution System Requirements SECTION 5.3.7.2.2 CORRECTION IPv6 Profile requirements were changed to a conditional clause

More information

AES-404 Digital Audio Switcher/DA/Digital to Analog Converter

AES-404 Digital Audio Switcher/DA/Digital to Analog Converter Broadcast Devices, Inc. AES-404 Digital Audio Switcher/DA/Digital to Analog Converter Technical Reference Manual Broadcast Devices, Inc. Tel. (914) 737-5032 Fax. (914) 736-6916 World Wide Web: www.broadcast-devices.com

More information

CS-200 SOLAR PORTABLE TRAFFIC SIGNAL SYSTEM FIELD MANUAL. 134 Ogilvie Avenue, Echuca 3564 (03)

CS-200 SOLAR PORTABLE TRAFFIC SIGNAL SYSTEM FIELD MANUAL. 134 Ogilvie Avenue, Echuca 3564 (03) CS-200 SOLAR PORTABLE TRAFFIC SIGNAL SYSTEM FIELD MANUAL CS-200 FIELD OPERATING INSTRUCTIONS ONE-WAY OPERATION DESCRIPTION OF CS-200 MODES Flash Manual 1 Auto Normal Both Master and Slave flash yellow.

More information

Operation Guide Version 1.0, December 2015

Operation Guide Version 1.0, December 2015 Operation Guide Version 1.0, December 2015 Document Revision History Revision Date Description v1.0 January 8, 2016 Initial release of COLR Operation Manual, based on firmware version 1.0.1 CONTENTS Contents...

More information

TIL311 HEXADECIMAL DISPLAY WITH LOGIC

TIL311 HEXADECIMAL DISPLAY WITH LOGIC TIL311 Internal TTL MSI IC with Latch, Decoder, and Driver 0.300-Inch (7,62-mm) Character Height Wide Viewing Angle High Brightness Left-and-Right-Hand Decimals Constant-Current Drive for Hexadecimal Characters

More information

High-Definition Scaler. GTV-HIDEFS. User Manual

High-Definition Scaler.  GTV-HIDEFS. User Manual High-Definition Scaler GTV-HIDEFS User Manual www.gefentv.com Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM Monday thru Friday.

More information

CH-2538TXWPKD 4K UHD HDMI/VGA over HDBaseT Wallplate Transmitter. CH-2527RX 4K UHD HDMI over HDBaseT Receiver. Operation Manual

CH-2538TXWPKD 4K UHD HDMI/VGA over HDBaseT Wallplate Transmitter. CH-2527RX 4K UHD HDMI over HDBaseT Receiver. Operation Manual CH-2538TXWPKD 4K UHD HDMI/VGA over HDBaseT Wallplate Transmitter CH-2527RX 4K UHD HDMI over HDBaseT Receiver Operation Manual DISCLAIMERS The information in this manual has been carefully checked and

More information

Model : ATZ HDMI-14TW Description: HDMI 1x4 TV wall, AV/VGA/HDMI/USB Input, TCP/IP RS232 IR Control

Model : ATZ HDMI-14TW Description: HDMI 1x4 TV wall, AV/VGA/HDMI/USB Input, TCP/IP RS232 IR Control pg. 1 1. Introduction The 1 by 4 HDMI TV Wall support CVBS/VGA/HDMI/USB play input sources to be freely arranged on 4 displays. The embedded scaler converts signals from the input sources to match the

More information

VLSI Design: 3) Explain the various MOSFET Capacitances & their significance. 4) Draw a CMOS Inverter. Explain its transfer characteristics

VLSI Design: 3) Explain the various MOSFET Capacitances & their significance. 4) Draw a CMOS Inverter. Explain its transfer characteristics 1) Explain why & how a MOSFET works VLSI Design: 2) Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes (a) with increasing Vgs (b) with increasing transistor width (c) considering Channel

More information

INFORMATION TO USER CAUTION RISK OF ELECTRIC SHOCK, DO NOT OPEN

INFORMATION TO USER CAUTION RISK OF ELECTRIC SHOCK, DO NOT OPEN INFORMATION TO USER CAUTION RISK OF ELECTRIC SHOCK, DO NOT OPEN! CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK, DO NOT REMOVE COVER (OR BACK). NO USER SERVICEABLE PARTS INSIDE. REFER SERVICING TO QUALIFIED

More information

IoT RF HC8301/HC8301A User s Manual

IoT RF HC8301/HC8301A User s Manual IoT RF HC8301/HC8301A User s Manual [V1.02] Directory 1. Product Introduction... 3 2. Network Connection... 4 2.1 Downloading APP- AllCam... 4 2.2 Power Supply... 4 2.3 First Time Setup... 5 2.3.2 Live

More information

CH-U330TX & CH-U330RX 4K UHD Multi-Function Extender with Video over IP and KVM

CH-U330TX & CH-U330RX 4K UHD Multi-Function Extender with Video over IP and KVM CH-U330TX & CH-U330RX 4K UHD Multi-Function Extender with Video over IP and KVM Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress

More information

This document last edited May 2015 for version Some commands may not be available in previous versions of firmware.

This document last edited May 2015 for version Some commands may not be available in previous versions of firmware. AP22 Screen Commands This document last edited May 2015 for version 2.90. Some commands may not be available in previous versions of firmware. Instructions To start any of the command screens below you

More information

Internet of Things. a practical component-oriented approach. What is IoT (wikipedia):

Internet of Things. a practical component-oriented approach. What is IoT (wikipedia): Internet of Things a practical component-oriented approach What is IoT (wikipedia): The Internet of Things (IoT) is the internetworking of physical devices, vehicles, buildings and other items - embedded

More information

K-BUS Dimmer Module User manual-ver. 1

K-BUS Dimmer Module User manual-ver. 1 K-BUS Dimmer Module User manual-ver. 1 KA/D0103.1 KA/D0203.1 KA/D0403.1 Content 1. Introduction... 3 2. Technical Parameter... 3 3. Dimension and Connection Diagram... 4 3.1 KA/D0103.1... 4 3.2 KA/D0203.1...

More information

SCART COMMANDER. Channels 2 audio channels 4 video channels 2 digital channels 2 control channels (pin 8 & 16)

SCART COMMANDER. Channels 2 audio channels 4 video channels 2 digital channels 2 control channels (pin 8 & 16) SCART COMMANDER PRODUCT OVERVIEW The Keene Scart Switch Box is a high quality audio/video switcher designed to allow the connection of multiple sources to one display. Particular attention has been given

More information

Laboratory 8. Digital Circuits - Counter and LED Display

Laboratory 8. Digital Circuits - Counter and LED Display Laboratory 8 Digital Circuits - Counter and Display Required Components: 2 1k resistors 1 10M resistor 3 0.1 F capacitor 1 555 timer 1 7490 decade counter 1 7447 BCD to decoder 1 MAN 6910 or LTD-482EC

More information

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer by: Matt Mazzola 12222670 Abstract The design of a spectrum analyzer on an embedded device is presented. The device achieves minimum

More information

Holtek Semiconductor Inc. Project Name Update Date Author Version Page Holtek e-writerpro Q&A Sky /7

Holtek Semiconductor Inc. Project Name Update Date Author Version Page Holtek e-writerpro Q&A Sky /7 Holtek e-writerpro Q&A 2015-04-03 Sky 1.01 1/7 Holtek e-writerpro Q&A Revision History Version Date Description Author 1.00 2013-11-07 Create Sky 1.01 2015-04-03 Add 9 and 10 items Sky Check the following

More information

AL37219C-EVB-A2 Evaluation Board

AL37219C-EVB-A2 Evaluation Board AL37219C-EVB-A2 Evaluation Board User Manual Version 1.1 INFORMATION FURNISHED BY AVERLOGIC IS BELIEVED TO BE ACCURATE AND RELIABLE. HOWEVER, NO RESPONSIBILITY IS ASSUMED BY AVERLOGIC FOR ITS USE, OR FOR

More information

Video Extender DS128 DSRXL. Instruction Manual. 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio

Video Extender DS128 DSRXL. Instruction Manual. 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio DS128 DSRXL Instruction Manual Video Extender 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio Cat5 VGA Digital Signage Receiver with RS232 and Audio FCC Compliance Statement This equipment

More information

Therefore, HDCVI is an optimal solution for megapixel high definition application, featuring non-latent long-distance transmission at lower cost.

Therefore, HDCVI is an optimal solution for megapixel high definition application, featuring non-latent long-distance transmission at lower cost. Overview is a video transmission technology in high definition via coaxial cable, allowing reliable long-distance HD transmission at lower cost, while complex deployment is applicable. modulates video

More information

AES-402 Automatic Digital Audio Switcher/DA/Digital to Analog Converter

AES-402 Automatic Digital Audio Switcher/DA/Digital to Analog Converter Broadcast Devices, Inc. AES-402 Automatic Digital Audio Switcher/DA/Digital to Analog Converter Technical Reference Manual Broadcast Devices, Inc. Tel. (914) 737-5032 Fax. (914) 736-6916 World Wide Web:

More information

BecauseRFL andhubbel haveapolicyofcontinuousproductimprovement,wereservetherighttochangedesignsandspecificationswithoutnotice.

BecauseRFL andhubbel haveapolicyofcontinuousproductimprovement,wereservetherighttochangedesignsandspecificationswithoutnotice. 1. Introduction 1.1 Overview The RFL VS800 CODEC enables high quality video transmission combined with voice and data over E1 (2.048Mbit/s), T1 (1.55Mbit/s) or Ethernet links. This provides an alternative

More information

VIEW Lite DJ100 Digital AV Decoder JPEG2000 Based Audio/Video Decoder. Quick-Start Guide

VIEW Lite DJ100 Digital AV Decoder JPEG2000 Based Audio/Video Decoder. Quick-Start Guide VIEW Lite DJ100 Digital AV Decoder JPEG2000 Based Audio/Video Decoder Quick-Start Guide Table of Contents PRODUCT OVERVIEW... 1 VIEW Lite AV over IP Streaming System... 1 Device Application... 1 ENCODERS

More information

HS-509 VIBRATION TRIP MODULE

HS-509 VIBRATION TRIP MODULE HS-509 VIBRATION TRIP MODULE 1. Overview The HS-509 is a configurable trip amplifier capable of accepting a 4-20mA signal from a HS-420 sensor and providing two trip action relay outputs along with an

More information

Alcatel OmniPCX 4400

Alcatel OmniPCX 4400 SCION xx Z24/Z12board d.01a Section xx - Section xx - SUMMARY Operation... xx. 3 1. Overview... xx. 3 2. nvironment... xx. 4 3. Operating principle... xx. 4 4. Functional blocks... xx. 6 Configuration...

More information

CDV07. Analog video distribution amplifier(s)

CDV07. Analog video distribution amplifier(s) CDV07 Analog video distribution amplifier(s) TECHNICAL MANUAL CDV07 Analog video distribution amplifier Lange Wagenstraat 55 NL-5126 BB Gilze The Netherlands Phone: +31 161 850 450 Fax: +31 161 850 499

More information

WiFi Time Provider v1 for Arduino Nixie Clock Operating Instructions & Construction Manual

WiFi Time Provider v1 for Arduino Nixie Clock Operating Instructions & Construction Manual WiFi Time Provider v1 for Arduino Nixie Clock Operating Instructions & Construction Manual Document V001c Contact Information If you want to get in contact with us, please email to: nixie@protonmail.ch

More information

KAT5.tv AV Distribution System. KAT5 AVRX User Guide

KAT5.tv AV Distribution System. KAT5 AVRX User Guide KAT5 AVRX Mk2 AV Receiver User Guide Version 1.0 1 st August 2005 Overview The KAT5 AVRX is a device that receives electronically balanced AV signals over a CAT5 Structured Wiring Scheme Used with the

More information

Marshall Electronics. Pro A/V Communications VMV-402-SH. 3G/HD/SD-SDI Quad-viewer/Switcher with Audio Meter Display. User Manual.

Marshall Electronics. Pro A/V Communications VMV-402-SH. 3G/HD/SD-SDI Quad-viewer/Switcher with Audio Meter Display. User Manual. Marshall Electronics Pro A/V Communications VMV-402-SH 3G/HD/SD-SDI Quad-viewer/Switcher with Audio Meter Display User Manual Table of Contents 1. Introduction... 3 2. Features... 3 3. Package Contents...

More information

SCode V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System

SCode V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

Studio DMX Decoders. Part numbers: DMX , DMX , DMX

Studio DMX Decoders. Part numbers: DMX , DMX , DMX Studio DMX Decoders 11235 West Bernardo Court, Suite 102 San Diego, CA 92127 888-880-1880 Fax: 707-281-0567 EnvironmentalLights.com Part numbers: DMX-4-5000-3, DMX-4-5000-5, DMX-24-5000 Environmental Lights

More information

Stimulus System of Shielded Room (DC)

Stimulus System of Shielded Room (DC) Author, date: Veli-Matti Saarinen, 19.1.2017 Introduction to of the Shielded Room (DC) Stimulus System of Shielded Room (DC) This manual is to provide basic information to work with the stimulus system

More information

CT-DMX-300 LED Controller

CT-DMX-300 LED Controller CT-DMX-300 LED Controller V5.00 (Kindly please read through this manual carefully before use) 1 Product oductbrief Brief CT-DMX-300 Multifunction Full-color Controller is dedicated to control color changes

More information

Product Information. EIB 700 Series External Interface Box

Product Information. EIB 700 Series External Interface Box Product Information EIB 700 Series External Interface Box June 2013 EIB 700 Series The EIB 700 units are external interface boxes for precise position measurement. They are ideal for inspection stations

More information

Luminaire installation box Surface-mounted box Ceiling installation box

Luminaire installation box Surface-mounted box Ceiling installation box -Smart PTM Ambient light sensor and motion detector for constant lighting control uminaire installation box Surface-mounted box Ceiling installation box Overview: -SMART PTM i is an ambient light sensor,

More information

CCE900-IP-TR. User s Guide

CCE900-IP-TR. User s Guide CCE900-IP-TR CCE900-IP-T & CCE900-IP-R User s Guide i-tech Company LLC TOLL FREE: (888) 483-2418 EMAIL: info@itechlcd.com WEB: www.itechlcd.com 1. Introduction The CCE900-IP-T & CCE900-IP-R is a solution

More information

CONTENTS. Section 1 Document Descriptions Purpose of this Document... 2

CONTENTS. Section 1 Document Descriptions Purpose of this Document... 2 CONTENTS Section 1 Document Descriptions... 2 1.1 Purpose of this Document... 2 1.2 Nomenclature of this Document... 2 Section 2 Solution Overview... 4 2.1 General Description... 4 2.2 Features and Functions...

More information

SAMSUNG HOSPITALITY DISPLAYS

SAMSUNG HOSPITALITY DISPLAYS HE694 HE694 Hospitality Solution Offers Easy IP Migration to Elevate Guest Entertainment Experience HIGHLIGHTS Simplified solution for IP-migration by building IP services into existing coax infrastructure

More information

Arduino Nixie Clock Classic Rev4 and Rev5 All In One Modular Rev2

Arduino Nixie Clock Classic Rev4 and Rev5 All In One Modular Rev2 Arduino Nixie Clock Classic Rev4 and Rev5 All In One Modular Rev2 Operating Instructions Firmware V47 Supported Models: Classic Rev4 Classic Rev5 Modular Rev2 All-In-One NixieClockUserManualV47 About this

More information

Wireless Cloud Camera TV-IP751WC (v1.0r)

Wireless Cloud Camera TV-IP751WC (v1.0r) TRENDnet s, model, takes the work out of viewing video over the internet. Previously to view video remotely, users needed to perform many complicated and time consuming steps: such as signing up for a

More information

StudioLive Series III

StudioLive Series III www.presonus.com English Table of Contents 1 Overview 1 1.1 About AVB Networking 1 2 Getting Started 2 2.1 Channel Routing Grid 5 2.2 Preamp Control 6 2.3 Stagebox Modes 6 2.4 Recording in Stagebox Mode

More information

MULTIMIX 8/4 DIGITAL AUDIO-PROCESSING

MULTIMIX 8/4 DIGITAL AUDIO-PROCESSING MULTIMIX 8/4 DIGITAL AUDIO-PROCESSING Designed and Manufactured by ITEC Tontechnik und Industrieelektronik GesmbH 8200 Laßnitzthal 300 Austria / Europe MULTIMIX 8/4 DIGITAL Aim The most important aim of

More information

Application of Internet of Things for Equipment Maintenance in Manufacturing System

Application of Internet of Things for Equipment Maintenance in Manufacturing System Application of Internet of Things for Equipment Maintenance in Manufacturing System Tejaswini S Sharadhi 1, R S Ananda Murthy 2, Dr M S Shashikala 3 1 MTech, Energy Systems and Management, Department of

More information

An Introduction to PHP. Slide 1 of :31:37 PM]

An Introduction to PHP. Slide 1 of :31:37 PM] An Introduction to PHP Slide 1 of 48 http://www.nyphp.org/content/presentations/gnubies/sld001.php[9/12/2009 6:31:37 PM] Outline Slide 2 of 48 http://www.nyphp.org/content/presentations/gnubies/sld002.php[9/12/2009

More information

AW900mT. User s Manual. Point-to-multipoint. Industrial-grade, ultra-long-range 900 MHz non-line-of-sight wireless Ethernet systems

AW900mT. User s Manual. Point-to-multipoint. Industrial-grade, ultra-long-range 900 MHz non-line-of-sight wireless Ethernet systems User s Manual Point-to-multipoint Industrial-grade, ultra-long-range 900 MHz non-line-of-sight wireless Ethernet systems User s Manual Non-line-of-sight :: 900 MHz Thank you for your purchase of the multipoint

More information

Home Monitoring System Using RP Device

Home Monitoring System Using RP Device International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 4 (May 2017) SPECIAL ISSUE www.irjcs.com Home Monitoring System Using RP Device Mrs. Sudha D 1, Mr. Sharveshwaran

More information

ANALOGUE AND DIGITAL ELECTRONICS STUDENT S WORKBOOK U1: INTRODUCTION

ANALOGUE AND DIGITAL ELECTRONICS STUDENT S WORKBOOK U1: INTRODUCTION ANALOGUE AND DIGITAL ELECTRONICS STUDENT S WORKBOOK U1: INTRODUCTION Joaquim Crisol Llicència D, Generalitat de Catalunya NILE Norwich, April of 2011 Table of contents Table of contents 1 INTRODUCTION

More information

Microcontrollers and Interfacing week 7 exercises

Microcontrollers and Interfacing week 7 exercises SERIL TO PRLLEL CONVERSION Serial to parallel conversion Microcontrollers and Interfacing week exercises Using many LEs (e.g., several seven-segment displays or bar graphs) is difficult, because only a

More information

SWITCH: Microcontroller Touch-switch Design & Test (Part 2)

SWITCH: Microcontroller Touch-switch Design & Test (Part 2) SWITCH: Microcontroller Touch-switch Design & Test (Part 2) 2 nd Year Electronics Lab IMPERIAL COLLEGE LONDON v2.09 Table of Contents Equipment... 2 Aims... 2 Objectives... 2 Recommended Timetable... 2

More information

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Sponsored by: Department of Electrical Engineering & Computer Science at UCF What is the DAC? The DAC is an array of

More information

HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT

HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT HEART ATTACK DETECTION BY HEARTBEAT SENSING USING INTERNET OF THINGS : IOT K.RAJA. 1, B.KEERTHANA 2 AND S.ELAKIYA 3 1 AP/ECE /GNANAMANI COLLEGE OF TECHNOLOGY 2,3 AE/AVS COLLEGE OF ENGINEERING Abstract

More information

Self Diagnostics Scenarios 1

Self Diagnostics Scenarios 1 Issue Type Issue Detail Possible Solution How To Test Analog broadcast Audio/Sound Analog Broadcast channels do not look good Audio/Sound quality is poor or unpleasant Weak signal, Or Antenna not positioned

More information

Lab #6: Combinational Circuits Design

Lab #6: Combinational Circuits Design Lab #6: Combinational Circuits Design PURPOSE: The purpose of this laboratory assignment is to investigate the design of combinational circuits using SSI circuits. The combinational circuits being implemented

More information

Combo Board.

Combo Board. Combo Board www.matrixtsl.com EB083 Contents About This Document 2 General Information 3 Board Layout 4 Testing This Product 5 Circuit Diagram 6 Liquid Crystal Display 7 Sensors 9 Circuit Diagram 10 About

More information

The software concept. Try yourself and experience how your processes are significantly simplified. You need. weqube.

The software concept. Try yourself and experience how your processes are significantly simplified. You need. weqube. You need. weqube. weqube is the smart camera which combines numerous features on a powerful platform. Thanks to the intelligent, modular software concept weqube adjusts to your situation time and time

More information

Experiment 0: Hello, micro:bit!

Experiment 0: Hello, micro:bit! Experiment 0: Hello, micro:bit! Introduction Hello World is the term we use to define that first program you write in a programming language or on a new piece of hardware. Essentially it is a simple piece

More information

Parade Application. Overview

Parade Application. Overview Parade Application Overview Everyone loves a parade, right? With the beautiful floats, live performers, and engaging soundtrack, they are often a star attraction of a theme park. Since they operate within

More information

CSC K UHD+ HDMI and PC/HD to HDMI Scaler

CSC K UHD+ HDMI and PC/HD to HDMI Scaler CSC-6011 4K UHD+ HDMI and PC/HD to HDMI Scaler Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

More information

Owner s guide How to use your new Opalum Furniture Sound System

Owner s guide How to use your new Opalum Furniture Sound System Owner s guide How to use your new Opalum Furniture Sound System Table of contents 1. The Opalum Furniture Sound System 3 2. Controls and connectors 4 3. The status indicator 5 3.1 Modes of the status indicator

More information

Users Manual Firmware 1.06 October 12, 2016

Users Manual Firmware 1.06 October 12, 2016 Users Manual Firmware 1.06 October 12, 2016 Proton Switcher Control Surface is a trademark of JLCooper Electronics. All other brand names are the property of their respective owners. Proton Switcher Control

More information