ECE Fall 2016

Size: px
Start display at page:

Download "ECE Fall 2016"

Transcription

1 ECE Fall 2016 Team 1714: Smartwatch-like Device and Apps for Continuous Glucose Monitoring Evan Brown - Electrical Engineering Magda Kaczynska - Electrical Engineering Brian Marquis - Electrical and Computer Engineering Ahmed Sugulleh - Electrical Engineering Advisor: John Chandy Biorasis Michail Kastellorizios michail@bio-orasis.com

2 Introduction The Smartwatch-like Device and Apps for Continuous Glucose Monitoring project is sponsored by Biorasis, located in Storrs, Connecticut. The company is developing a wireless, needle-implantable biosensor, which ultimately will be used for real-time, continuous glucose monitoring. The size of the device is 0.5mm x 0.5mm x5mm and is comparable to a grain of rice, as seen in Figure 1. The purpose of the device is to help patients with diabetes management, by allowing individuals to monitor their glucose level at any time, and respond with treatment when needed. Biorasis wants to develop a user-friendly smartwatch-like device to interface with the biosensor. The device will communicate with the sensor through the patient s skin, sending commands to the sensor and receiving data optically. The user should be able to adjust the settings of the smartwatch such as the frequency of glucose readings. This device should be capable of storing glucose data points, exporting said data when prompted, and plotting glucose levels over time. The smartwatch must be compatible with Biorasis s biosensor and might also collect and display additional user information such as the patient s temperature and hydration level. Similarly, Biorasis needs a bench testing configuration with the at least the same functionality and capabilities as the smartwatch-like device. The test bench configuration should be easily modifiable to allow testing on multiple sensors simultaneously. In addition, the device needs to communicate with an external computer to process the data and possibly interface with an insulin pump to maintain a steady glucose level automatically. Figure 1: An image of Biorasis s glucose sensing device to illustrate its size.

3 Background As shown below in Figure 2, the glucose sensing device that Biorasis has developed is comprised of four major components: the photovoltaic cell, the CMOS circuitry, the glucose sensor, and the infrared LED. Figure 2: This diagram outlines the interaction between the desired smartwatch device and the glucose sensing module. The smartwatch will provide power to the glucose sensing device when a measurement is to be taken by shining light upon the photovoltaic cell using an LED array. When powered, the device is able to output a frequency-modulated infrared signal through its LED based on the level of glucose in the user s bloodstream. The smartwatch is the responsible for capturing the IR signal and measuring its frequency which can be used to determine the glucose level of the bloodstream. Biorasis has laid out some basic requirements for this project which must be fulfilled. For instance, the design must be able to measure the signal frequency and also analyze/process that same input. In addition, the smartwatch must have some form of wireless communication capability so that it may send data to a computer to eventually interface with an insulin pump. The final design must also be an appropriate size and weight for a smartwatch. Finally, Biorasis has already developed the LED array and IR sensor modules needed for the design. Therefore, the smartwatch needs to be compatible with those existing components. To improve the design process, some soft constraints were imposed on the project. For example, the design should be rechargeable and optimize battery-life as much as possible. Finally, since Biorasis has not given a definite development or per unit cost specifications, the budget goal will thus be to keep the cost below $1000.

4 Solutions: I: Modification A potential design option would be to modify an existing smartwatch to satisfy the project requirements. However, after some research, it was found that this would not be a feasible option for several reasons. First, the cost of an individual retail smartwatch can range from $250 to $500 which could easily consume much of the self-imposed budget. In addition, the design needs to interface with the LED array and IR sensor modules that Biorasis has already developed. Integrating such elements with these retail smartwatches would not be feasible; the chassis would need to be replaced entirely. Furthermore, existing smartwatches are not designed or meant to be programmed. Therefore, it would be extremely difficult or even impossible to try to load upload code to the microprocessor. As a result, it was decided that modifying an existing smartwatch would not be practical and it would be better to use a custom embedded system instead. II: Custom Embedded System Instead, a custom embedded system will be designed in order to fulfill the design requirements. That is, the system must be able to measure a signal s frequency, drive a display, transmit data to a computer, and log information. To better understand the needs of this design, some early prototyping was done with an Arduino Mega and an Adafruit LCD screen. Figure 3: This picture shows the early prototyping done with an Arduino Mega and the Adafruit screen. This process outlined the importance of having an available graphics library to help expedite the design. Furthermore, this exercise helped to highlight some of the intricacies of measuring a signal s frequency while trying to perform other tasks simultaneously on a single microcontroller. That is, for the most accurate frequency measurements with a typical scheme where one counts

5 the number of rising edges in an allotted time period, it would be best to have the smallest time increment possible. However, such a routine essentially always occupies the microcontroller so other processes would never get a chance to execute. Therefore, some research and testing will need to be performed to find an adequately accurate frequency calculation algorithm in which the other desired processes can also run. Figure 4: This high-level block diagram shows the different major modules of the proposed smartwatch design and how they interact with each other. Microcontroller Selection In order to select the proper microcontroller for this design, some preliminary filtering was performed to find the components with the necessary features. For instance, in order to interface efficiently with most display modules, SPI (Serial Peripheral Interface) is used. Thus, only microcontrollers with SPI capability were considered. In addition, to interface with some temperature sensors and RTC (Real Time Clock) modules I2C, or Two-Wire Interface, is necessary. Likewise, UART/USART (Universal Asynchronous Receiver Transmitter/ Universal Synchronous-Asynchronous Receiver Transmitter) was needed in order to interface with some serial wireless communication protocols such as Bluetooth. Since measuring the battery state of charge would be a desired feature, ADC (Analog to Digital Conversion) was important. For the input voltage to the device, 3.3 volts maintains a proper balance between performance, size, and power. That is, although lower voltage chips are available, one cannot clock them as quickly with a lower input voltage. Also, higher voltage batteries would be larger in physical size and, thus, not appropriate for a watch device. Finally, since board space is likely to be a major constraint in this design, a small device surface-mount package of 32-TQFP was selected. This chip is often 7mm x 7mm in size and can be soldered by hand.

6 After narrowing the field down to only microcontrollers which have the aforementioned capabilities, the selection was made on the basis of several optional features which distinguished devices from one another. For example, a major consideration was the clock speed at 3.3 volts; higher clock speeds can help improve the frequency and, therefore, glucose measurement accuracy. In addition, in the interest of maximizing battery life, a device which pulls the less current would be more desirable. Finally, some of the physical memory specifications were compared to see which components had more RAM, program memory space, and even EEPROM (Electronically Erasable Programmable Read-Only Memory). Accounting for all of these factors, the ATMEGA8A was chosen because it was the only remaining microcontroller which could be clocked at 16MHz with an input voltage of 3.3 volts. Biorasis has stated that the design should optimize performance over battery-life so having a slightly higher current draw for this increase in performance is fine. Wireless Communication Selection Some form of wireless communication will be necessary to allow data to be transmitted to a computer from the smartwatch in order to eventually interface with an insulin pump. As outlined in Figure 4 below, several different wireless communication protocols were considered. Figure 5: This table outlines the major differences between some popular communication protocols on the basis of data rate, range, and power consumption (Source: The most important protocol features to this design were the power consumption and the range. Since the smartwatch is battery-powered, a low-power protocol is needed to transmit data without draining the battery too quickly. In addition, the physical range of the transmitter does not need to be incredibly large. If a user is in or around his/her house, the smartwatch should be able to reach the computer that interfaces with his/her insulin pump. These parameters narrowed the selection down to Bluetooth Low Energy (BLE) and ZigBee. However, since the ZigBee interface would require additional hardware on the receiving end as well, Bluetooth Low Energy was chosen.

7 Display Selection For this smartwatch-like device design, some sort of screen was needed to display data collected from the biosensor: both numerical values of glucose readings and a graphical representation of that data over time. Biorasis has also requested that the device be capable of accepting user input in order to change glucose reading settings. Some of the methods for accepting user input include buttons, a touchscreen, or even Bluetooth. Buttons were not feasible as a user input option because they increase the physical size of the design making it too bulky. Touchscreen and Bluetooth were other options to accept user input and will be implemented in the design. There are three main options for displays: resistive touchscreen, capacitive touchscreen, or no touchscreen. A resistive touchscreen is the most common type available. It consists of two thin layers, and applying pressure to the screen touches the two layers, passing voltage in a specific location on the screen. Similarly, a capacitive touch screen is made from one layer, usually glass, coated with conductive material. A human body is conductive, therefore touching a capacitive touchscreen changes its electrical field, marking a location on the screen. Capacitive touchscreens are more accurate, and are used in smartphones, as well as tablets, and are also more expensive. Resistive touchscreens are still precise, and would work as well as a capacitive touchscreen in this application. The size of the screen was an important factor in the selection process. Biorasis did not set a specific requirement for a display size, but the dimensions of the display should be comparable in size to smartwatches currently on the market, which range from diagonal. Power consumption was another major consideration in the selection process. The display will draw the most current out of all of the design components, and since the smartwatch-like device will be powered by a battery, it should last as long as possible. The display selected for the design should have an available graphics library because creating a custom graphics library will be difficult, extensive, and beyond the scope of the project. The display should also be capable of communicating via SPI and I2C. In addition, the cost of the display was another factor that had to be considered in the selection process. Ultimately, the 2478-Adafruit display satisfied all of the design specifications, the screen itself is 2.4 diagonal, it has a resistive touchscreen, a built-in microsd card reader/writer, low power consumption and an input voltage of V. Battery Selection Based on the specifications given, a power supply was needed to produce a voltage of 3.7V with a capacity of approximately 315 mah. Furthermore, the physical size of the power supply was considered when selecting the appropriate battery. After filtering by the above criteria, only three viable options remained. One such option was the Samsung smartwatch battery supply. This battery was desirable because of its small physical size and large capacity. However, this option is also the most expensive. Another battery option was a product called OBBEY. This battery would be sufficient for a breadboarded design, but it was probably too big

8 to incorporate into a compact smartwatch. The last option, which was found to be unfeasible, was rechargable coin cell batteries. These batteries had a very low capacity of only 40 mah which would require multiple of these batteries to be used to provide a comparable battery-life to the aforementioned items. Using multiple of these batteries would take up too much valuable board/enclosure space to be a viable option. Considering these different power supply options, the Samsung smartwatch battery was selected because of its small physical size and high capacity. Power Stage Selection Once the battery selection was complete, an appropriate charger was needed to be able to recharge the smartwatch after extended use. Rather than designing the battery charger from scratch, which would be impractical due to potential safety issues and development time, it was more practical to purchase a pre-existing charger. After doing some research, four options were of a small enough size and sufficiently low cost to be considered. One such option was the corresponding battery case cover to the Samsung watch. This would be a favorable option due to its small size as well as its compatibility with Samsung smartwatch battery. Another option which was considered was the basic LiPo charger from Sparkfun. This charger would be a viable option, however, one would need to configure this chip to interface with the Samsung smartwatch battery. As for the other two options that were found, they could be used in this design, but they are far more expensive. Therefore, the charger corresponding to the Samsung smartwatch battery will be used in this design. The purpose of the DC-DC converter in the design is to maintain a steady input voltage of 3.3V for the components from the battery. The main characteristic examined to choose the converter was the amount of space it would occupy on the board because the design will not need to pull much current from the converter. Five different products were considered for the DC-DC converter. That list was narrowed down to the LM317. It was decided that the LM317 was best suited for our design because this component required the least amount of board space (just the chip, two resistors, and perhaps a capacitor) compared to a standard buck converter which would require a large noisy inductor component. Enclosure Once the breadboarded prototype is behaving properly, the design should be moved to a more compact PCB solution so that it can fit within a customized smartwatch enclosure. The enclosure must be able to contain all of the different components such as the display, the microcontroller, the battery, the IR sensor, and the LED array. However, it is important that the chassis does not obstruct the LED array so that it can operate properly. In order to design such an enclosure, Solidworks, a three-dimensional modelling tool, will be used to fashion an appropriate chassis for the smartwatch. Once this is complete, Biorasis has a 3D printer that can be used to print out the design.

9 Budget Totalling the approximate per unit cost of each of the components yields the following budget sheet shown below in Figure 5. Figure 6: This table shows the approximate per unit cost of each of the selected components in this design as well as the total cost. This total cost is about $100 which is well under the self-imposed $1000 budget. Of course, there are other costs that will need to be accounted for such as shipping, PCBs, passive components, solder, etc. This budget is relative to change as certain components may be switched for equivalent, most cost-effective alternatives. Conclusion In summary, the ATMEGA8A was chosen as the microcontroller for this design because of its higher clock speed when powered at 3.3 volts. For the wireless communication protocol, Bluetooth Low Energy was selected because of its low power consumption and compatibility with devices. Furthermore, the 2478-Adafruit Screen was favored for the display option because of its available touchscreen, microsd card reader/writer, small size (2.4 diagonal), lower power consumption, and input voltage range ( V). The Samsung smartwatch battery was also chosen because of its small physical size and high capacity; this battery s corresponding charger was used as well due to its small size and compatibility. In addition, the LM317 device was selected to maintain a steady input voltage of 3.3 volts to the different components in this design because of the small board space it would occupy and lack of large, noisy inductors. The enclosure for this device will be designed in SolidWorks and 3D printed using Biorasis s facilities. The anticipated per unit cost of the smartwatch will be about $100 according to the budget table shown above. This is relative to change as certain components may be switched for equivalent, most cost-effective alternatives.

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 I/O System for the PSYONIC Advanced Bionic Hand Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 Background PSYONIC is a startup at the University of Illinois working on bringing low-cost

More information

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

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

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

Homework 6: Printed Circuit Board Layout Design Narrative

Homework 6: Printed Circuit Board Layout Design Narrative Homework 6: Printed Circuit Board Layout Design Narrative Team Code Name: Home Kinection Group No. 1 Team Member Completing This Homework: Stephen Larew E-mail Address of Team Member: sglarew @ purdue.edu

More information

Low Voltage, 10-Bit Digital Temperature Sensor in 8-Lead MSOP AD7314

Low Voltage, 10-Bit Digital Temperature Sensor in 8-Lead MSOP AD7314 a FEATURES 10-Bit Temperature-to-Digital Converter 35 C to +85 C Operating Temperature Range 2 C Accuracy SPI and DSP Compatible Serial Interface Shutdown Mode Space-Saving MSOP Package APPLICATIONS Hard

More information

Vladimir Tsarkov Electrical Engineering

Vladimir Tsarkov Electrical Engineering . Travis Ram William Brumby Electrical Engineering Gaston Mulisanga Computer Engineering Computer Engineering Vladimir Tsarkov Electrical Engineering Motivation Traditional meters offer little assistance

More information

Thursday, September 15, electronic components

Thursday, September 15, electronic components electronic components a desktop computer relatively complex inside: screen (CRT) disk drive backup battery power supply connectors for: keyboard printer n more! Thursday, September 15, 2011 integrated

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

ARDUINO PRIMO. Code: A000135

ARDUINO PRIMO. Code: A000135 ARDUINO PRIMO Code: A000135 Primo combines the processing power from the Nordic nrf52 processor, an Espressif ESP8266 for WiFi, as well as several onboard sensors and a battery charger. The nrf52 includes

More information

Mohammad Shaffi 1, D Ravi Nayak 2. Dadi Institute of Engineering & Technology,

Mohammad Shaffi 1, D Ravi Nayak 2. Dadi Institute of Engineering & Technology, A Novel Architecture For Measurement of Temperature, Relative Humidity, and Display of Scrolling Message On LED Display By Using Bluetooth Interface With Arduino Nano. Mohammad Shaffi 1, D Ravi Nayak 2

More information

ARK. SDP18 Team 21 MDR 12/07/2017

ARK. SDP18 Team 21 MDR 12/07/2017 ARK SDP18 Team 21 MDR 12/07/2017 Advisor: Professor Holcomb 1 1 Team Matteo Bolognese, EE Device Design, Assembly PCB Design, & Power Chad Klinefelter, CSE User Interface & Backend App Development Jackie

More information

CSC 170 Introduction to Computers and Their Applications. Computers

CSC 170 Introduction to Computers and Their Applications. Computers CSC 170 Introduction to Computers and Their Applications Lecture #4 Digital Devices Computers At its core, a computer is a multipurpose device that accepts input, processes data, stores data, and produces

More information

AMS 5812 OEM pressure sensor with an analog and digital output

AMS 5812 OEM pressure sensor with an analog and digital output Digital signal conditioning is becoming increasingly common in sensor technology. However, some sensor system states can be monitored more easily using analog values. For redundancy and system safety reasons

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

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

GROUP 14: ESSENCE OF MUSIC. Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE

GROUP 14: ESSENCE OF MUSIC. Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE GROUP 14: ESSENCE OF MUSIC Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE Motivation Gain experience working with Audio Signals Implementing multiple systems to operate simultaneously (Audio

More information

Layad Circuits Arduino Basic Kit B. Content Summary

Layad Circuits Arduino Basic Kit B. Content Summary Layad Circuits This kit is a careful selection of sensors, displays, modules, an Arduino Uno, connectors and other essential parts meant to facilitate learning of the hardware and software components of

More information

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment Maxim > Design Support > Technical Documents > Application Notes > Automotive > APP 655 Maxim > Design Support > Technical Documents > Application Notes > Microprocessor Supervisor Circuits > APP 655 Keywords:

More information

ECE 189A Senior Capstone December 16, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington

ECE 189A Senior Capstone December 16, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington ECE 189A Senior Capstone December 16, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington Agenda Project Overview Parts Power Distribution Schematic and Bill of Materials

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

Educational Smart Breadboard

Educational Smart Breadboard Educational Smart Breadboard Team 68 - Chinemelum Chibuko, Minseong Kim and Mostafa Elkabir ECE 445 Project Proposal - Spring 2018 TA: Kexin Hui 1. Introduction 1.1. Objective The first time any kid or

More information

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use.

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi v3 An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi is the first fully open-source, full-featured vital

More information

LOW ENERGY ANDROID GAMEPAD. Project Proposal

LOW ENERGY ANDROID GAMEPAD. Project Proposal LOW ENERGY ANDROID GAMEPAD Project Proposal Marty Lewis Andrzej Forys Table of Contents Introduction 3 Implementation 4 Target Platform and Wireless Medium 4 Hardware.. 5 Software... 7 Interface Specifications

More information

19 - Wireless Solar Temperature/Humidity Sensor

19 - Wireless Solar Temperature/Humidity Sensor 19 - Wireless Solar Temperature/Humidity Sensor Group Number: May 1717 Advisor: Gary Tuttle Client: Dan Stieler Members: Yi Qiu, Xiang Li, Kuk Jin Chung, Trevor Brown, Kebei Wang Our Advisor & Client Advisor:

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale

Homework 3: Design Constraint Analysis and Component Selection Rationale Homework 3: Design Constraint Analysis and Component Selection Rationale Team Code Name: 2D-MPR Group No. 12 Team Member Completing This Homework: James Phillips E-mail Address of Team Member: jephilli@

More information

P14452: Subsystems Design Review

P14452: Subsystems Design Review P14452: Subsystems Design Review Review Where we left off Updated Engineering Specifications Previous Functional Decomposition Capture Data Store Data Power Device Protect Device Chosen Concept Concept

More information

Figure 1. A test controller communicates with User I/O, the DUT, a DMM, and a PC (for program development).

Figure 1. A test controller communicates with User I/O, the DUT, a DMM, and a PC (for program development). Build a microcontroller-based functional tester Save money by embedding test capabilities into fixtures, enclosures, or larger systems. Overton Claborne, Overton Instruments A typical PC-based test system

More information

Smart Harness. Group #15 Members MATTHEW HORTON - EE HAI NGUYEN - CPE DOMINIC VU - CPE

Smart Harness. Group #15 Members MATTHEW HORTON - EE HAI NGUYEN - CPE DOMINIC VU - CPE Smart Harness Group #15 Members MATTHEW HORTON - EE HAI NGUYEN - CPE DOMINIC VU - CPE Project Description Harness that is designed for dogs The harness will be mounted with an electronic device Device

More information

Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1

Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1 1 North China Electric Power University,

More information

Group 10 Programmable Sensor Output Simulator Progress Report #2

Group 10 Programmable Sensor Output Simulator Progress Report #2 Department of Electrical Engineering University of Victoria ELEC 499 Design Project Group 10 Programmable Sensor Output Simulator Progress Report #2 March 5, 2005 Submitted by: Group No.: 10 Team: Exfour

More information

Sensor Technology Interface Final Proposal

Sensor Technology Interface Final Proposal Sensor Technology Interface Final Proposal Sponsor FitnessMetrics, LLC Team 1 Nick Henry Kelton Ho Nick Huff Robert Pollum Brian Wirsing Facilitator Shantanu Chakrabartty February 21, 2014 Executive Summary

More information

EK307 Lab: Microcontrollers

EK307 Lab: Microcontrollers EK307 Lab: Microcontrollers Laboratory Goal: Program a microcontroller to perform a variety of digital tasks. Learning Objectives: Learn how to program and use the Atmega 323 microcontroller Suggested

More information

Power Management Techniques for Low- Energy IoT Devices

Power Management Techniques for Low- Energy IoT Devices Power Management Techniques for Low- Energy IoT Devices Matt Saunders Director of Field Marketing, Microcontroller and Wireless Products, Silicon Labs With the rise of the Internet of Things (IoT), embedded

More information

ECE791/792 Project Proposal

ECE791/792 Project Proposal ECE791/792 Project Proposal Project Title: Touch Screen, Gaming, and Audio Visual LED Table Team Members: Michael Perez, Michael McManus, Nicholas Nazarenko, Andreas Wigger Advisor: Dr. Richard Messner

More information

12v Power Controller Project Board

12v Power Controller Project Board 12v Power Controller Project Board 12 Volt Power Controller Introduction This board provides three functions... DC power gate Low voltage disconnect Voltage / current display The typical usage for this

More information

AMRobot. Educational mini-robot platform

AMRobot. Educational mini-robot platform AMRobot Educational mini-robot platform Producer: AMEX Research Corporation Technologies Modlińska Str. 1, PL 15-066 Bialystok (Poland) Tel.: +48 602723295, Fax: +48 856530703 e-mail: amexinfo@amex.pl

More information

DATA SHEET JUNE 2018 BRIGHTDOT - THE WEARABLE LED COLLECTION MANUAL AND TUTORIALS ON VELLEMANPROJECTS.MANUALS.EU

DATA SHEET JUNE 2018 BRIGHTDOT - THE WEARABLE LED COLLECTION MANUAL AND TUTORIALS ON VELLEMANPROJECTS.MANUALS.EU DATA SHEET JUNE 2018 BRIGHTDOT - THE WEARABLE LED COLLECTION It s time to get creative with LEDs thanks to the BrightDot wearable collection! This collection includes a series of diverse PCBs with addressable

More information

Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE

Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE Group 16: Alexis Timms, EE Sarah Rassel, EE Jeffrey Rodriguez, EE Wendelyn Sanabria, CPE Motivation Provide an affordable and reasonably sized device for Alzheimer s patients. There are many tracking devices

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

CSE 466 Exam 1 Winter, 2010

CSE 466 Exam 1 Winter, 2010 This take-home exam has 100 points and is due at the beginning of class on Friday, Feb. 13. (!!!) Please submit printed output if possible. Otherwise, write legibly. Both the Word document and the PDF

More information

Design And Simulation Of Power Factor Measurement Circuit By Using Pic

Design And Simulation Of Power Factor Measurement Circuit By Using Pic Design And Simulation Of Power Factor Measurement Circuit By Using Pic The most common power factor measurement circuits involve zero crossing In (6) a power factor measurement circuit for AC motors was

More information

Advance Robotics with Embedded System Design (ARESD)

Advance Robotics with Embedded System Design (ARESD) Advance Robotics with Embedded System Design (ARESD) LEARN HOW TO: Use Arduino hardware &Arduino programming for microcontroller based hobby project development Use WinAVRcross compiler formicrocontroller

More information

Laboratory of Sensors Engineering Sciences 9 CFU

Laboratory of Sensors Engineering Sciences 9 CFU Laboratory of Sensors Engineering Sciences 9 CFU Contacts Alexandro Catini catini@ing.uniroma2.it Phone: +39 06 7259 7347 Department of Electronic Engineering First Floor - Room B1-07b Course Outline THEORY

More information

Freescale s Next Generation 8-bit LCD Solutions

Freescale s Next Generation 8-bit LCD Solutions Freescale s Next Generation 8-bit LCD Solutions When most consumers think of LCD, they probably envision a flat panel television or computer monitor. However, there are millions more LCDs out there that

More information

ECE 189A Senior Capstone October 29, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington

ECE 189A Senior Capstone October 29, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington ECE 189A Senior Capstone October 29, 2014 Team Leader: Will Miller Charles Crain, Isaac Flores, Brian Phan, Sarah Pilkington Product Description InfiniTable is a fully interactive, multifunctional table

More information

DATA SHEET. XIS: Xicato Intelligent Sensors XIS

DATA SHEET. XIS: Xicato Intelligent Sensors XIS XIS DATA SHEET XIS: Xicato Intelligent Sensors Figure : XIS0-D5MLTH-B integrated sensor Figure 2: XIS00-D5MLTHY-B Integrated sensor, showing connectors for remote sensor elements Figure 3: XIS-M4 remote

More information

Outline. A Computerbased. Instrument for Measuring Distance for a Soccer Free- Kick 10/16/2016. Andy Vongphachanh Matthew Weeks

Outline. A Computerbased. Instrument for Measuring Distance for a Soccer Free- Kick 10/16/2016. Andy Vongphachanh Matthew Weeks A Computerbased Instrument for Measuring Distance for a Soccer Free- Kick Andy Vongphachanh Matthew Weeks Outline Introduction Scope Physical Diagram System Architecture Hardware Software Construction

More information

BIG8051. Development system. User manual

BIG8051. Development system. User manual BIG8051 User manual All s development systems represent irreplaceable tools for programming and developing microcontroller-based devices. Carefully chosen components and the use of machines of the last

More information

Adafruit PowerBoost Charger

Adafruit PowerBoost Charger Adafruit PowerBoost 500 + Charger Created by lady ada Last updated on 2017-06-01 04:08:36 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins Control Pins LEDs Battery and USB connection On/Off

More information

Number Name Description Notes Image 0101 Resistor, 100 ohm. brown-black-browngold. ¼ watt, 5% tolerance, red-red-brown-gold. brown-black-red-gold.

Number Name Description Notes Image 0101 Resistor, 100 ohm. brown-black-browngold. ¼ watt, 5% tolerance, red-red-brown-gold. brown-black-red-gold. Passive Components 0101 Resistor, 100 brown-black-browngold. 690620 0102 Resistor, 220 red-red-brown-gold. 690700 0103 Resistor, 1000 brown-black-red-gold. 690865 0104 Resistor, 10k 0201 Capacitor, 1 µf,

More information

Analog ASICs in industrial applications

Analog ASICs in industrial applications Analog ASICs in industrial applications Customised IC solutions for sensor interface applications in industrial electronics the requirements and the possibilities Synopsis Industrial electronics creates

More information

Managerial Design Review Presentation

Managerial Design Review Presentation Modular Motion Tracking System - Base Unit Team: Evan Brent Project Lead, Enclosure Lead Bernt Gudmestad Integration Lead Alain Hamblet Power Supply Lead Erik Austin Low Level Programming Lead Jahnavi

More information

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN 46268 (317) 471-1577 (317) 471-1580 FAX http://www.prllc.com GENERAL The Mega128-Development board is designed for

More information

GRAVITECH GROUP

GRAVITECH GROUP GRAVITECH.US uresearch GRAVITECH GROUP Description The I2C-ADC board is a 14-pin CMOS device that provides 8-CH, 12-bit of Analog to Digital Converter (ADC) using I 2 C bus. There are no external components

More information

PIC Microcontroller Introduction

PIC Microcontroller Introduction PIC Microcontroller Introduction The real name of this microcontroller is PICmicro (Peripheral Interface Controller), but it is better known as PIC. Its first ancestor was designed in 1975 by General Instruments.

More information

Clock and Fuses. Prof. Prabhat Ranjan Dhirubhai Ambani Institute of Information and Communication Technology, Gandhinagar

Clock and Fuses. Prof. Prabhat Ranjan Dhirubhai Ambani Institute of Information and Communication Technology, Gandhinagar Clock and Fuses Prof. Prabhat Ranjan Dhirubhai Ambani Institute of Information and Communication Technology, Gandhinagar Reference WHY YOU NEED A CLOCK SOURCE - COLIN O FLYNN avrfreaks.net http://en.wikibooks.org/wiki/atmel_avr

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

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Overview: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Overview: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

ARDUINO MEGA INTRODUCTION

ARDUINO MEGA INTRODUCTION ARDUINO MEGA INTRODUCTION The Arduino MEGA 2560 is designed for projects that require more I/O llines, more sketch memory and more RAM. With 54 digital I/O pins, 16 analog inputs so it is suitable for

More information

ELCT708 MicroLab Session #1 Introduction to Embedded Systems and Microcontrollers. Eng. Salma Hesham

ELCT708 MicroLab Session #1 Introduction to Embedded Systems and Microcontrollers. Eng. Salma Hesham ELCT708 MicroLab Session #1 Introduction to Embedded Systems and Microcontrollers What is common between these systems? What is common between these systems? Each consists of an internal smart computer

More information

Distributed Pervasive Systems

Distributed Pervasive Systems Distributed Pervasive Systems CS677 Guest Lecture Tian Guo Lecture 26, page 1 Outline Distributed Pervasive Systems Popular Application domains Sensor nodes and networks Energy in Distributed Systems (Green

More information

Digital Circuits Part 2 - Communication

Digital Circuits Part 2 - Communication Introductory Medical Device Prototyping Digital Circuits Part 2 - Communication, http://saliterman.umn.edu/ Department of Biomedical Engineering, University of Minnesota Topics Microcontrollers Memory

More information

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Datasheet: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

Powering Up and Programming the ProcessorPM isppac-powr605

Powering Up and Programming the ProcessorPM isppac-powr605 the ProcessorPM isppac-powr605 April 2011 Application Note AN6082 Introduction This application note discusses the states of the ProcessorPM isppac -POWR605 device s open drain logic outputs (IN_OUT1 to

More information

Home Security System with Remote Home Automation Control

Home Security System with Remote Home Automation Control Home Security System with Remote Home Automation Control Justin Klumpp Senior Project Hardware Description Western Washington University April 24 2005 Professor Todd Morton Introduction: This document

More information

INDUSTRIAL TRAINING:6 MONTHS PROGRAM TEVATRON TECHNOLOGIES PVT LTD

INDUSTRIAL TRAINING:6 MONTHS PROGRAM TEVATRON TECHNOLOGIES PVT LTD MODULE-1 C Programming Language Introduction to C Objectives of C Applications of C Relational and logical operators Bit wise operators The assignment statement Intermixing of data types type conversion

More information

Smart Restaurant Menu Ordering System

Smart Restaurant Menu Ordering System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Smart Restaurant Menu Ordering System Mrs. Anisha Cotta Assistant professor Miss.

More information

Aether Engineering Design Team

Aether Engineering Design Team AETHER 1 Bluetooth Stethoscope Submitted to: John Kennedy and Lal Tummala Design Co. Ltd, San Diego, CA Aether Engineering Design Team Dalal AlQufaili John Bakker Patrick Baun Aaron Bryant Zakary Dillon

More information

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report Department of Electrical and Computer Engineering University of Manitoba Prepared by: Chen Liu Xiaodong Xu Faculty Supervisor:

More information

THE ULTIMATE BIONIC ARM (T.U.B.A) Group 14 Carolus Andrews - EE Ray Brunkow - EE Wesley Mullins - EE Blake Steiner - EE

THE ULTIMATE BIONIC ARM (T.U.B.A) Group 14 Carolus Andrews - EE Ray Brunkow - EE Wesley Mullins - EE Blake Steiner - EE THE ULTIMATE BIONIC ARM (T.U.B.A) Group 14 Carolus Andrews - EE Ray Brunkow - EE Wesley Mullins - EE Blake Steiner - EE BACKGROUND Limbitless makes low cost bionic limbs for children. On average, prosthetics

More information

PIC Evaluation/Development Board Implementation Team Dec Project Design Report April 23, Client: ECPE Senior Design

PIC Evaluation/Development Board Implementation Team Dec Project Design Report April 23, Client: ECPE Senior Design PIC Evaluation/Development Board Implementation Team Dec02-12 Project Design Report April 23, 2002 Client: ECPE Senior Design Faculty Advisors: Dr. Rover & Dr. Weber Team Members: Chad Berg, Luke Bishop,

More information

Robotic Systems ECE 401RB Fall 2007

Robotic Systems ECE 401RB Fall 2007 Robotic Systems ECE 401RB Fall 2007 Lecture 7: Processors Part 1 The following notes are from: Chapter 12, G. McComb, and M. Predko, Robot Builder's Bonanza, Third Edition, Mc- Graw Hill, 2006. I. Introduction

More information

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009 EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report A Wireless ECU Monitoring System 27 January 2009 Abstract The Wireless ECU Monitoring System (WEMS) will provide a wireless

More information

Today: Multi-touch capacitive touch screens How do they work?

Today: Multi-touch capacitive touch screens How do they work? 1975: Capacitive touch switches in use 1994: 1st laptop capacitive touchpad 2003: 1st ipod capacitive touchwheel Today: Multi-touch capacitive touch screens How do they work? CNMAT Sensor Workshop 2008

More information

Variable Power Supply Digital Control Circuit Diagram Using Lm317

Variable Power Supply Digital Control Circuit Diagram Using Lm317 Variable Power Supply Digital Control Circuit Diagram Using Lm317 DIGITAL POWER SUPPLY USING LM317 A Major Project Report Submitted partial fulfillment of the requirement for the award of the Degree of

More information

DIRRS+ Digital Infra-Red Ranging System Ideal for robotics projects. Singles (SKU # Pack (SKU #35100)

DIRRS+ Digital Infra-Red Ranging System Ideal for robotics projects. Singles (SKU # Pack (SKU #35100) Ltd DIRRS+ Digital Infra-Red Ranging System Ideal for robotics projects a division of Singles (SKU #35090 4 Pack (SKU #35100) Infrared Distance Measurement 5V Output Signal 3 Output Modes Reliable Optics

More information

Wireless High-Voltage Power Line Sensor

Wireless High-Voltage Power Line Sensor University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report Wireless High-Voltage Power Line Sensor by Group 11 Jordan Bartel Thomas Neusitzer Sailen

More information

CAUTION: TTL Only, Do Not Use ± 12 V RS-232

CAUTION: TTL Only, Do Not Use ± 12 V RS-232 DIRRS+ Digital Infra-Red Ranging System Ideal for robotics projects Singles (SKU #35090) 4 Pack (SKU #35100) Infrared Distance Measurement 5V Output Signal 3 Output Modes Reliable Optics Easy to use Open

More information

Rugged Mobile Computer PT21 / PT26. Portable Innovation Technology The Power Behind Your Rugged Mobile Computing

Rugged Mobile Computer PT21 / PT26. Portable Innovation Technology The Power Behind Your Rugged Mobile Computing Rugged Mobile Computer PT21 / PT26 The Power Behind Your Rugged Mobile Computing Application If you are looking for a mobile computer that you can collect data for a whole day, your search is over. PT21

More information

Display Real Time Clock (RTC) On LCD. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Display Real Time Clock (RTC) On LCD. Version 1.2. Aug Cytron Technologies Sdn. Bhd. Display Real Time Clock (RTC) On LCD PR12 Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

Wireless-Tag WT51822-S1

Wireless-Tag WT51822-S1 Wireless-Tag WT51822-S1 Bluetooth Low Energy 4.1 Module DATASHEET Description Bluetooth Low Energy (BLE) module of WT51822-S1 is the next generation BLE4.1(Compatible With BLE4.0) module released by Wireless-Tag

More information

Final Report. Autonomous Robot: Chopper John Michael Mariano December 9, 2014

Final Report. Autonomous Robot: Chopper John Michael Mariano December 9, 2014 Final Report Autonomous Robot: Chopper John Michael Mariano December 9, 2014 EEL 4665: Intelligent Machines Design Laboratory Instructors: Dr. A. Antonio Arroyo, Dr. Eric M. Schwartz TA: Nicholas Cox,

More information

PROJECT DESCRIPTION WWU Engineering Technology 2015 Senior Design Project By: Isaiah Ryan

PROJECT DESCRIPTION WWU Engineering Technology 2015 Senior Design Project By: Isaiah Ryan PROJECT DESCRIPTION WWU Engineering Technology 2015 Senior Design Project By: Isaiah Ryan TABLE OF CONTENTS 1. INTRODUCTION............................................................ 2 2. PRODUCT ELECTRICAL

More information

Architecture of Computers and Parallel Systems Part 6: Microcomputers

Architecture of Computers and Parallel Systems Part 6: Microcomputers Architecture of Computers and Parallel Systems Part 6: Microcomputers Ing. Petr Olivka petr.olivka@vsb.cz Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems Part

More information

Appendix F: Design Documentation for multisensory therapy system

Appendix F: Design Documentation for multisensory therapy system Appendix F: Design Documentation for multisensory therapy system This appendix contains in details all the system design. It summarizes at the structure design, electrical design, and software design.

More information

Operation and Maintenance Manual

Operation and Maintenance Manual VM Series Operation and Maintenance Manual VM - Voltage Monitor VM-100-24 V VM-100-48 V VM-100-125 V VM-100-250 V EAGLE EYE POWER SOLUTIONS All Rights Reserved. 1 The Voltage Monitor series reads battery

More information

Downloaded from Elcodis.com electronic components distributor

Downloaded from Elcodis.com electronic components distributor CONTENTS LV24-33A KEY FEATURES 4 CONNECTING THE SYSTEM 5 INTRODUCTION 6 Switches and Jumpers 7 MCU Sockets 8 Power Supply 10 On-board USB 2.0 Programmer 11 RS-232 Communication Circuit 12 LEDs 14 Push

More information

Smartwatches (April 12, 2017) Samsung Gear Live, 2014 Samsung S 3G, 2014 Samsung S3 LTE, November 2016

Smartwatches (April 12, 2017) Samsung Gear Live, 2014 Samsung S 3G, 2014 Samsung S3 LTE, November 2016 Smartwatches (April 12, 2017) Samsung Gear Live, 2014 Samsung S 3G, 2014 Samsung S3 LTE, November 2016 1 Samsung Gear Live 2 Samsung Gear Live 1.63 Super AMOLED display with a resolution of 320 x 320 pixels

More information

OPTICAL MOUSE SENSOR

OPTICAL MOUSE SENSOR OPTICAL MOUSE SENSOR NST TECHNOLOGIES Series Data sheet Version 1.10 1. Description The NST is a new low power, small form factor optical mouse sensor. It has a brand new low-power architecture and automatic

More information

Indoor Air Quality with ESP32 Board # K0068

Indoor Air Quality with ESP32 Board # K0068 Indoor Air Quality with ESP32 Board # K0068 User guide Rev 1.0 Apr 2017 Table of contents 1. Kit Introduction... 3 2. Assembly... 5 2.1 ESP32 development board... 5 2.2 iaq TVOC Sensor Module... 6 2.3

More information

Smart Capacitive Sensing Design with EFM8 TM and Simplicity Studio TM

Smart Capacitive Sensing Design with EFM8 TM and Simplicity Studio TM Smart Capacitive Sensing Design with EFM8 TM and Simplicity Studio TM Introduction Adding capacitive sensing to a product can be a daunting challenge that requires the developer to maintain sensor robustness

More information

ARDUINO MICRO WITHOUT HEADERS Code: A000093

ARDUINO MICRO WITHOUT HEADERS Code: A000093 ARDUINO MICRO WITHOUT HEADERS Code: A000093 Arduino Micro is the smallest board of the family, easy to integrate it in everyday objects to make them interactive. The Micro is based on the ATmega32U4 microcontroller

More information

Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda

Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda Teresa Cauvel Co-founder, Neopenda 11 October, 2016 - ELCE OpenIoT Summit TM Agenda Problem statement Introduction to Neopenda Prototypes

More information

A Raspberry Pi Based System for ECG Monitoring and Visualization

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

More information

Proposal for SAS 2.x Specification to Enable Support for Active Cables

Proposal for SAS 2.x Specification to Enable Support for Active Cables 08-052r2 Proposal for SAS 2.x Specification to Enable Support for Active Cables Gourgen Oganessyan QUELLAN March 7, 2008 Introduction Inclusion of active cable interconnect option into the SAS specification

More information

Adafruit PowerBoost Charger

Adafruit PowerBoost Charger Adafruit PowerBoost 500 + Charger Created by lady ada Last updated on 2015-10-21 12:44:24 PM EDT Guide Contents Guide Contents Overview Pinouts Power Pins Control Pins LEDs Battery and USB connection On/Off

More information

May Project Plan v2

May Project Plan v2 May 14-06 Project Plan v2 ANDREW SPEER CHENG SONG KYLE LICHTENBERG ROSS FRIEDMAN JAKE MEYER 10/10/2013 May 14-06 Page 1 Problem Statement Our client, Dr. Tom Daniels, wants to repurpose an old 3-axis positioning

More information

EE4390 Microprocessors. Lessons 2, 3 68HC12 Hardware Overview, Subsystems, and memory System

EE4390 Microprocessors. Lessons 2, 3 68HC12 Hardware Overview, Subsystems, and memory System EE4390 Microprocessors Lessons 2, 3 68HC12 Hardware Overview, Subsystems, and memory System 1 Overview 68HC12 hardware overview Subsystems Memory System 2 68HC12 Hardware Overview "Copyright of Motorola,

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

CONTENTS. dspicpro4 KEY FEATURES 4 CONNECTING THE SYSTEM 5 INTRODUCTION 6

CONTENTS. dspicpro4 KEY FEATURES 4 CONNECTING THE SYSTEM 5 INTRODUCTION 6 CONTENTS dspicpro4 KEY FEATURES 4 CONNECTING THE SYSTEM 5 INTRODUCTION 6 Switches and Jumpers 7 MCU Sockets 8 Power Supply 10 On-Board USB 2.0 Programmer 11 MikroICD 12 RS-232 Communication Circuit 13

More information