Design and Development of a Tablet Based Real Time Wireless Data Logger

Size: px
Start display at page:

Download "Design and Development of a Tablet Based Real Time Wireless Data Logger"

Transcription

1 Design and Development of a Tablet Based Real Time Wireless Data Logger Zhan Wei Siew, Chen How Wong, Shee Eng Tan, Hou Pin Yoong, Kenneth Tze Kin Teo Modelling, Simulation & Computing Laboratory, Material & Mineral Research Unit School of Engineering and Information Technology Universiti Malaysia Sabah Kota Kinabalu, Malaysia msclab@ums.edu.my, ktkteo@ieee.org Abstract To date, data loggers are getting more implementation in business and home applications compare with several years ago. Data loggers can be customized according to the application requirement based on the available resources in the market. Thus, this creates a cost effective solution for the end user. In this paper, a wireless data logger with remote control capability via PC and tablet is introduced. The proposed wireless data logger is developed using microcontroller with analog-to-digital converter (ADC). The design of the portable wireless data logger is compact and light to increase the mobility and usability. Sampled data with time stamp from real time clock (RTC) module will be stored into SD memory card which is attached to controller board. Wireless data logger can directly transmit the data to end user if the device is in the communication coverage or stored the data into memory card if it is out of range. Graphic user interface (GUI) developed using Visual Basic and Android application. These applications can communicate with wireless data logger through wireless XBee module and Bluetooth module. End user can change the data logger settings such as, data sampling frequency, date and time remotely. Keywords wireless communication; data logger; microcontroller; Android I. INTRODUCTION Electronic devices that have the capability to record data from sensors in specific location over time are referred as data loggers. Typically, data logger is equipped with microprocessor, memory, and sensor for data collection. Mobility is one of the advantages of data logger since the size of the microprocessor, memory, and sensor is small. The design of the data logger can be made based on the needs of specific environment or application type. Many of the general purpose data loggers are machines with fixed parameters. However, there are some with re-programmable capability. One of the most important advantages of using data logger is the capability to collect data automatically over a long period. Measurement results can be collected without human supervision just by deployment and activating the data logger on the intended location. This does not only reduce the human resources in data recording, but also provide an accurate picture of the environmental conditions during the monitoring period. For most of the scientific research works, monitoring and collecting data of the phenomenon for a given period is very important to draw conclusion from analyzing the data. For the case that requires monitoring done in a large space environment such as in agriculture, [1]-[3] and weather station [4], [5], multiple of wireless data loggers are required to cover all the area. It forms a wireless sensor network problem. Many researches such as in [6]-[8] focus on prolonging the network life time since it is battery powered. To extend the operation times, technology such as mechanical generators, thermoelectric generators, and solar cells are use to harvest energy from the surrounding. Continuous development of the emerging technology on data logger has brought the creation of new innovation and applications. By using the available resource in the market such as personal computer and tablet [9], it is possible to customize data logger according to their application requirements. The content of this paper is organized as follows. In the next Section, the design of the wireless data logger is explained. The hardware development of data logger and mobile portable data logger is described in Section III. After the development of the hardware, software development will be carried out in Section IV. The software development includes the development of the source code for data logger and monitoring software. Section V presents the future work and the conclusion of this paper. II. THE DESIGN Wireless data logger provides decision making, real time data logging, data storage and wireless data transmission capability. In this Section, two data logging methods will be demonstrated. The first method is PC based data logging as shows in Fig. 1. The developed data logger has an ability to directly transmit the sensed data to PC-end use for real time monitoring. This method is very suitable for data logging in experimental and plant monitoring. The PC is always located at a place with electric supply, shelter and internet access. The data logging method can be enhanced by adding internet access to the PC and short message service (SMS) via Global System for Mobile (GSM) modem. Fig. 2 shows the alternative way of data logging in this paper. Sometimes, the data logger may be located at the place where it is far away from PC. Therefore, to retrieve the /12/$ IEEE 111

2 information, the user has to physically retrieve from the data logger. Introduction of a mobile portable data logger provides an alternative way to collect the data from data logger. Portable data logger can download data from data logger when the device is in the data logger communication coverage. In addition, the use of Tablet with the mobile portable data logger provides data logger a user control panel interface. Which, the user can remotely access into the data logger as how the PC does. This method can be enhanced by utilizing the built-in hardware such as global positioning unit (GPS) to retrieve location information, for example to retrieve the data logger coordinate. Mobile Portable Data Logger Data Logger A. Graphic User Interface As shown in Fig. 1 and Fig. 2, user can view real-time data from the data logger through a PC or Tablet. In Windows based PC, monitoring software is developed by using express version of Visual Basic (VB). VB is a third-generation event-driven programming language from Microsoft. The design of VB is to provide users with easy to learn and use environment. The layout of the monitoring software interprets important information form data logger such as real-time graph of the sensed data from each channel with a basic data logger control panel. The details of the software development will be carried out in Section V. Today, two types of mobile operating systems are gaining rapid attention from the markets, and it has occupied almost 85% of the mobile devices sold. They are Android from Google and ios from Apple. In this paper, Android from Google is selected as development platform for Tablet. Google s Android is open-source, which allows developers access to OS source code. Through this advantage, it provides superior customization over others OS. Therefore, developers can develop better software by utilizing system resources. In Section V, we will discuss about the framework of the monitoring software. Smartphone- End User Figure 2. Data logging method (Tablet). B. Real-Time Monitoring Basic data logger is equipped with the external memory storage to log real-time data with date and time stamped. But the external memory has to be removed for data analysis after a period of sensing time. Wireless data logger provides more advantage over cable type data loggers, which it can provide real-time information to the user without the long, expensive and inflexible cable. But the use of wireless transmission may not guarantee the accuracy of the data logger information. A hybrid between wireless communication and external storage provide intelligence solution to the problem, it ensures the data will not be lost in case of communication failure. Fig. 3 shows the hybrid of information delivery method. As shown in Fig. 3, designed data logger has a choice to store the data into external storage module or directly transmit the data through wireless communication module. The use of wireless communication only will be active when the receiver is in the communication coverage. Otherwise the data will be stored into external storage to prepare for next reliable data retrieval. If the receiver is back into communication coverage, the data stored in the external storage will be transmitted to the receiver beginning from the last sent data. PC-End User Data Logger Processing Unit Wireless Communication Module External Storage Module Figure 1. Data logging method (PC). Figure 3. Hybrid of information delivery method /12/$ IEEE 112

3 C. Remote Access Control In practice, the data logger is located at the place where physical accessing to the data logger for software upgrade, calibration and adjustments is time consuming and impractical. Therefore, in this project the designed data logger includes remote access control capability. The terms remote access control means user can wirelessly access into data logger to change the control settings. The operation of the designed wireless data logger consists of two modes, these are active mode and command mode. In the active mode, it includes the operations such as data transmission state and sensing state. While in command mode, user has the authentication to change the data logger settings. If the wireless data logger is in communication coverage, users can remotely access by using Tablet or PC. For example, user can change the data sampling rate in the logger by transmitting a specific command and desired sampling interval time. The modifiable data logger settings include date and time, data sampling rate, channel activation and also data logger basic operation. Each command will be sending into data logger through a pre-designed format, the reason is to avoid data collision. The details of each command will be described in Section V. III. HARDWARE DEVELOPMENT In this Section, hardware development of wireless data logger will be demonstrated. The demonstration is split into two parts, first is the main controller board and followed by the communication modules. Fig. 4 shows the controller diagram of both data logger and mobile portable data logger. The controller consist of 4 basic modules, these are microcontroller unit, wireless communication module, external data storage module and real-time clock module. For ease of development, all the modules are attached to the main microcontroller unit module. Fig. 5 shows the prototype of data logger with tunable potentiometers which acts as sensors. Fig. 6 shows the mobile portable data logger with two types of wireless modules attached in the prototype. The use of different type of wireless modules is to convert data sending from data logger via XBee to the user Tablet via Bluetooth. In this stage, both prototypes can be power up from single 9 V batteries or USB power. Wireless Communication Module Microcontroller Unit Real-Time Clock Module Figure 4. Controller diagram. External Data Storage Module Sensor (potentiometers) XBee XBee Figure 5. Prototype of data logger. Bluetooth Figure 6. Prototype of mobile portable data logger. A. Main Controller Board In the main controller board, the designed board consists of a microcontroller development board, a RTC module and an external data storage module. The main controller board provides data logger a controllable platform, the ability to convert sensor analog signal into digital signal, external memory for data storage and real-time clock. a) Programmable Microcontroller Board: The microcontroller is selected as it provides developer an easy to learn and use platform. It contains everything needed to start a simple project. In this prototype, two microcontrollers are used for both data logger with sensor and mobile portable data logger. Both microcontroller boards are equipped with a 16MHz crystal oscillator and have up to a total of 54 input/output pins and 16 analog inputs. The miniature size and robust build makes the boards durable and flexible for design. b) Real Time Clock (RTC): Is a trickle-charge timekeeping chip that counts seconds, minutes, hours, date of the month, day of the week and year (with leap year) until It is not a good pratice to count time using software counting in the microcontroller. It is hard to ascertain the time taken to execute an instruction due to the clock speed may not be accurate as shown in data sheet. The software has to always active so it keeps the life time counting. Therefore, the use of external RTC chip is very important to imaintain the accuracy /12/$ IEEE 113

4 of the real-time and provides convenience to the software development. Fig. 7 shows the RTC operating circuit used in this paper. The interfaing only requires 3-wire interface. The RTC module is attached with 3 V cell which is connected to VCC1. Secondary power supply guranteed the clock is still running even though there is no power supply to the main controller board. The use of RTC module provides accurate time for the main controller board and also to the sense data. c) External Data Storage (SD card): Is an external data storage that uses to store the sensed data. Since the development board has limited non-volatile memory storage, therefore the design include external memory storage to record large number of data. These prototypes use 2 Gb SD card as external memory for data storage. To access into the SD card, a voltage converter circuit has been developed. It convert 5 V from microcontroller board to 3.3 V use in SD card and vice versa. B. Communication Modules In this project, two types of communication modules have been used. These are XBee wireless module and Bluetooth module. Fig. 8 shows the wireless modules that used in data logger project. Both modules share similar features such as communication protocol, operating voltage and they provide data logger a way to communicate wirelessly. To main board CE I/O SCLK kHz X1 GND X2 V CC1 V CC2 Figure 7. RTC operating circuit. V CC 3V a) XBee Wireless Module: Is the wireless communication module that used for communicating between data logger to PC and also to the mobile portable data logger. The transmission of the XBee module is around 30 m for indoor and 100 m for outdoor. The operating voltage of XBee is 3.3 V, therefore volatge converter circuit has been developed so it can be accessed by main controller. To access into XBee module, UART protocol have been used. The baud rate is set to 9600 and with no parity bit. Since it only use the communication function of XBee, only 4 wires have to connect to XBee module. The description of these 4 pins is shows in Table I. b) Bluetooth Module: Is the wireless communication module that use in communication between mobile portable data logger to Tablet. The transmission range of the module is around 20 m- 30 m which is far enough for the design. Bluetooth BEE wireless module adapts XBee design, which the pinout is compatible with XBee. The operating voltage is same as XBee, voltage converter circuit have been developed so it can be access by main controller board. The communication protocol use in Bluetooth BEE is also the same as XBee, therefore it use the same connection as XBee. IV. HARDWARE DEVELOPMENT After the development of the hardware, simple source code is loaded into the prototypes for hardware verification. The verification scope includes functionality of the development boards, RTC chip and SD card. Simple communication testing has been carried out, there are communication between two XBee modules, the linkage and data transmission between Tablet and development board through Bluetooth BEE. In this Section, software development will be further discussed. It includes the framework of the developed software for main controller board (data logger and mobile portable data logger) and monitoring software (PC and Tablet). A. Data Logger Functionality The data logger is designed to avoid data disruption as the integrity and reliability must be preserved. Fig. 9 shows the basic framework of the data logger. The framework includes the operations of analog-to-digital converter (ADC), data transmission and also data storage into external memory. TABLE I. PIN ASSIGNMENT Symbol Pin Description VIN 1 Power Supply 3.3 V GND 10 Ground DOUT 2 UART Data Out (To Microcontroller) DIN 3 UART Data In (From Microcontroller) Figure 8. Wireless modules /12/$ IEEE 114

5 Start Initialization of Data Logger Retrieve Sensors Value (ADC) Is receiver request data? No Store into External Memory Storage Figure 9. Framework of data logger. In the developed prototype, since few modules are attached to development board, it is important to monitor each module. Time critical modules, such as wireless module provide instant response during the data reception operation. Therefore, it is a must to develop interrupt handle function to avoid data loss when the program is processing other functions. For example, during ADC operation, the operation can be pause so the program can handle interrupt operation from UART. The process continues back to ADC operation after it complete the interrupt operation. RTC module provide real-time to development board, the refreshing rate to obtain real-time from RTC is every 0.25 s interval. After completion of each ADC operation, the output data will be time stamped via directly retrieve from RTC module to acquire accurate time. During the first initialization operation of data logger, a text file will be created to store the sensed data. Fig. 10 shows data log with timestamp recorded in a text file. The format consists of data number, data logger identity (ID), timestamp and data for each channel. Yes Transmit via Wireless Module B. PC End User Application VB has been selected as development platform of PC monitoring software due to its simple to use drag and drop interface. The development of monitoring software starts with the communication between data logger and PC. XBee module will be connected to PC and recognize by PC as serial port. Simple two ways UART communication between XBee is tested using SerialPort class in VB. Fig. 11 shows the PC monitoring software developed by VB. The layout of the monitoring software consists of COM port connection block, control panel block, real-time information graph and data log screen. In the COM port connection block, user can connect to the COM that represents XBee, after the connection is establish which is indicated by the word Online. The data logging process is initiated by pressing the Start button in the control panel. The default sampling rate is 1 s, user can manually change the sampling rate in the control panel. In the real-time information graph at the right hand side of the monitoring software, user can select to view information from each channel. C. Android End User Application Android has been selected as development platform of monitoring software application due to it is open-source and freely available. The development of monitoring software application starts with the communication between mobile portable data logger and Tablet. Communication connection is based on Bluetooth, Tablet built-in Bluetooth and Bluetooth BEE. To provide user a familiar control experience, the design of Android monitoring software is almost same as PC version. Fig. 12 shows the Android application of monitoring software developed by Eclipse. The layout of the monitoring software consists of connection block, control panel block, real-time information graph and data log screen. In the connection block, user can connect to the Bluetooth device that represents mobile portable data logger. Since Bluetooth BEE is used in mobile portable data logger, the default pairing password is After the connection is established, which it is representing by Connected. The data logging process can be initiated by pressing the Start Logging button in the control panel. The control panel provide user to change the data logger settings. The developed Android application also utilizes built-in GPS features to retrieve location coordinate. Figure 10. Data log with timestamp. Figure 11. PC monitoring software /12/$ IEEE 115

6 Figure 12. Android monitoring software. V. CONCLUSION AND FUTURE SCOPE In conclusion, wireless data logger system for real time monitoring has been successfully developed. The developed monitoring software in PC or tablet can view and record realtime information from data logger. In addition, user has authentication to access and change the setting via monitoring software. Data logger with external memory storage can store the sensed data to avoid data lost if the wireless connection is lost. At the time when the receiver is back into communication coverage, the stored data will be transmitted (download) to the receiver. In future, energy consumption of the prototype should be considered. It is a need to develop an energy saving data logger for a longer sensing period. By replacing prototyping integrated circuit with ultra low energy integrated circuit. ACKNOWLEDGMENT The authors would like to acknowledge the financial assistance of the Universiti Malaysia Sabah Research Grant Schemes, grant no. SLB0014-TK-1/2011 and scholarship support by Ministry of Higher Education of Malaysia (MoHE) under MyMaster program. REFERENCES [1] V.I Adamchuka, J.W. Hummelb, M.T. Morganc, S.K. Upadhyayad, "On-the-go soil sensors for precision agriculture," Computer and Electronics in Agriculture, vol. 44, Iss. 1, pp , 2004, doi: dx.doi.org/ /j.compag [2] S. Peets, A. M. Mouazen, K. Blackburn, B. Kuang, and J. Wiebensohn, "Methods and procedures for automatic collection and management of data acquired from on-the-go sensors with application to on-the-go soil sensors," Computers and Electronics in Agriculture, vol. 81, pp , 2012, doi:dx.doi.org/ /j.compag [3] Y.G. Ampatzidisa, M.D. Whitingb, P.A. Scharfa, Q. Zhanga, "Development and evaluation of a novel system for monitoring harvest labor efficiency," Computers and Electonics in Agriculture, vol 88, pp , 2012, doi: dx.doi.org/ /j.compag [4] P. Marino, F.P. Fontan, F. Machado, S. Otero, "Distributed sensors network applied to the rain impairment Study on radiocommunication Systems," IEEE International Conference on Industrial Informatics, pp , 2006, doi: /indin [5] G. Barrenetxea, F. Ingelrest, G. Schaefer, M. Vetterli, O. Couach, M. Parlange, SensorScope: Out-of-the-Box environmental monitoring," International Conference on Information Processing in Sensor Networks, pp , 2008, doi: /ipsn [6] Z.W. Siew, A. Kiring, H.T. Yew, P. Neelakantan and K.T.K. Teo, Energy efficient clustering algorithm in wireless sensor networks using Fuzzy Logic control, Proc IEEE Colloquium on Humanities, Science and Engineering Research, pp , 2011, doi: /chuser [7] Z.W. Siew, C.H. Wong, C.S. Chin, A. Kiring, K.T.K. Teo, Cluster heads distribution of wireless sensor networks via adaptive Particle Swarm Optimization, Proc. 4th International Conference on Computational Intelligence, Communication Systems and Networks, pp , 2012, doi: /CICSyN [8] C.H. Wong, Z.W. Siew, M.K. Tan, R.K.Y. Chin, K.T.K. Teo, Optimization of distributed and collaborative beamforming in wireless sensor networks, Proc. 4th International Conference on Computational Intelligence, Communication Systems and Networks, pp , 2012, doi: /CICSyN [9] R. Grgurina, G. Brestovac, and T.G. Grbac, "Development environment for Android application development: an experience report," Proc. of the 34th International Convention, pp , /12/$ IEEE 116

Development of a Wireless Device Control Based Mobile Robot Navigation System

Development of a Wireless Device Control Based Mobile Robot Navigation System Development of a Wireless Device Control Based Mobile Robot Navigation System Phey Sia Kwek, Zhan Wei Siew, Chen How Wong, Bih Lii Chua, Kenneth Tze Kin Teo Modelling, Simulation & Computing Laboratory,

More information

Smart Phone Interfacing with ARM

Smart Phone Interfacing with ARM Research Paper Volume 2 Issue 8 April 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 Smart Phone Interfacing with ARM Paper ID IJIFR/ V2/ E8/ 103 Page No. 2898-2903

More information

Network Coding Based Packets Queue Operation for Wireless Ad Hoc Networks

Network Coding Based Packets Queue Operation for Wireless Ad Hoc Networks Network Coding Based Packets Queue Operation for Wireless Ad Hoc Networks Shee Eng Tan, Zhan Wei Siew, Khairul Anuar Mohamad, Ismail Saad, Kenneth Tze Kin Teo Modelling, Simulation & Computing Laboratory,

More information

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Xi Wang 1 and Hui Gao 2 1 Heilongjiang Bayi Agricultural Reclamation University, Daqing 163319, China 2 Lanzhou Jiaotong

More information

The intelligent weather station system based on Arduino

The intelligent weather station system based on Arduino Advances in Engineering Research (AER), volume 82 2016 International Conference on Engineering and Advanced Technology (ICEAT-16) The intelligent weather station system based on Arduino Jing-Xin GAO& Hao

More information

Portable Refreshable Braille Display

Portable Refreshable Braille Display Portable Refreshable Braille Display Wang, Rajarshi Roy Introduction Title: Portable Refreshable Braille Display Current commercially available electronic Braille readers (aka refreshable Braille displays

More information

MAKEVMA301 DS1302 REAL-TIME CLOCK MODULE USER MANUAL

MAKEVMA301 DS1302 REAL-TIME CLOCK MODULE USER MANUAL DS1302 REAL-TIME CLOCK MODULE USER MANUAL USER MANUAL 1. Introduction To all residents of the European Union Important environmental information about this product This symbol on the device or the package

More information

BILLING AND CONTROLLING OF INDIVIDUAL LOADS OF A COMPOSITE SYSTEM USING SIMPLE ANDROID APPLICATION

BILLING AND CONTROLLING OF INDIVIDUAL LOADS OF A COMPOSITE SYSTEM USING SIMPLE ANDROID APPLICATION BILLING AND CONTROLLING OF INDIVIDUAL LOADS OF A COMPOSITE SYSTEM USING SIMPLE ANDROID APPLICATION K.RAJASEKHARA REDDY, H.O.D, SREC, NANDYAL 13X51A0228, 13X51A0210, 13X51A0233 P.PUNARVI, I.DHANASREE, M.SAICHARITHA

More information

Performance Analysis of Enhanced Genetic Algorithm based Network Coding in Wireless Networks

Performance Analysis of Enhanced Genetic Algorithm based Network Coding in Wireless Networks 2014 8th Asia Modelling Symposium Performance Analysis of Enhanced Genetic Algorithm based Network Coding in Wireless Networks Kenneth Tze Kin Teo, Renee Ka in Chin, Shee Eng Tan, Chun Hoe Lee, Kit Guan

More information

A Zigbee Based Wireless Datalogging System

A Zigbee Based Wireless Datalogging System International Journal of Scientific & Engineering Research Volume 3, Issue 9, September-2012 1 A Zigbee Based Wireless Datalogging System Author: Arun Kumar Abstract This paper is designed using embedded

More information

More on the 9S12 SPI Using the Dallas Semiconductor DS1302 Real Time Clock with the 9S12 SPI

More on the 9S12 SPI Using the Dallas Semiconductor DS1302 Real Time Clock with the 9S12 SPI More on the 9S12 SPI Using the Dallas Semiconductor DS1302 Real Time Clock with the 9S12 SPI Using the 9S12 SPI The SPI has a data register (SPIDR) and a shift register. To write data to the SPI, you write

More information

Queue Management for Network Coding in Ad Hoc Networks

Queue Management for Network Coding in Ad Hoc Networks 2012 Third International Conference on Intelligent Systems Modelling and Simulation Queue Management for Network Coding in Ad Hoc Networks S.E. Tan H.T. Yew M.S. Arifianto I. Saad K.T.K. Teo Modelling,

More information

Microcontroller Based Data Acquisition System

Microcontroller Based Data Acquisition System Microcontroller Based Data Acquisition System Sayantan Dutta Department of Applied Electronics and Instrumentation Engineering, University Institute of Technology, Burdwan University Rishabh Das Department

More information

DATA LOGGER SYSTEM. DMGOI, Kagal, Maharashtra, India

DATA LOGGER SYSTEM. DMGOI, Kagal, Maharashtra, India DATA LOGGER SYSTEM Komal. V. Gurav 1, Pabina.S.Naikawadi 2, Kiran.R.Patil 3, Asst.Prof.S.S.Patil 4 123 Student, 4 Assistant Professor, Department of Electronics & Telecommunication Engineering, DMGOI,

More information

A Wireless Network with Adaptive Modulation and Network Coding in Intelligent Transportation Systems

A Wireless Network with Adaptive Modulation and Network Coding in Intelligent Transportation Systems 2012 UKSim-AMSS 6th European Modelling Symposium A Wireless Network with Adaptive Modulation and Network Coding in Intelligent Transportation Systems Scott Carr Ken Lye, Zhan Wei Siew, Shee Eng Tan, Chen

More information

Indoor Positioning System using Bluetooth

Indoor Positioning System using Bluetooth From the SelectedWorks of Innovative Research Publications IRP India Summer May 1, 2015 Indoor Positioning System using Bluetooth Innovative Research Publications, IRP India, Innovative Research Publications

More information

Universal Data Logger System for Environmental Monitoring Applications

Universal Data Logger System for Environmental Monitoring Applications Indonesian Journal of Electrical Engineering and Informatics (IJEEI) Vol. 5, No. 2, June 2017, pp. 131~136 ISSN: 2089-3272, DOI: 10.11591/ijeei.v5i2.289 131 Universal Data Logger System for Environmental

More information

SBD WARRIOR DATA SHEET

SBD WARRIOR DATA SHEET SBD WARRIOR DATA SHEET www.satelligent.ca v1.3 Features Controller for Iridium 9603 SBD transceiver 48 channel SiRFstarIV chipset based GPS Serial interface for 3rd party equipment or PC control Wide supply

More information

[Hatwar, 3(3): March, 2014] ISSN: Impact Factor: 1.852

[Hatwar, 3(3): March, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A Review on Wireless Oscilloscope Powered by Android Bhagyashree D.Hatwar *1, Prof.A.C.Wan 2 *1,2 S.S.B.T, Bambhori, Jalgaon,

More information

Energy-Efficient Cluster Formation Techniques: A Survey

Energy-Efficient Cluster Formation Techniques: A Survey Energy-Efficient Cluster Formation Techniques: A Survey Jigisha Patel 1, Achyut Sakadasariya 2 P.G. Student, Dept. of Computer Engineering, C.G.P.I.T, Uka Tarasadia University, Bardoli, Gujarat, India

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

Design & Implementation of Smart Energy Meter for the Smart Grid

Design & Implementation of Smart Energy Meter for the Smart Grid This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at: https://www.ijarbest.com/ Design & Implementation of Smart Energy Meter for the Smart Grid

More information

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 06-10 A Low-Cost Energy Management System That Compares Power Consumption of Electronic

More information

Wireless Control and transmission of Data for underwater Robot

Wireless Control and transmission of Data for underwater Robot IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 12 May 2016 ISSN (online): 2349-6010 Wireless Control and transmission of Data for underwater Robot D. S. Vidhya

More information

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011 WiSnap M2 Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (RN-174-C), PCB Trace antenna (RN-174-P), wire antenna (RN- 174-W) and

More information

DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION

DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION DATA LOGGER APPLICATION DEVELOPMENT USING MICROCONTROLLER ATMEGA 128 FOR A WEB-BASED GPRS COMMUNICATION Devi Munandar 1, Oka Mahendra 1, Djohar Syamsi 1 1 Research Center for Informatics, Indonesian Institute

More information

EE 308 Spring Using the 9S12 SPI

EE 308 Spring Using the 9S12 SPI Using the 9S12 SPI The SPI has a data register (SPIDR) and a shift register. To write data to the SPI, you write to the SPIDR data register. The 9S12 automatically transfers the data to the shift register

More information

Self Power Temperature and Humidity Data Logger

Self Power Temperature and Humidity Data Logger Self Power Temperature and Humidity Data Logger Sharifah Saon, Tay Chee Boon, Abd Kadir Mahamad Faculty of Electrical and Electronic Engineering Universiti Tun Hussein Onn Malaysia 86400, Parit Raja, Batu

More information

RAIN GAUGE TIPPING BUCKET TYPE

RAIN GAUGE TIPPING BUCKET TYPE 30.006 RAIN GAUGE TIPPING BUCKET TYPE Approval Date: 10.05.2010 Version: 2 Purpose The tipping bucket will typically be deployed in remote areas where frequent site visits are not feasible. Conditions

More information

Design of Temperature and Humidity Data Acquisition System. Based on ARM

Design of Temperature and Humidity Data Acquisition System. Based on ARM 2017 International Conference on Computational Science and Engineering (ICCSE 2017) Design of Temperature and Humidity Data Acquisition System Based on ARM Pei-xue Liu 1, a, Yu-jie Chen 1, b, Bao-hua Jiang

More information

Automatic Environmental Monitoring System using Wireless Sensor Network

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

More information

DS1305EN. Serial Alarm Real-Time Clock

DS1305EN. Serial Alarm Real-Time Clock Serial Alarm Real-Time Clock www.maxim-ic.com FEATURES Real-time clock (RTC) counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap-year compensation valid up to

More information

IP68. Autarkic Data Loggers - MT-051 / MT-713 / MT-723

IP68. Autarkic Data Loggers - MT-051 / MT-713 / MT-723 Autarkic Data Loggers - MT-051 / MT-713 / MT-723 Use in the most demanding environments These data loggers are designed for use in difficult to reach and widely distributed locations. In places where neither

More information

A platform to build smart solutions for everyday ease

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

More information

DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE

DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE Mr. Ravindrra Deshmukkh 1, Dr. Pankaj Agrawal 2 1,2 Electronics Engineering, B. D. College Of Engg., (India) ABSTRACT The design of ARM based wireless Calorimeter

More information

Quick Start Guide. Data Logger TrueLog100

Quick Start Guide. Data Logger TrueLog100 Quick Start Guide Data Logger TrueLog100 Antenna Port 3 Port 4 1 1 1 1 Port 1 1 Port 2 RSSI PC Measure SIM + Battery + Solar Power Supply Figure 1: Top view of the data logger TrueLog100. All ports and

More information

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE Int. J. Elec&Electr.Eng&Telecoms. 2013 Pushkar Singh et al., 2013 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 2, No. 3, July 2013 2013 IJEETC. All Rights Reserved INTELLIGENT APPLIANCE CONTROL SYSTEM

More information

Design And Implementation Of Ordering System For Restaurants

Design And Implementation Of Ordering System For Restaurants Design And Implementation Of Ordering System For Restaurants V. Swapna (A), M. Firdouse Ali Khan (B) (a) Department of ECE, ATRI, Parvathapur, Hyderabad. (b) Snr.Asst.Professor, Department of ECE, ATRI,

More information

Bluetooth Based Home Automation Using Arduino and Android Application

Bluetooth Based Home Automation Using Arduino and Android Application Bluetooth Based Home Automation Using Arduino and Android Application J. Kavitha 1, O. Naveen 2, P. Manoj Kumar 3, K. Subba Rao 4 1, 2,3, 4 Department of Electronics and Communication Engineering, St.

More information

ARDUINO YÚN Code: A000008

ARDUINO YÚN Code: A000008 ARDUINO YÚN Code: A000008 Arduino YÚN is the perfect board to use when designing connected devices and, more in general, Internet of Things projects. It combines the power of Linux with the ease of use

More information

RN-174 WiFly Super Module

RN-174 WiFly Super Module RN- WiFly Super Module Features Evaluation board for the RN- module Supports chip antenna (RN--C), PCB trace antenna (RN--P), wire antenna (RN--W), and U.FL connector for an external antenna (RN--U) Ultra-low

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 4/20/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 4/20/2011 www.rovingnetworks.com rn-174-ds v1.1 4/20/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

DS1306. Serial Alarm Real Time Clock (RTC)

DS1306. Serial Alarm Real Time Clock (RTC) www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid up to 2100 96-byte nonvolatile RAM for data

More information

ARDUINO BOARD LINE UP

ARDUINO BOARD LINE UP Technical Specifications Pinout Diagrams Technical Comparison Board Name Processor Operating/Input Voltage CPU Speed Analog In/Out Digital IO/PWM USB UART 101 Intel Curie 3.3 V/ 7-12V 32MHz 6/0 14/4 Regular

More information

Tracking Misplaced Objects Using Bluetooth and GPS with Arm Cortex M3 Development Board * 1 D. Aswani, 2 P. Chandramouli, 1, 2

Tracking Misplaced Objects Using Bluetooth and GPS with Arm Cortex M3 Development Board * 1 D. Aswani, 2 P. Chandramouli, 1, 2 DOI 10.29042/2018-2664-2668 Helix Vol. 8(1): 2664-2668 Tracking Misplaced Objects Using Bluetooth and GPS with Arm Cortex M3 Development Board * 1 D. Aswani, 2 P. Chandramouli, 1, 2 ECE Department, SVEW,

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 3/3/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 3/3/2011 www.rovingnetworks.com rn-174-ds v1.1 3/3/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

RN-171-EK Evaluation Board

RN-171-EK Evaluation Board RN -17 1-E K-DS RN-171-EK Evaluation Board Features Ultra-low power: 4-uA sleep, 40-mA Rx, 180-mA Tx at 10 dbm Configurable transmit power: 0 to +12 dbm UART hardware interfaces and SPI slave Up to 1 Mbps

More information

Module 003: Introduction to the Arduino/RedBoard

Module 003: Introduction to the Arduino/RedBoard Name/NetID: Points: /5 Module 003: Introduction to the Arduino/RedBoard Module Outline In this module you will be introduced to the microcontroller board included in your kit. You bought either An Arduino

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

Microcontroller. BV523 32bit Microcontroller. Product specification. Jun 2011 V0.a. ByVac Page 1 of 8

Microcontroller. BV523 32bit Microcontroller. Product specification. Jun 2011 V0.a. ByVac Page 1 of 8 32bit Product specification Jun 2011 V0.a ByVac Page 1 of 8 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. PIC32...3 3.2. USB Interface...3 3.3. Power Supply...4 3.4. Power

More information

Design and implementation of fingerprint based bank locker system using ARM7 and GSM

Design and implementation of fingerprint based bank locker system using ARM7 and GSM Design and implementation of fingerprint based bank locker system using ARM7 and GSM Pooja Ausekar 1, Shraddha Kshirsagar 2, Puja Lawate 3, Prof. Mr. Sujit A. Inamdar 4 1,2,3 Student, Department of electronics

More information

Design Document. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Design Document. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Design Document May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai David Hoffman Advisor : Collin Christy Client: Garmin International Qiaoya Cui 0 Table of Contents EXECUTIVE

More information

DS1305EN. Serial Alarm Real-Time Clock

DS1305EN. Serial Alarm Real-Time Clock Serial Alarm Real-Time Clock www.maxim-ic.com FEATURES Real-time clock (RTC) counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap-year compensation valid up to

More information

STEM Solutions. Wireless, compact data logger for every science, with more than 10 built-in sensors. Clear the clutter with a single device.

STEM Solutions. Wireless, compact data logger for every science, with more than 10 built-in sensors. Clear the clutter with a single device. STEM Solutions Labdisc All-in-one, complete lab in the palm of your hand Inquiry-based learning was never so easy! Next generation wireless technology Automatic for indoor and outdoor science Ever ready

More information

GRYF. Measuring Instruments. measuring electrochemical and physical values. monitoring the environment. controlling technological processes

GRYF. Measuring Instruments. measuring electrochemical and physical values. monitoring the environment. controlling technological processes measuring electrochemical and physical values monitoring the environment controlling technological processes www.gryf.cz HB, spol. s r. o.,cechova 314, 580 01 Havlickuv Brod, CZ, Tel.: +420 569 425 024

More information

Design of Intelligent System for Watering Flowers Based on IOT

Design of Intelligent System for Watering Flowers Based on IOT 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 2015) Design of Intelligent System for Watering Flowers Based on IOT Hong-Jun GU a, Shi-Dong Zhu, Yan-Fen

More information

If It s Electronic, It Needs a Clock

If It s Electronic, It Needs a Clock REAL-TIME CLOCKS MIXED-SIGNAL DESIGN GUIDE Data Sheets Application Notes Free Samples If It s Electronic, It Needs a Clock 8th EDITION No matter what you design, you need your system to accurately keep

More information

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual Page 1/20 EEL 4924 Electrical Engineering Design Final Report 3 August 2009 Project Ehrgeiz Team Name: XeroDual Reinier Santos yayan26@ufl.edu Project Abstract: This project aims to design a human interface

More information

Let s first take a look at power consumption and its relationship to voltage and frequency. The equation for power consumption of the MCU as it

Let s first take a look at power consumption and its relationship to voltage and frequency. The equation for power consumption of the MCU as it 1 The C8051F91x/0x product family is designed to dramatically increase battery lifetime which is the number one requirement for most battery powered applications. The C8051F91x has the industry s lowest

More information

Evaluation Board User Guide UG-047

Evaluation Board User Guide UG-047 Evaluation Board User Guide UG-047 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Evaluating the ADT7310/ADT7410 Temperature Sensors

More information

Design and Implementation of WLAN Based ZigBee for Personal Identification

Design and Implementation of WLAN Based ZigBee for Personal Identification DOI: http://dx.doi.org/10.30684/etj.36.8a.12 Mahmood F. Mosleh Electrical Enginee ring, Technic al Colleg e, Baghd ad, Iraq. drmahm o odfa rh an@ gm ail.c om Zahraa I. Saber Electrical Enginee ring, Technic

More information

Propeller Board of Education (#32900)

Propeller Board of Education (#32900) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e*

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e* Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1076-1080 doi:10.4028/www.scientific.net/amr.971-973.1076 2014 Trans Tech Publications, Switzerland AN WIRELESS COLLECTION

More information

EVE2 BLE Datasheet. The EVE Platform features standardized IO, common OS and drivers and ultra-low power consumption.

EVE2 BLE Datasheet. The EVE Platform features standardized IO, common OS and drivers and ultra-low power consumption. Datasheet Main features Software Micro-kernel with scheduling, power and clock management Contiki OS Tickless design Drivers for peripherals Bluetooth 4.1 compliant low energy singlemode protocol stack

More information

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems MT2 Introduction Embedded Systems MT2.1 Mechatronic systems Mechatronics is the synergistic integration of mechanical engineering, with electronics and intelligent computer control in the design and manufacturing

More information

A Micropower, 2-channel, ksps, Serial-Output 12-bit SAR ADC

A Micropower, 2-channel, ksps, Serial-Output 12-bit SAR ADC A Micropower, 2-channel, 187.5-ksps, Serial-Output 12-bit SAR ADC FEATURES Quick and easy Interface to computer for evaluation via Touchstone Viperboard and USB cable Input BNC connection On-board +3.3V

More information

A Wireless Process Monitoring And Control System With Zigbee

A Wireless Process Monitoring And Control System With Zigbee American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-2, pp-177-183 www.ajer.org Research Paper Open Access A Wireless Process Monitoring And Control System

More information

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard

The Diabetic Breathalyzer. Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard The Diabetic Breathalyzer Group 13 Jon Brown Christine Sleppy Noah Spenser Edert Geffrard EE EE EE EE Project Motivation 29.1 million Americans have diabetes Proper management of this disease requires

More information

Network Embedded Systems Sensor Networks Fall Hardware. Marcus Chang,

Network Embedded Systems Sensor Networks Fall Hardware. Marcus Chang, Network Embedded Systems Sensor Networks Fall 2013 Hardware Marcus Chang, mchang@cs.jhu.edu 1 Embedded Systems Designed to do one or a few dedicated and/or specific functions Embedded as part of a complete

More information

Bluetooth Embedded Inertial Measurement Unit for Real-Time Data Collection for Gait Analysis

Bluetooth Embedded Inertial Measurement Unit for Real-Time Data Collection for Gait Analysis Bluetooth Embedded Inertial Measurement Unit for Real-Time Data Collection for Gait Analysis Ravi Chandrasiri Sri Lanka Institute of Information Technology Colombo, Sri Lanka ravi.chandrasiri@gmail.com

More information

VMA301 DS1302 REAL-TIME CLOCK MODULE USER MANUAL

VMA301 DS1302 REAL-TIME CLOCK MODULE USER MANUAL DS1302 REAL-TIME CLOCK MODULE USER MANUAL USER MANUAL 1. Introduction To all residents of the European Union Important environmental information about this product This symbol on the device or the package

More information

Slave Embedded Serial Bluetooth board Features and Benefits

Slave Embedded Serial Bluetooth board Features and Benefits ZX-BLUETOOTH : Slave Embedded Serial Bluetooth board 1 ZX-BLUETOOTH Slave Embedded Serial Bluetooth board Features and Benefits Simple serial UART communications and control Seamless connectivity with

More information

The TRSUN is the complete solution for the remote monitoring of photovoltaic plants.

The TRSUN is the complete solution for the remote monitoring of photovoltaic plants. The TRSUN is the complete solution for the remote monitoring of photovoltaic plants. Monitoring of inverters and string combiner boxes (up to 64 devices); Complete configuration of the monitoring system

More information

Software Engineering for Wireless Sensor Networks A Case Study

Software Engineering for Wireless Sensor Networks A Case Study Software Engineering for Wireless Sensor Networks A Case Study Rachel Cardell-Oliver Joint work with Mark Kranz, Keith Smettem, Anna Parsons, David Glance (UWA), Kevin Mayer (ANU) http://www.csse.uwa.edu.au/adhocnets/wsngroup/soil-water-proj/

More information

Keywords: Distributed Controlled System (DCS), Hardware, Visual Basic Software, Power Distribution.

Keywords: Distributed Controlled System (DCS), Hardware, Visual Basic Software, Power Distribution. www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.10 May-2014, Pages:2291-2295 Networking between Server and for DCS based Power Distribution using C#.Net Programming YIN YIN WINN 1, ZAW MIN

More information

MODULAR CIRCUIT MONITORING SYSTEM

MODULAR CIRCUIT MONITORING SYSTEM MODULAR CIRCUIT MONITORING SYSTEM Contact Anord Mardix (USA) Inc. 3930 Technology Court Sandston, VA 23150 Email: us.sales@anordmardix.com Call: +1 800 228 4689 www.linkedin.com/company/anordmardix www.twitter.com/anordmardix

More information

TSM1 Infrared Data Logger

TSM1 Infrared Data Logger The TSM1 Temperature Sensor Meter is a stand-alone logging instruments for the measurement of leaf, canopy, soil or surface temperature. The TSM can support up to 5 Apogee Instruments or Everest Interscience

More information

BV4208. I2C-RTC & Temp. Sensor. Product specification. November 2008 V0.a. ByVac Page 1 of 5

BV4208. I2C-RTC & Temp. Sensor. Product specification. November 2008 V0.a. ByVac Page 1 of 5 BV4208 Product specification November 2008 V0.a ByVac Page 1 of 5 Contents 1. Introduction...3 2. Features RTC...3 3. Features Temp. Sens...3 4. Electrical Specification...3 5. Circuit Diagram...3 6. Data

More information

WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti

WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti WHY APPLICATIONS ARE STILL DRAINING OUR BATTERIES and how we can help. Aaron Schulman & Sachin Katti We cannot rely on improvements in battery technology In past 30 years: only 4x improvement in energy

More information

IMS AMS 111 II. Automatic Weather Station. Easy and reliable weather monitoring anywhere

IMS AMS 111 II. Automatic Weather Station. Easy and reliable weather monitoring anywhere IMS II Automatic Weather Station Easy and reliable weather monitoring anywhere IMS Automatic Weather Station FEATURES: Synoptic Observation Climatological Observation Environmental Monitoring Radiation

More information

RTC Interface 89C51 DS M. Krishna Kumar MAM/M7/LU17/V1/ Vcc VCC 5 SDA P1.0 6 SCL P KHz 3 BAT 3.

RTC Interface 89C51 DS M. Krishna Kumar MAM/M7/LU17/V1/ Vcc VCC 5 SDA P1.0 6 SCL P KHz 3 BAT 3. RTC Interface 89C51 Vcc P1.0 10k 10k 5 SDA DS 1307 8 VCC P1.1 6 SCL X1 1 + 3 BAT X2 2 32.768KHz - 3.6V 4 GND INTB\SQW 7 M. Krishna Kumar MAM/M7/LU17/V1/2004 1 RTC Interface contd. DS 1307 is a real time

More information

Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration

Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration This is the circuit diagram water level controller using microcontroller Free diagram for water level controller

More information

RF4431 wireless transceiver module

RF4431 wireless transceiver module RF4431 wireless transceiver module 1. Description RF4431 adopts Silicon Labs Si4431 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity (-121 dbm)

More information

HYDRA-X10. Power Application Controllers TM. PAC HYDRA-X User s Guide. Copyright 2014 Active-Semi, Inc.

HYDRA-X10. Power Application Controllers TM. PAC HYDRA-X User s Guide.   Copyright 2014 Active-Semi, Inc. HYDRA-X10 Power Application Controllers TM PAC5210 - HYDRA-X User s Guide www.active-semi.com Copyright 2014 Active-Semi, Inc. CONTENTS Contents...2 Overview...3 HYDRA-X10 Body Resources...5 Header Descriptions...5

More information

For easy-to-use loggers, look no further! Connect to a tablet, smartphone, or PC for easy, wireless data collection

For easy-to-use loggers, look no further! Connect to a tablet, smartphone, or PC for easy, wireless data collection WIRELESS MINI LOGGER LR8512, LR8513, LR8514, LR8515, LR8520 For easy-to-use loggers, look no further! Connect to a tablet, smartphone, or PC for easy, wireless data collection Please see www.hioki.com

More information

WIFI ENABLED SMART ROBOT

WIFI ENABLED SMART ROBOT WIFI ENABLED SMART ROBOT Shashank U Moro School of Mechanical and Building Science, VIT University, Vellore-632014, TamilNadu, India moroshash@gmail.com; +91-9597428287 Abstract: The field of robotics

More information

ARDUINO LEONARDO ETH Code: A000022

ARDUINO LEONARDO ETH Code: A000022 ARDUINO LEONARDO ETH Code: A000022 All the fun of a Leonardo, plus an Ethernet port to extend your project to the IoT world. You can control sensors and actuators via the internet as a client or server.

More information

DS1306 Serial Alarm Real-Time Clock

DS1306 Serial Alarm Real-Time Clock Serial Alarm Real-Time Clock www.maxim-ic.com FEATURES Real-Time Clock (RTC) Counts Seconds, Minutes, Hours, Date of the Month, Month, Day of the Week, and Year with Leap-Year Compensation Valid Up to

More information

Standard protocol support (e.g. MODBUS, SNMP, M-Bus), possibility to install dedicated user protocols

Standard protocol support (e.g. MODBUS, SNMP, M-Bus), possibility to install dedicated user protocols NPE9500 Programmable Programowalny automation kontroler automatyki controller (PAC) is the newest series of industrial computers which you can easily adapt to your needs by choosing from the available

More information

ATL20 ATL30 Automatic transfer switch controller

ATL20 ATL30 Automatic transfer switch controller I 194 GB 07 07 ATL20 ATL30 Automatic transfer switch controller REMOTE CONTROL SOFTWARE MANUAL Summary Introduction... 2 Minimum resources of the PC... 2 Installation... 2 Activation of the PC-ATL connection...

More information

GE-INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH VOLUME -3, ISSUE -5 (May 2015) IF ISSN: ( )

GE-INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH VOLUME -3, ISSUE -5 (May 2015) IF ISSN: ( ) DESIGN AND IMPLEMENTATION OF MICROCONTROLLER BASED SPEED DATA LOGGER Kriti Jain *, Prem Chand #, Saad Shamsi #, Dimple Taneja #, Rahul Yadav #, Sanjeev Yadav # *Assistant Professor, ECE Department, Amity

More information

GWBMA0x Bluetooth Audio module

GWBMA0x Bluetooth Audio module GWBMA0x Bluetooth Audio module Data sheet version 0.9 draft GWBMA0X DATASHEET 0.9 GIGAWIT 1 Introduction GWBMA1X is a high performance Bluetooth audio module, It provides various type of wireless audio

More information

Microcontroller-Based Solar Data Logger System using Proteus Virtual System Modeller

Microcontroller-Based Solar Data Logger System using Proteus Virtual System Modeller 0 st International Conference on Future Trends in Computing and Communication Technologies Microcontroller-Based Solar Data Logger System using Proteus Virtual System Modeller Nurhakimah M.Mukhtar School

More information

PAC5523EVK1. Power Application Controllers. PAC5523EVK1 User s Guide. Copyright 2017 Active-Semi, Inc.

PAC5523EVK1. Power Application Controllers. PAC5523EVK1 User s Guide.   Copyright 2017 Active-Semi, Inc. PAC5523EVK1 Power Application Controllers PAC5523EVK1 User s Guide www.active-semi.com Copyright 2017 Active-Semi, Inc. CONTENTS Contents...2 Overview...3 PAC5523EVK1 Resources...5 Pinout and Signal Connectivity...5

More information

Wireless Communication Using Zigbee Module and Aurdino

Wireless Communication Using Zigbee Module and Aurdino International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 6 Issue 4 Ver. I ǁ 2018 ǁ PP. 66-70 Wireless Communication Using Zigbee Module

More information

Microcontrollers for Ham Radio

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

More information

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

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

More information

AANDERAA. DATALOGGERS 3634 and 3660

AANDERAA. DATALOGGERS 3634 and 3660 DATALOGGERS 4 and 0 A rugged unit for reading standard Aanderaa sensors and for displaying, storing and transmitting the data in engineering units. Datalogger 4, channels Datalogger 0, 18 channels DATA

More information

TSM - Temperature Sensor Meter

TSM - Temperature Sensor Meter TSM - Temperature Sensor Meter Product Overview The Temperature Sensor Meter (TSM) and Thermistor Sensor Meter (TRM) are stand-alone logging instruments for the measurement of air, soil, solution, leaf,

More information

Sender Receiver Sender

Sender Receiver Sender EEE 410 Microprocessors I Spring 04/05 Lecture Notes # 19 Outline of the Lecture Interfacing the Serial Port Basics of Serial Communication Asynchronous Data Communication and Data Framing RS232 and other

More information