Bluetooth Based Software Defined Function in Internet of Things

Size: px
Start display at page:

Download "Bluetooth Based Software Defined Function in Internet of Things"

Transcription

1 ETIS Bluetooth Based Software Defined Function in Internet of Things Haoxuan Wang, Yuan Gao, Kai Zheng, Jie Zhang, Yang Du and Xin Huang Abstract Internet of Things (IoT) is becoming a focal point of Internet development. However, most of existing functions in IoT devices are rigid to modify because the reprogramming process under traditional IoT architecture cannot be executed remotely or even requires physical reassembly. Hence, in this paper, Bluetooth Based Software Defined Function (BT-SDF), a framework derived from Software Defined Function (SDF), is designed to simplify the IoT function redefining process. Additionally, to verify its availability, the authors deploy BT-SDF in a functional reprogramming process of a Photovoltaic (PV) energy system. Experimental outcomes ascertain the BT-SDF allows a remote function modification without any physical alterations. By extension, this framework can satisfy the majority of requirements of current IoT applications and enables to reconstruct those applications to highly flexible IoT networks. Index Terms Flexibility, Internet of Things (IoT), Remote reprogramming, Software Defined Function (SDF) T I. INTRODUCTION he Internet of Things (IoT) is a promising paradigm that undergoes a rapid growth and might represent the future state of Internet [1, 2]. Nonetheless, for most IoT system, if being necessitated to alter some functions of the end devices, the redundant operations might not be avoided since this process under traditional IoT architectures cannot be completed remotely or even requires physical reassembly [3]. This can be deemed as a problem to hinder IoT further development. Some innovative ideas raised the new possibilities to resolve the aforementioned problem. Software Defined Internet of Things (SDIoT) is a general architecture aiming to efficiently manage the IoT network. Specifically, it is a combination of the Software Defined Networking (SDN) and IoT devices [4]. Derived from SDN, the Software Defined Function (SDF) (also called IBNet [5]) is reached out as a component of SDIoT. It This work was submitted to the 1 st ETIS conference held on th August 2016, Suzhou, China. Haoxuan Wang, Yuan Gao, Kai Zheng, Jie Zhang and Xin Huang is with Department of Computer Science and Software Engineering, Xi'an Jiaotong-Liverpool University, Suzhou, China ( {Haoxuan.Wang14, Yuan.Gao14, Kai.Zheng14}@student.xjtlu.edu.cn, Xin.Huang@xjtlu.edu.cn). Yang Du is with Department of Electrical and Electronic Engineering, Xi an Jiaotong-Liverpool University, Suzhou, China ( Yang.Du@xjtlu.edu.cn). Jie Zhang is also with School of Electrical Engineering and Electronics and Computer Science, University of Liverpool, Liverpool, UK, ( Jie.Zhang3@liverpool.ac.uk). is an IoT framework designed to reprogram securely and remotely [3, 5, 6]. However, the SDF framework does not present a specific way of connection in its data infrastructure layer, which needs further discussions. Inspired by SDF, this paper makes the following main contributions listed below. A new framework called Bluetooth Based Software Defined Function (BT-SDF) is defined and implemented. It specifies the Bluetooth as the connection way in its data infrastructure layer. By doing this, the IoT device reprogramming procedure can be simplified. The BT-SDF framework is also applied to a reprogramming process of Photovoltaic (PV) energy system. This evidences that the framework can accomplish a quick remote functional modification of a specified IoT system without any physical adjustments. II. FRAMEWORK A. An Overview of BT-SDF (SDF) Framework The SDF and BT-SDF maintain the same main framework, but in BT-SDF, a Bluetooth based remote reprogramming method is implemented between the function station and other IoT devices, allowing the existing IoT system to swiftly acquire the remote reprogramming capability. Both SDF and BT-SDF comprise three logic layers: physical infrastructure layer, control layer and application layer [3, 5, 6]. The details of these layers are listed below. The application layer on the top contains some applications and offers its users or administrators various services through a Northbound Interface (NBI) [3, 5, 6]. The middle one is the control layer holding various types of controllers matching to different applications. For example, the SDN controller in this layer is responsible for network traffic controlling, function forwarding, and etc., while the SDF controller is in charge of reprogramming IoT end devices [3, 5, 6]. The data infrastructure layer is in the lowest position. The BT-SDF and SDF framework distinguish a typical kind of device called station, which is in charge of executing commands from the upper controller and managing its subordinate end devices. Particularly, the function station executes functional renewing operations if the SDF controller presents a command through OpenFunction interface [3, 5, 6].

2 ETIS A streamlined model converging to data infrastructure layer is illustrated in Figure 1. is connected to the IoT Device (Arduino Nano). The emulation of serial ports offered by the RFCOMM protocol enables the serial communication between the function station and the IoT Devices [11]. The HC-06 chip possesses the exact same baud rate as that of Arduino and its role should be set to slave mode. A wired connection between a spare Arduino digital pin and the Arduino reset pin should be also established to accomplish the programmable reset process. Beside physical configurations, a piece of code to periodically supervise the Arduino serial buffer, called resident code, should be preinstalled in the Arduino. The code enables the Arduino to reset itself when it receives a specific string. The program running on function station (Raspberry Pi) will receive the refresh command from SDF controller, and then send the specific string to a particular Arduino through the established RFCOMM emulation serial port. Subsequently, it will reprogram this Arduino via invoking AVRDUDE tool through the same serial port. It should be noted that the resident code should always runs on Arduino to enable the wireless refresh in the next time. III. USE CASE EXPERIMENT Fig. 1. Logic view of Software Defined Internet of Things with BT-SDF In BT-SDF framework, the users can submit their requests remotely through the services provided by the application layer. Then, the SDF controller will identify the corresponding function station and send a request command to the target function station through a secured OpenFunction connection. After receiving the refresh request command, the function station will refresh corresponding IoT end devices through Bluetooth [3, 5, 6]. B. between the function station and other IoT devices As a partition of BT-SDF, the prototype should realize a Bluetooth based method to enable remote reprogramming between the function station and other IoT devices. In fact, some existing Bluetooth-integrated solutions such as have been created to accomplish that process via Bluetooth Low Energy (BLE) [7]. Some pioneering Wireless Sensor Network (WSN) practices based on those solutions have also been constructed [8, 9]. However, for those existing IoT systems which cannot be reprogrammed remotely, the availability of these solutions is restricted, not only because they are not compatible with other brand BLE devices [10] but also because they lead to numerous discards of IoT devices inevitably when updating original IoT system. Therefore, the researchers prefer to a different implementation described below rather than using these existing Bluetooth-integrated solutions. In this prototype, a Universal Serial Bus (USB) Bluetooth adapter is plugged to the simulated function station (Raspberry Pi). A Bluetooth chip HC-06 supporting Bluetooth 2.1 protocol A. Experiment Background In the conventional PV system, the control algorithms are downloaded to the microcontroller of the PV inverter. A physical wire connection is required for reprogramming the controller. It is time consuming and can be relatively hard for the system installed in a remote area. Many researches regarding PV system focus on maximum power point tracking (MPPT) [12], but few of studies concentrate on flexible reprograming of inverter. Because the BT-SDF framework may solve the problems mentioned above, it might be an appropriate scenario to verify the availability of BT-SDF framework. B. Experiment Procedures The main facilities used in this photovoltaic (PV) energy system experiment contained a personal computer (PC), a Raspberry Pi, a DC/DC inverter with a built-in Arduino Nano, a router, a PV panel, a red head lamp and an oscilloscope. Router DC load PC Raspberry Pi Fig. 2. Equipment used in experiment Buck inverter Oscilloscope PV Panel

3 ETIS As Figure 2 illustrated, the experiment was constructed to simulate the communication between the controller layer and the data infrastructure layer in the BT-SDF framework. PC and router were used for delivering instructions to Raspberry Pi. The PC was considered as a SDF controller, the Raspberry Pi was intended to simulate a function station and the DC/DC inverter was treated as an IoT end device. The DC/DC inverter was a buck one. It was connected to a PV panel and a load (resistor). The PV panel was used to provide an input voltage. The voltage that inverter offered to the load was the output voltage. The red head lamp provided luminous energy to the PV in the almost same functionality as the sunlight, but its light can be treated as a constant light. The relationship between the input voltage and the output voltage of the buck inverter is: V out = V in D (1) Where V in is input voltage, V out is output voltage, and D is duty cycle. This experiment was proceeding under controlled conditions to ensure the accuracy of results. The function of code constrained the Arduino to provide a duty cycle with a certain value (25%, 75% and etc.). Along with the duty cycle change, the output voltage will also change. Initially, the researchers fed a 5.1V power supply to the buck inverter as the input voltage. When the duty cycle is adjusted to 75%, the output voltage (2.748 V) of buck inverter is shown in Figure 3. Fig. 4. Output voltage under 75% duty cycle and 3.8V PV input voltage Similarly, the transmission loss should be considered. Thus, the output voltage is also reasonable. At the same time, the PWM waveform with a 75% duty cycle is shown in Figure 5. Fig. 5. Oscilloscope (duty cycle) output under 75% duty cycle Following that, the researchers compiled the new code which altered the duty cycle to 25% and remotely refreshed the new code to Arduino Nano via wirelessly controlling the Raspberry Pi through the PC. Fig. 3. Output voltage under 75% duty cycle and 5.1V input voltage Theoretically, the output voltage under the 75% duty cycle could be: V out = V in D = 5.1 V 75% = V (2) This verifies that systemic transmission loss exists. The value of V is reasonable due to the systemic transmission. Then the PV panel was used to supply the electricity instead of the original power supply. The input voltage from PV panel is 3.8V. Correspondingly, the output voltage is 1.930V, which is presented in Figure 4. Fig. 6. Remote Reprogramming Process After reprogramming process, the PWM waveform with a 25% duty cycle is shown in Figure 7.

4 ETIS T = T C + T W + T V (3) T Tv Tw Tc Fig. 7. Oscilloscope (duty cycle) output under 25% duty cycle As explicitly shown in Figure 7, the duty cycle has been modified to 25%, indicating that the remotely reprogramming process works. IV. PROTOTYPE PERFORMANCE EVALUATION To verify the performance of the prototype mentioned above, the researchers executed 10 times remotely reprogramming using the prototype and the solution (one of existing Bluetooth-integrated solutions), respectively. The test code accounts for bytes. The outcomes recorded from AVRDUDE are presented in TABLE I. TABLE I. Solution COSTED TIME BETWEEN TWO SOLUTIONS (UNIT: SECOND) Items Times T T Fig. 8. A comparison between the two solutions on their average time The average and variance of onfirm that the prototype has higher speed and almost same stability compared with the solution. V. CONCLUSION AND FURTHER WORK In this paper, the researchers have defined and implemented a new framework called BT-SDF and successfully modified functional parameter in a PV energy system through this framework. BT-SDF allows the existing IoT system to be upgraded to acquire wireless reprogramming capability without unnecessary discards of original IoT devices. It also simplifies the function redefining process of IoT system installed in remote area and saves the costed time on this process. There might be a slight issue that the reset design of Arduino may conflict with some codes if the codes also supervise the serial buffer. Moreover, transplantation using BLE protocol may ameliorate this framework. These could be solved or enhanced in the further studies. REFERENCES Unit: Second TABLE I. COSTED TIME BETWEEN TWO SOLUTIONS (CONTINUED) Solution Items Times Avg. Var T T In TABLE I, stands for the time consumed on connecting to the Arduino bootloader, represents the time on transiting and rewriting the code, and denotes the time for integrity verification. T stands for the total time of the whole reprogramming process, where: [1] H. M. O'Brien, "THE INTERNET OF THINGS," Journal of Internet Law, vol. 19, pp. 1-20, [2] Y. Jararweh, M. Al-Ayyoub, A. Darabseh, E. Benkhelifa, M. Vouk, and A. Rindos, "SDIoT: a software defined based internet of things framework," Journal of Ambient Intelligence and Humanized Computing, vol. 6, pp , [3] N. Xue, J. Zhang and X. Huang, OpenFunction: Enabling Innovation in Software Defined Internet of Things, unpublished. [4] S. Choi and J. Kwak, "Enhanced SDIoT Security Framework Models," International Journal of Distributed Sensor Networks, pp. 1-12, [5] R. Y. Xu, X. Huang, J. Zhang, Y. Lu, G. Wu, and Z. Yan, "Software Defined Intelligent Building," International Journal of Information Security and Privacy, [6] N. Xue, X. Huang and J. Zhang, "S2Net: A Security Framework for Software Defined Intelligent Building Networks, " presented at The 15th IEEE International Conference on Trust, Security and Privacy in Computing and Communications (IEEE TrustCom-16), Tianjin, Aug , [7] (2016, Jul. 22). - An Arduino Uno with Bluetooth 4.0 [Online]. Available: 044#.V5Fe0E0Vjug

5 ETIS [8] Z. Jiajin, C. Lichang, D. Qingsong, Z. Haidong, and Z. Yonghua, "A social networks integrated sensor platform for precision agriculture," in th IEEE International Conference on Network Infrastructure and Digital Content, 2014, pp [9] A. E. Boualouache, O. Nouali, S. Moussaoui, and A. Derder, "A BLE-based data collection system for IoT," in New Technologies of Information and Communication (NTIC), 2015 First International Conference on, 2015, pp [10] (2016, Jul. 24). SKU:DFR0267 [Online]. Available: pecification [11] Rfcomm With TS Serial Port Emulation, 12 ed., Bluetooth SIG, 2012, pp [12] P. Manganiello, M. Ricco, G. Petrone, E. Monmasson, and G. Spagnuolo, "Optimization of Perturbative PV MPPT Methods Through Online System Identification," IEEE Transactions on Industrial Electronics, vol. 61, pp , 2014.

Design and Application of Architecture of Internet of Things Based on Open Source Hardware

Design and Application of Architecture of Internet of Things Based on Open Source Hardware 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 Design and Application of Architecture of Internet of Things Based on Open Source Hardware

More information

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Overview When developing and debugging I 2 C based hardware and software, it is extremely helpful

More information

A Hybrid Particle Swarm Optimization Algorithm for Maximum Power Point Tracking of Solar Photovoltaic Systems

A Hybrid Particle Swarm Optimization Algorithm for Maximum Power Point Tracking of Solar Photovoltaic Systems Proceedings of The National Conference On Undergraduate Research (NCUR) 2017 University of Memphis Memphis, Tennessee April 6-8, 2017 A Hybrid Particle Swarm Optimization Algorithm for Maximum Power Point

More information

Intelligent Balanced Device and its Sensing System for Beam Pumping Units

Intelligent Balanced Device and its Sensing System for Beam Pumping Units Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Intelligent Balanced Device and its Sensing System for Beam Pumping Units Hangxin WEI, Wenfang WANG School of mechanical

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

Android Phone Based Assistant System for Handicapped/Disabled/Aged People

Android Phone Based Assistant System for Handicapped/Disabled/Aged People IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 10 March 2017 ISSN (online): 2349-6010 Android Phone Based Assistant System for Handicapped/Disabled/Aged People

More information

IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source

IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source S.Gautham Final Year, UG student, Department of Electrical and Electronics Engineering, P. B. College of Engineering, Chennai

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

A Fault Detection Device for Energy Metering Equipment

A Fault Detection Device for Energy Metering Equipment 2017 2nd International Conference on Manufacturing Science and Information Engineering (ICMSIE 2017) ISBN: 978-1-60595-516-2 A Fault Detection Device for Energy Metering Equipment Weineng Wang, Guangming

More information

Design and Implementation of Boost Converter for IoT Application

Design and Implementation of Boost Converter for IoT Application Design and Implementation of Boost Converter for IoT Application Peeyush 1, Varsha Chaurasia 2 M. Tech (Power Electronics), Department of EEE, R.V. College of Engineering, Bengaluru, India 1 M. Tech (Power

More information

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE Int. J. Chem. Sci.: 14(4), 2016, 3107-3112 ISSN 0972-768X www.sadgurupublications.com ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE R. SURSHKUMAR *, R. BALAJI, G. MANIKANDAN

More information

Design of Removable Guardrail System Based on ZigBee Network

Design of Removable Guardrail System Based on ZigBee Network 2016 International Conference on Wireless Communication and Network Engineering (WCNE 2016) ISBN: 978-1-60595-403-5 Design of Removable Guardrail System Based on ZigBee Network Long CHENG 1,2,*, Li ZHANG

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL

RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL K.Nireesha, A.Venkateswara Rao M.Tech, Department Of Electronics Communication and Engineering Sri Sivani Institute

More information

CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM

CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM 63 CHAPTER 3 APPLICATION OF THE CIRCUIT MODEL FOR PHOTOVOLTAIC ENERGY CONVERSION SYSTEM 3.1 INTRODUCTION The power output of the PV module varies with the irradiation and the temperature and the output

More information

Design of a Dual Active Bridge DC-DC Converter for Photovoltaic System Application. M.T. Tsai, C.L. Chu, Y.Z. Yang and D. R Wu

Design of a Dual Active Bridge DC-DC Converter for Photovoltaic System Application. M.T. Tsai, C.L. Chu, Y.Z. Yang and D. R Wu ICIC Express etters ICIC International c16 ISSN 185-766 Volume 7, Number 8, August 16 pp. 185-181 Design of a Dual Active Bridge DC-DC Converter for Photovoltaic System Application M.T. Tsai, C.. Chu,

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES

RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES Lukáš Pohl Doctoral Degree Programme (2), FEEC BUT E-mail: xpohll01@stud.feec.vutbr.cz Supervised by: Petr Blaha E-mail: blahap@feec.vutbr.cz Abstract: This

More information

Parallel or Standalone Operation of Photovoltaic Cell with MPPT to DC Load

Parallel or Standalone Operation of Photovoltaic Cell with MPPT to DC Load Parallel or Standalone Operation of Photovoltaic Cell with MPPT to DC Load Subhashanthi.K 1, Amudhavalli.D 2 PG Scholar [Power Electronics & Drives], Dept. of EEE, Sri Venkateshwara College of Engineering,

More information

Photovoltaic Maximum Power Point Tracking based on an Adjustable Matched Virtual Load

Photovoltaic Maximum Power Point Tracking based on an Adjustable Matched Virtual Load Photovoltaic Maximum Power Point Tracking based on an Adjustable Matched Virtual Load M. Sokolov, D. Shmilovitz School of Electrical Engineering, TelAviv University, TelAviv 69978, Israel email: shmilo@eng.tau.ac.il

More information

Design and Analysis of an Automatic Voltage Regulator Microcontroller-based Distributed Power Supply

Design and Analysis of an Automatic Voltage Regulator Microcontroller-based Distributed Power Supply , pp. 223-232 http://dx.doi.org/10.14257/ijsh.2015.9.5.22 Design and Analysis of an Automatic Voltage Regulator Microcontroller-based Distributed Power Supply Xiumin Wang a, Liting Jiang a, Liang Shan

More information

DASL 120 Introduction to Microcontrollers

DASL 120 Introduction to Microcontrollers DASL 120 Introduction to Microcontrollers Lecture 2 Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to Atmel Atmega328

More information

Design Of Fpga Based Pwm Solar Power Inverter For Livelihood Generation In Rural Areas

Design Of Fpga Based Pwm Solar Power Inverter For Livelihood Generation In Rural Areas Design Of Fpga Based Pwm Solar Power Inverter For Livelihood Generation In Rural Areas A.Vamsi Priya Reddy*, A. Thrayambica Devi*, A. Rama Krishna** *FINAL YEAR B.TECH, ECE, K L UNIVERISTY, Vaddeswaram,

More information

Published in: Proceedings of 2016 IEEE 8th International Power Electronics and Motion Control Conference, IPEMC-ECCE Asia 2016

Published in: Proceedings of 2016 IEEE 8th International Power Electronics and Motion Control Conference, IPEMC-ECCE Asia 2016 Aalborg Universitet Control architecture for paralleled current-source-inverter (CSI) based uninterruptible power systems (UPS) Wei, Baoze; Quintero, Juan Carlos Vasquez; Guerrero, Josep M.; Guo, Xiaoqiang

More information

II. BLOCK

II. BLOCK Information Transmission System Through Fluorescent Light Using Pulse Width Modulation Technique. Mr. Sagar A.Zalte 1, Prof.A.A.Hatkar 2 1,2 E&TC, SVIT COE Chincholi Abstract- Light reaches nearly universally

More information

Mapping device with wireless communication

Mapping device with wireless communication University of Arkansas, Fayetteville ScholarWorks@UARK Electrical Engineering Undergraduate Honors Theses Electrical Engineering 12-2011 Mapping device with wireless communication Xiangyu Liu University

More information

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING Aaron R. Rababaah* 1, Ahmad A. Rabaa i 2 1 arababaah@auk.edu.kw 2 arabaai@auk.edu.kw Abstract Traditional

More information

WifiBotics. An Arduino Based Robotics Workshop

WifiBotics. An Arduino Based Robotics Workshop WifiBotics An Arduino Based Robotics Workshop WifiBotics is the workshop designed by RoboKart group pioneers in this field way back in 2014 and copied by many competitors. This workshop is based on the

More information

ARDUINO / GENUINO. start as professional

ARDUINO / GENUINO. start as professional ARDUINO / GENUINO start as professional . ARDUINO / GENUINO start as professional short course in a book MOHAMMED HAYYAN ALSIBAI SULASTRI ABDUL MANAP Publisher Universiti Malaysia Pahang Kuantan 2017 Copyright

More information

Arduino Platform Capabilities in Multitasking. environment.

Arduino Platform Capabilities in Multitasking. environment. 7 th International Scientific Conference Technics and Informatics in Education Faculty of Technical Sciences, Čačak, Serbia, 25-27 th May 2018 Session 3: Engineering Education and Practice UDC: 004.42

More information

2D Floor-Mapping Car

2D Floor-Mapping Car CDA 4630 Embedded Systems Final Report Group 4: Camilo Moreno, Ahmed Awada ------------------------------------------------------------------------------------------------------------------------------------------

More information

Endurance R/C Wi-Fi Servo Controller 2 Instructions

Endurance R/C Wi-Fi Servo Controller 2 Instructions Endurance R/C Wi-Fi Servo Controller 2 Instructions The Endurance R/C Wi-Fi Servo Controller 2 allows you to control up to eight hobby servos, R/C relays, light controllers and more, across the internet

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

Maximum Power Point Tracking Implementation of Z-Source Inverter through Finite Step Model Predictive Control Strategy

Maximum Power Point Tracking Implementation of Z-Source Inverter through Finite Step Model Predictive Control Strategy Maximum Power Point Tracking Implementation of Z-Source Inverter through Finite Step Model Predictive Control Strategy Chirantan K 1, Mr. Mallikarjuna B 2 M.Tech Student, Dept. of E&E, RNSIT, Bengaluru,

More information

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 447 453 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

Design and Simulation of a Solar Regulator Based on DC-DC Converters Using a Robust Sliding Mode Controller

Design and Simulation of a Solar Regulator Based on DC-DC Converters Using a Robust Sliding Mode Controller Journal of Energy and Power Engineering 9 (2015) 805-812 doi: 10.17265/1934-8975/2015.09.007 D DAVID PUBLISHING Design and Simulation of a Solar Regulator Based on DC-DC Converters Using a Robust Sliding

More information

Research on H-Bridge DC Energy Router In the Energy Internet

Research on H-Bridge DC Energy Router In the Energy Internet 16 International Conference on Manufacturing Science and Information Engineering (ICMSIE 16) ISBN: 978-1-6595-35- Research on H-Bridge DC Energy Router In the Energy Internet SHAOXIA CHEN, GANG YAO, IDAN

More information

Photovoltaic Controller with CCW Voltage Multiplier Applied To Transformerless High Step-Up DC DC Converter

Photovoltaic Controller with CCW Voltage Multiplier Applied To Transformerless High Step-Up DC DC Converter Photovoltaic Controller with CCW Voltage Multiplier Applied To Transformerless High Step-Up DC DC Converter Elezabeth Skaria 1, Beena M. Varghese 2, Elizabeth Paul 3 PG Student, Mar Athanasius College

More information

System Board 6219 MAXREFDES89#: MAX14871 Full-Bridge DC Motor Driver MBED Shield

System Board 6219 MAXREFDES89#: MAX14871 Full-Bridge DC Motor Driver MBED Shield System Board 6219 MAXREFDES89#: MAX14871 Full-Bridge DC Motor Driver MBED Shield Introduction Brushed DC motors provide cost-effective, convenient motion in many applications ranging from electric toothbrushes

More information

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach Proc. 1 st International Conference on Machine Learning and Data Engineering (icmlde2017) 20-22 Nov 2017, Sydney, Australia ISBN: 978-0-6480147-3-7 Teleoperated Robot Controlling Interface: an Internet

More information

An Interleaved High Step-Up Boost Converter With Voltage Multiplier Module for Renewable Energy System

An Interleaved High Step-Up Boost Converter With Voltage Multiplier Module for Renewable Energy System An Interleaved High Step-Up Boost Converter With Voltage Multiplier Module for Renewable Energy System Vahida Humayoun 1, Divya Subramanian 2 1 P.G. Student, Department of Electrical and Electronics Engineering,

More information

Telemetry Monitoring of Solar Panels Using GSM

Telemetry Monitoring of Solar Panels Using GSM Student Research Paper Conference Vol-2, No-59, July 2015 Telemetry Monitoring of Solar Panels Using GSM 1 Hafiz Muhammad Zubair, 2 Syed Mutahir Ahmed Electrical Engineering Department Institute of Space

More information

Analysis and Design of a Bidirectional Isolated buck-boost DC-DC Converter with duel coupled inductors

Analysis and Design of a Bidirectional Isolated buck-boost DC-DC Converter with duel coupled inductors Analysis and Design of a Bidirectional Isolated buck-boost DC-DC Converter with duel coupled inductors B. Ramu M.Tech (POWER ELECTRONICS) EEE Department Pathfinder engineering college Hanmakonda, Warangal,

More information

Path Planning for Mobile Robots Based on Hybrid Architecture Platform

Path Planning for Mobile Robots Based on Hybrid Architecture Platform Path Planning for Mobile Robots Based on Hybrid Architecture Platform Ting Zhou, Xiaoping Fan & Shengyue Yang Laboratory of Networked Systems, Central South University, Changsha 410075, China Zhihua Qu

More information

SDN Architecture 1.0 Overview. November, 2014

SDN Architecture 1.0 Overview. November, 2014 SDN Architecture 1.0 Overview November, 2014 ONF Document Type: TR ONF Document Name: TR_SDN ARCH Overview 1.1 11112014 Disclaimer THIS DOCUMENT IS PROVIDED AS IS WITH NO WARRANTIES WHATSOEVER, INCLUDING

More information

IOT Based Intelligent Traffic Signal and Vehicle Tracking System

IOT Based Intelligent Traffic Signal and Vehicle Tracking System IOT Based Intelligent Traffic Signal and Vehicle Tracking System Srinuvasa Manikanta Adabala M.Tech (Embedded Systems), Department of ECE, Aditya College of Engineering(JNTUK), Surampalem, A.P -533437.

More information

A Smart Device Integrated with an Android for Alerting a Person s Health Condition: Internet of Things

A Smart Device Integrated with an Android for Alerting a Person s Health Condition: Internet of Things Indian Journal of Science and Technology, Vol 9(6), DOI: 10.17485/ijst/2016/v9i6/69545, February 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Smart Device Integrated with an Android for Alerting

More information

CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM

CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM 100 CHAPTER 7 MAXIMUM POWER POINT TRACKING USING HILL CLIMBING ALGORITHM 7.1 INTRODUCTION An efficient Photovoltaic system is implemented in any place with minimum modifications. The PV energy conversion

More information

Active RFID System with Wireless Sensor Network for Power

Active RFID System with Wireless Sensor Network for Power 38 Active RFID System with Wireless Sensor Network for Power Raed Abdulla 1 and Sathish Kumar Selvaperumal 2 1,2 School of Engineering, Asia Pacific University of Technology & Innovation, 57 Kuala Lumpur,

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BYAENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2017 Special 11(4): pages 1-7 Open Access Journal Data Acquisition System

More information

Artistic Licence. The DALI Guide. Version 3-1. The DALI Guide

Artistic Licence. The DALI Guide. Version 3-1. The DALI Guide Artistic Licence The Guide The Guide Version 3-1 This guide has been written to explain and DSI to those who are more familiar with DMX. While DMX, and DSI are all digital protocols, there are some fundamental

More information

A COMPARISON ANALYSIS OF PWM CIRCUIT WITH ARDUINO AND FPGA

A COMPARISON ANALYSIS OF PWM CIRCUIT WITH ARDUINO AND FPGA A COMPARISON ANALYSIS OF PWM CIRCUIT WITH ARDUINO AND FPGA A. Zemmouri 1, R. Elgouri 1, 2, Mohammed Alareqi 1, 3, H. Dahou 1, M. Benbrahim 1, 2 and L. Hlou 1 1 Laboratory of Electrical Engineering and

More information

A 82.5% Power Efficiency at 1.2 mw Buck Converter with Sleep Control

A 82.5% Power Efficiency at 1.2 mw Buck Converter with Sleep Control JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.16, NO.6, DECEMBER, 2016 ISSN(Print) 1598-1657 https://doi.org/10.5573/jsts.2016.16.6.842 ISSN(Online) 2233-4866 A 82.5% Power Efficiency at 1.2 mw

More information

VOICE CONTROLLED HOME AUTOMATION SYSTEM

VOICE CONTROLLED HOME AUTOMATION SYSTEM VOICE CONTROLLED HOME AUTOMATION SYSTEM By Zhe Gong Hongchaun Li Final Report for ECE 445, Senior Design, Fall 2014 TA: Haoyu Wang 10 December 2014 Project No. 13 Abstract This project builds a system

More information

Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech

Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech Alex Johnson, Tyler Roush, Mitchell Fulton, Anthony Reese Kent

More information

SPTF: Smart Photo-Tagging Framework on Smart Phones

SPTF: Smart Photo-Tagging Framework on Smart Phones , pp.123-132 http://dx.doi.org/10.14257/ijmue.2014.9.9.14 SPTF: Smart Photo-Tagging Framework on Smart Phones Hao Xu 1 and Hong-Ning Dai 2* and Walter Hon-Wai Lau 2 1 School of Computer Science and Engineering,

More information

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING P.NARENDRA ILAYA PALLAVAN 1, S.HARISH 2, C.DHACHINAMOORTHI 3 1Assistant Professor, EIE Department, Bannari Amman Institute of Technology,

More information

/15/$ IEEE. THE 9 th INTERNATIONAL SYMPOSIUM ON ADVANCED TOPICS IN ELECTRICAL ENGINEERING May 7-9, 2015 Bucharest, Romania

/15/$ IEEE. THE 9 th INTERNATIONAL SYMPOSIUM ON ADVANCED TOPICS IN ELECTRICAL ENGINEERING May 7-9, 2015 Bucharest, Romania THE 9 th INTERNATIONAL SYMPOSIUM ON ADVANCED TOPICS IN ELECTRICAL ENGINEERING May 7-9, 2015 Bucharest, Romania Eugen R duca, Lucian Nistor, Cornel Hatiegan, Mihaela R duca, Ioan P dureanu, Silviu Dr ghici

More information

Application of ultrasonic distance sensors for measuring height as a tool in unmanned aerial vehicles with a stabilized position in the vertical plane

Application of ultrasonic distance sensors for measuring height as a tool in unmanned aerial vehicles with a stabilized position in the vertical plane Scientific Journals of the Maritime University of Szczecin Zeszyty Naukowe Akademii Morskiej w Szczecinie 216, 46 (118), 17 21 ISSN 1733-867 (Printed) Received: 31.8.215 ISSN 2392-378 (Online) Accepted:

More information

An IoT based Remote HRV Monitoring System for Hypertensive Patients

An IoT based Remote HRV Monitoring System for Hypertensive Patients An IoT based Remote HRV Monitoring System for Hypertensive Patients M.Chandana 1, S.P Siva Reddy 2, N.Niranjan Reddy 3, C.Dharma Teja 4, M.Roshini 5 1234 Student, Dept. Of Computer Science & Engineering,

More information

Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment

Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control Corona Current Data Acquisition Card Based on USB Bus in Extra High Voltage Environment Li Qi,

More information

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM 1 J. H.VARDE, 2 N.B.GOHIL, 3 J.H.SHAH 1 Electronics & Communication Department, Gujarat Technological University, Ahmadabad, India

More information

Swinburne Research Bank

Swinburne Research Bank Swinburne Research Bank http://researchbank.swinburne.edu.au Tashakori, A., & Ektesabi, M. (2013). A simple fault tolerant control system for Hall Effect sensors failure of BLDC motor. Originally published

More information

HYBRID SOLAR SYSTEM USING MPPT ALGORITHM FOR SMART DC HOUSE

HYBRID SOLAR SYSTEM USING MPPT ALGORITHM FOR SMART DC HOUSE Volume 118 No. 10 2018, 409-417 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v118i10.81 ijpam.eu HYBRID SOLAR SYSTEM USING MPPT ALGORITHM

More information

CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS

CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS 73 CHAPTER 6 ANALYSIS OF THREE PHASE HYBRID SCHEME WITH VIENNA RECTIFIER USING PV ARRAY AND WIND DRIVEN INDUCTION GENERATORS 6.1 INTRODUCTION Hybrid distributed generators are gaining prominence over the

More information

MPPT CONTROL OF PHOTOVOLTAIC SYSTEM USING FLYBACK CONVERTER

MPPT CONTROL OF PHOTOVOLTAIC SYSTEM USING FLYBACK CONVERTER e-issn 2455 1392 Volume 3 Issue 6, June 2017 pp. 66 71 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com MPPT CONTROL OF PHOTOVOLTAIC SYSTEM USING FLYBACK CONVERTER Mohanapriya V 1, Manimegalai

More information

IoT Based Monitoring of Industrial Safety Measures

IoT Based Monitoring of Industrial Safety Measures IoT Based Monitoring of Industrial Safety Measures K.Shiva Prasad Sphoorthy Engineering College E-mail: shiva13b71d5516@gmail.com A.Shashikiran Sphoorthy Enginnering College E-mail: shashi.kiran5190@gmail.com

More information

Welcome to Arduino Day 2016

Welcome to Arduino Day 2016 Welcome to Arduino Day 2016 An Intro to Arduino From Zero to Hero in an Hour! Paul Court (aka @Courty) Welcome to the SLMS Arduino Day 2016 Arduino / Genuino?! What?? Part 1 Intro Quick Look at the Uno

More information

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd.

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd. RF module and Sensing Workshop Proposal Tachlog Pvt. Ltd. ABOUT THIS DOCUMENT Purpose of this The Workshop proposal document, explains the syllabus, estimate, activity document and overview of the workshop

More information

A Novel High-Performance Utility-Interactive Photovoltaic Inverter System

A Novel High-Performance Utility-Interactive Photovoltaic Inverter System 704 IEEE TRANSACTIONS ON POWER ELECTRONICS, OL. 18, NO. 2, MARCH 2003 A Novel High-Performance Utility-Interactive Photovoltaic Inverter System Toshihisa Shimizu, Senior Member, IEEE, Osamu Hashimoto,

More information

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) Research on MPPT Control Algorithm of Flexible Amorphous Silicon Photovoltaic Power Generation System Based

More information

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller Sukumar Kamalasadan Division of Engineering and Computer Technology University of West Florida, Pensacola, FL, 32513

More information

Smart Phone Based Assistant System for Handicapped/Disable/Aged People

Smart Phone Based Assistant System for Handicapped/Disable/Aged People IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 10 March 2017 ISSN (online): 2349-6010 Smart Phone Based Assistant System for Handicapped/Disable/Aged People

More information

Understanding the Arduino to LabVIEW Interface

Understanding the Arduino to LabVIEW Interface E-122 Design II Understanding the Arduino to LabVIEW Interface Overview The Arduino microcontroller introduced in Design I will be used as a LabVIEW data acquisition (DAQ) device/controller for Experiments

More information

On Measurement of the Spatio-Frequency Property of OFDM Backscattering

On Measurement of the Spatio-Frequency Property of OFDM Backscattering On Measurement of the Spatio-Frequency Property of OFDM Backscattering Xiaoxue Zhang, Nanhuan Mi, Xin He, Panlong Yang, Haohua Du, Jiahui Hou and Pengjun Wan School of Computer Science and Technology,

More information

The Use of Power Gyrator Structures as Energy Processing Cells in Photovoltaic Solar Facilities

The Use of Power Gyrator Structures as Energy Processing Cells in Photovoltaic Solar Facilities International Conference on Renewable Energies and Power Quality (ICREPQ 14) Cordoba (Spain), 8 th to 10 th April, 2014 exçxãtuäx XÇxÜzç tçw céãxü dâtä àç ]ÉâÜÇtÄ (RE&PQJ) ISSN 2172-038 X, No.12, April

More information

Design of double loop-locked system for brush-less DC motor based on DSP

Design of double loop-locked system for brush-less DC motor based on DSP International Conference on Advanced Electronic Science and Technology (AEST 2016) Design of double loop-locked system for brush-less DC motor based on DSP Yunhong Zheng 1, a 2, Ziqiang Hua and Li Ma 3

More information

ISSN: [Kumaravat * et al., 7(1): January, 2018] Impact Factor: 5.164

ISSN: [Kumaravat * et al., 7(1): January, 2018] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW ARTICLE OF MULTILEVEL INVERTER CONFRIGURATION 4 POLE INDUCTION MOTOR WITH SINGLE DC LINK Piyush Kumaravat *1 & Anil Kumar

More information

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology P2110-EVAL-01 Lifetime Power User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology Overview The Lifetime Power is a complete demonstration and development platform for creating battery-free

More information

DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1

DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1 DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1 Department Name Signature Date Author Reviewer Approver Revision History Rev Description of Change A Initial Release Effective

More information

Design and realization of an autonomous solar system

Design and realization of an autonomous solar system IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design and realization of an autonomous solar system To cite this article: A Gaga et al 2017 IOP Conf. Ser.: Mater. Sci. Eng.

More information

Wireless Bluetooth Controller for DC Motor

Wireless Bluetooth Controller for DC Motor Wireless Bluetooth Controller for DC Motor ECE 445 Final Report May 1, 2007 Team Members: Abhay Jain Reid Vaccari TA: Brian Raczkowski Professor Gary Swenson TABLE OF CONTENTS 1. INTRODUCTION...3 1.1 Motivation...3

More information

Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller

Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller Photovoltaic Battery Charging System Based on PIC16F877A Microcontroller Zaki Majeed Abdu-Allah, Omar Talal Mahmood, Ahmed M. T. Ibraheem AL-Naib Abstract This paper presents the design and practical implementation

More information

J. La Favre Using Arduino with Raspberry Pi February 7, 2018

J. La Favre Using Arduino with Raspberry Pi February 7, 2018 As you have already discovered, the Raspberry Pi is a very capable digital device. Nevertheless, it does have some weaknesses. For example, it does not produce a clean pulse width modulation output (unless

More information

CHAPTER 6 DEVELOPMENT OF A CONTROL ALGORITHM FOR BUCK AND BOOST DC-DC CONVERTERS USING DSP

CHAPTER 6 DEVELOPMENT OF A CONTROL ALGORITHM FOR BUCK AND BOOST DC-DC CONVERTERS USING DSP 115 CHAPTER 6 DEVELOPMENT OF A CONTROL ALGORITHM FOR BUCK AND BOOST DC-DC CONVERTERS USING DSP 6.1 INTRODUCTION Digital control of a power converter is becoming more and more common in industry today because

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

TYPICALLY, a two-stage microinverter includes (a) the

TYPICALLY, a two-stage microinverter includes (a) the 3688 IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 33, NO. 5, MAY 2018 Letters Reconfigurable LLC Topology With Squeezed Frequency Span for High-Voltage Bus-Based Photovoltaic Systems Ming Shang, Haoyu

More information

Control Hardware-in-the-Loop Demonstration of a Building-Scale DC Microgrid Utilizing Distributed Control Algorithm

Control Hardware-in-the-Loop Demonstration of a Building-Scale DC Microgrid Utilizing Distributed Control Algorithm Control Hardware-in-the-Loop Demonstration of a Building-Scale DC Microgrid Utilizing Distributed Control Algorithm Maziar Mobarrez US Corporate Research Center ABB Raleigh, USA maziar.mobarrez@us.abb.com

More information

Figure.1. Block of PV power conversion system JCHPS Special Issue 8: June Page 89

Figure.1. Block of PV power conversion system JCHPS Special Issue 8: June Page 89 Soft Switching Converter with High Voltage Gain for Solar Energy Applications S. Hema*, A. Arulmathy,V. Saranya, S. Yugapriya Department of EEE, Veltech, Chennai *Corresponding author: E-Mail: hema@veltechengg.com

More information

Embedded Test System. Design and Implementation of Digital to Analog Converter. TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao

Embedded Test System. Design and Implementation of Digital to Analog Converter. TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao Embedded Test System Design and Implementation of Digital to Analog Converter TEAM BIG HERO 3 John Sopczynski Karim Shik-Khahil Yanzhe Zhao EE 300W Section 1 Spring 2015 Big Hero 3 DAC 2 INTRODUCTION (KS)

More information

Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network

Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network K.T. Sze, K.M. Ho, and K.T. Lo Abstract in this paper, we study the performance of a video-on-demand (VoD) system in wireless

More information

INF8574 GENERAL DESCRIPTION

INF8574 GENERAL DESCRIPTION GENERAL DESCRIPTION The INF8574 is a silicon CMOS circuit. It provides general purpose remote I/O expansion for most microcontroller families via the two-line bidirectional bus (I 2 C). The device consists

More information

DYNAMICALLY RECONFIGURABLE PWM CONTROLLER FOR THREE PHASE VOLTAGE SOURCE INVERTERS. In this Chapter the SPWM and SVPWM controllers are designed and

DYNAMICALLY RECONFIGURABLE PWM CONTROLLER FOR THREE PHASE VOLTAGE SOURCE INVERTERS. In this Chapter the SPWM and SVPWM controllers are designed and 77 Chapter 5 DYNAMICALLY RECONFIGURABLE PWM CONTROLLER FOR THREE PHASE VOLTAGE SOURCE INVERTERS In this Chapter the SPWM and SVPWM controllers are designed and implemented in Dynamic Partial Reconfigurable

More information

MTP200B WLAN / BT LE Tester

MTP200B WLAN / BT LE Tester www.tescom.co.kr MTP200B WLAN / BT LE Tester Tescom s MTP200B is a non-signaling test-based WLAN or BT LE (Low Energy) tester. As one-body equipment incorporating both Signal Generator and Signal Analyzer,

More information

Low-Power WSN-Based Solar-Cell Monitoring System

Low-Power WSN-Based Solar-Cell Monitoring System Low-Power WSN-Based Solar-Cell Monitoring System Raden Arief Setyawan 1, Soeprapto 1, Hadi Suyono 1, and Rini Nur Hasanah 1 1 Universitas Brawijaya, Malang, Indonesia rarief@ub.ac.id, prapto@ub.ac.id,

More information

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe Smart Shoe Vaishnavi Nayak, Sneha Prabhu, Sanket Madival, Vaishnavi Kulkarni, Vaishnavi. M. Kulkarni Department ofinstrumentation Technology, B V Bhoomaraddi College of Engineering and Technology, Hubli,

More information

Design and Implementation of Photovoltaic Inverter system using Multi-cell Interleaved Fly-back Topology

Design and Implementation of Photovoltaic Inverter system using Multi-cell Interleaved Fly-back Topology International Journal of ChemTech Research CODEN (USA): IJCRGG, ISSN: 0974-4290, ISSN(Online):2455-9555 Vol.10 No.14, pp 300-308, 2017 Design and Implementation of Photovoltaic Inverter system using Multi-cell

More information

Fuzzy Logic Controller on DC/DC Boost Converter

Fuzzy Logic Controller on DC/DC Boost Converter 21 IEEE International Conference on Power and Energy (PECon21), Nov 29 - Dec 1, 21, Kuala Lumpur, Malaysia Fuzzy Logic Controller on DC/DC Boost Converter N.F Nik Ismail, Member IEEE,Email: nikfasdi@yahoo.com

More information

Published in: Proceedings of the 8th International Conference on Tangible, Embedded and Embodied Interaction

Published in: Proceedings of the 8th International Conference on Tangible, Embedded and Embodied Interaction Downloaded from vbn.aau.dk on: januar 25, 2019 Aalborg Universitet Embedded Audio Without Beeps Synthesis and Sound Effects From Cheap to Steep Overholt, Daniel; Møbius, Nikolaj Friis Published in: Proceedings

More information

Digital-to-Analog Converter. Lab 3 Final Report

Digital-to-Analog Converter. Lab 3 Final Report Digital-to-Analog Converter Lab 3 Final Report The Ion Cannons: Shrinand Aggarwal Cameron Francis Nicholas Polito Section 2 May 1, 2017 1 Table of Contents Introduction..3 Rationale..3 Theory of Operation.3

More information