Helmet Tracking System (HTS)

Size: px
Start display at page:

Download "Helmet Tracking System (HTS)"

Transcription

1 Helmet Tracking System (HTS) Andres F. Suarez, Brian Maldonado, Rigel Jimenez Department of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, Abstract This paper presents the Helmet Tracking System H.T.S. This modified version of the typical motorcycle protective gear will significantly enhance the riding experience by adding technological features. It incorporates a Bluetooth module that allows the user to synchronize an iphone or an Android cell phone to the system; giving the rider the ability to receive phone calls and listen to music, while wearing the unit. The system tracks the helmet location 24/7 as well, and it stores this information, so it can text the position of the rider (longitude / latitude) to an emergency contact, in case of an accident. Index Terms Bluetooth, GSM, GPS, accelerometer, microcontroller, lithium polymer battery, USB, and SMS text messages. I. INTRODUCTION Electrical Engineers have always been recognized as main contributors in the technology sector. All of our group members wanted to take this opportunity to build a technological Senior Design Project that will improve one of the many activities that a person can perform. There are quite a number of motorcycle riders around the world; in fact, according to the National Highway Traffic Safety Administration (NTHSA) there were over 9 million motorcycles registered in the United States, back in 2012, and this number just keeps on increasing daily. Even though there is a high demand for bikes in the market, it is obvious that most of the models out there lack technological features currently available on other transportation vehicles. A significant amount of motorcyclist wear protective gear while driving their bikes, so we decided to focus on building a smart helmet system for the riding community, and its called Helmet Tracking System (H.T.S.). With this modified version of the typical motorcycle helmet, a person will be able to perform a whole bunch of features that will make his or her riding experience more fun, secure and sophisticated. The HTS is going to solve many of the problems that a motorcycle rider encounters on the daily basis. The Senior Design Project will be composed of many different subsystems that will response according to the user needs. One of them will be the Bluetooth module sub-system, it will allow the biker to interact with his/her personal smart phone, in order to have access to phone calls while riding, as well as listening to music, or some other audio recordings that the cell phone can provide. The project also implements an accelerometer that will act as a motion sensor, in case an accident occurs; the module will send signals to the microcontroller, allowing it to wake up and retrieve the current latitude and longitude location from the GPS module; finally, this data will automatically be sent to an emergency contact via Short Message Service (SMS). It is important to notice that the emergency contact will be pre-selected by the owner of the HTS and its information will be already saved in the microcontroller. Once the emergency contact gets the text message with the HTS user location, and the notification that an accident happened; the emergency contact would be able to call the police requesting assistance. It is important to realize that the injured user will still be able to receive phone calls, even if his/her extremities are not able to move because the audio system on the helmet will always be connected to the phone. Choosing a Senior Design project was not such an easy task; in fact, it required a lot of brainstorming because we wanted to come out with something that would show our Electrical Engineering skills, but at the same time was useful for the community HTS is basically an integration project that gave the opportunity to all the three members of the group to learn about different technologies that provide security and communication features, which are quite popular in the market right now. It also gave us a better insight on how to connect all the systems and make them work as one; by doing a proper integration, coding, and manipulation of a microcontroller unit to process data. Throughout this document, the reader will see how this Senior Design Project was done. II. SYSTEM COMPONENTS This section provides a semi- technical introduction to each of the components used to build the HTS. This is an integration project, so it is easier to understand it by well knowing the behavior, performance, and basic specifications of each of its components. Figure 1 shows a block diagram, making it easy to see how the main modules are connected to work as one project. There are six main subdivisions in our project, which are: the Power Source, Accelerometer, Global Positioning System (GPS), Global System of Global Communications (GSM),

2 Figure 1. HTS Block Diagram Bluetooth module connected to headphones and microphone, and finally the Microcontroller unit that brings all the components together. A. Microcontroller Finding the most adequate central processing unit for the HTS was one of our main concerns; therefore, lots of time was put into researching our options when it came to microcontrollers. While some had too much power or pins, others just simply did not; some of the microcontroller units that we took into consideration were the Texas Instruments MSP430 and some of the ATmega units done by the company Atmel. As far as finding a neutral balance, it was not too difficult to run into. Eventually, our group decided to go with one of the Atmel microcontrollers, the one selected was the ATmega 328. This microcontroller unit was mainly chosen because it has a good amount of A/D and digital I/O pins, decent memory, clock speed and fits right in overall with our design specifications. With multiple UART and SPI interfaces and one I2C, it is compatible with ever device we are using in our design. The table 1 shows it main features V Operating Range Up to 20MHz processing speed 32kB Flash Memory & 1kB EEPROM 2kB Internal SRAM 8 Channel 10-bit ADC Serial USART/SPI/2-wire I2C Interface 16 MHz of Clock Speed 23 IO lines Table 1. Atmel ATmega328 Main Features Atmel features a familiar C language with some easy to use functions, which fit perfectly for our project; and that is one of the reasons why it was selected. The group was also looking to have as much support as possible with the microcontroller community and using this microcontroller automatically gives an advantage when it comes to finding information, not to mention all the forums that are available online to ask questions regarding the

3 compatibility and quirks any of the modules might have once they are connected to the microcontroller unit. B. Accelerometer The accelerometer is one of the main components of the HTS. An accelerometer is a special sensor that can detect accelerations and decelerations in any axis, depending of course on what that certain accelerometer is capable of. In this project, the module will be given two main functions, first to act as a motion sensor, and second to detect possible accidents. The accelerometer is going to be implemented to help the HTS detect a crash. Since one of the abilities of an accelerometer is to pick up decelerations, that can be used to detect any sudden high decelerations that are indicative of an accident. This will be part of the safety system that will help the motorcyclist get a quicker response for help during an emergency, since motorcycle accidents can be deadly. Most of the time motorcyclists are by themselves and if by some chance they get in an accident with no one around how will they call for help? With this feature they can feel more at ease about that possibility since the safety system can call for them. The accelerometer will have a certain threshold that once the amount of deceleration or g-force passes it, it will trigger the safety system, which will then send a SMS with coordinates of the accident location. With all this information the emergency contact will be able to get in contact with the user, and also look for help. After doing our research we found out that to be as accurate as possible using a three-axis accelerometer would be the best choice; since there are many factors to be accounted using a two-axis accelerometer would be a little inaccurate. The module incorporated in the HTS is the ADXL345; Figure 2 below shows its schematic. Figure 2. ADXL345 Accelerometer Module Schematic Having a three axis will help be more accurate in calculating the g-forces in an accident, which is very important for the safety of the rider. The Table 2 below shows some other basic features that the ADXL345 has the ability to offer. Table 2. Accelerometer ADXL345 Features C. GPS Voltage Supply 1.8V to 3.6V Current Consumption Resolution Serial Communication Sensitivity Number of Axes Dimension 25 to 130µA at 2.5V 10-bit at every g-range SPI or I²C ±2g 3.9mg/LSB, ±4g 7.8mg/LSB, ±8g 15.6mg/LSB, ±16g 31.2mg/LSB 3-Axis 3mm x 5mm x 1mm For our project, we need to know the location of the motorcycle rider at all the time; this information is fundamental for the HTS because it will need to be sent to the emergency contact in case a crash occurs. During an accident a person can get injured, and might not be able to call for help, so the HTS will automatically send a SMS text message with the biker s location. In order to keep track of the location of the HTS the group decided to select the Global Positioning System (GPS) module LS20031 done by Locosys; which is fully compatible with the chosen microcontroller unit. The LS20031 module is a complete GPS smart antenna receiver that includes an embedded antenna and GPS receiver circuits. This low-cost unit outputs an astounding amount of position information 5 times a second. The receiver is based on the proven technology found in LOCOSYS 66 channel GPS SMD type receivers that use MediaTek chip solution. This well-rounded GPS module met all the requirements needed for the HTS; Table 3 shows its main features. Another key factor that we took into consideration is the kind of information that the GPS receiver provides. The LS20031 module provides NMEA (National Marine

4 Electronic Association) massages as output, so we had to manipulate this data using the Arduino environment to provide the latitude and longitude of the motorcyclist in its standard form. Table 3. LS20031 GPS Module Features D. GSM 66 Channel 5 Hz GPS Receiver bps TTL serial interface (baud rate) Operating Voltage = 3.3 V at 41 ma Fast Time to first fix at low signals LED indicator for fix or no fix Acquisition Time : Dimensions: 30 x 30 mm Position Accuracy: 2.5 to 3 m Cold Start 35 s Hot Start < 2s This senior design project implements a Global System of Mobile Communications (GSM) technology. The realization of GSM is essential because it allows us to have access to a mobile communications network. The Helmet Tracking System uses this module to access a cellular network that offers text-messaging services. Figure 3 below shows a functional block diagram of the selected module and its dimensions. The GSM Module SM5100B offers a wide variety of applications, it can be use to make phone calls, send messages and so on. But, we are only going to use to send emergency messages, we do not need it to make phone calls because the H.T.S has the ability to synchronize to a cell phone via Bluetooth, and it will use the cell phone to call people. The module requires the use of a SIM card to connect to the network, we decided to use a standard size SIM card socket for our PCB design, and we are using the T-mobile network for text messaging, other networks such as AT&T can also be used by modifying the software. The GPS module included in the H.T.S utilizes a Short Message Service (SMS) to implement text messaging; we agreed on implement SMS because it uses standardized communication protocols that allow the exchange of short text messages between a fixed line or mobile phone devices. The GSM module SM5100B can send messages that have up to 150 characters, which is enough for the purposes of our project; so of its other main features can be found on the table below. It is important to notice that the H.T.S is set up to send the SMS message to only one Emergency Contact that is pre-selected and added to the code of the system; as far as making calls, there are no limitations because the H.T.S will use the network of the external cell phone that is connected to the Bluetooth module. Power: V. Nominal 3.6 V Current consumption: off <100µA when module is and 2 ma in Sleep mode. Dimensions: 35.0 x 39.0 x 2.9mm Quad-band GSM. Frequency Bands: 900,850,1800,1900 MHz. Supports SIM (Auto Recognize) Supports UART interfaces Soldered connection for antenna and LED to notify network status Table 4. GSM Module SM5100B Features Figure 3. SM5100B GSM Module Block Diagram

5 E. BLUETOOTH One of the features of the HTS has the ability to synchronize to a cell phone, in order to listen to music and receive phone calls. The HTS is able to synch to the two most popular cell phone devices (iphone, and Android) and this is thanks to the Audio Bluetooth module that we selected. To transfer data between the HTS and a cell phone, wireless communication has to be used; the tricky part was to select the right one because there are a numerous amount of option in the market. Table 5 summarizes some of the technologies that caught our attention the most. There are a wide range of Bluetooth modules available in the market, due to the high popularity of this technology. Eventually, we picked out the RN-52 Audio Module, illustrated in Figure 4. Wi-Fi Bluetooth ZigBee Data rate 54Mb/s 3Mb/s 240 Kb/s Range Networking Topology 100m Point to Hub Class 1=100m Class 2 = 10m Class 3 = 1m Ad-Hoc Table 5. Wireless Communication Technologies 100m Ad- Hoc/PTP /Mesh Operating Frequency 2.4GHz 2.4GHz 2.4GHz Power Consumption High Medium Network Acquisition Time Very Low 3-5s <10s 30ms Wi-Fi, Bluetooth, and ZigBee RF are technologies and modules that are quite popular when it comes to electrical engineering designs that required the use of wireless communications; as you can see from the table above they have similar features when it comes to range and operating frequency. Finally, we decided to go with Bluetooth Technology for our project because it met the requirements for the HTS it is quite popular in the market, and the cell phones that we are using to synchronize to our system, already have this technology incorporated in them, making the connection, and pairing between the cell phone and the HTS so much easier, fast, and effective. Figure 4. RN-52 Audio Bluetooth Module The RN-52 fit the HTS perfectly, this is a Bluetooth Class 2 module that offers a range of 10 meters, which is more than enough distance to have between the motorcycle helmet and the cell phone that is usually carried by the motorcyclist on his or her pocket or backpack, and it also offers audio capabilities that not all the Bluetooth modules can provide. Table 6 below shows more features. Supplied voltage: 3.0 ~ 3.6 V DC Class 2 Bluetooth - Version 3.0 Frequency band: 2.4 ~ 2.48 GHz Maximum Data Rate: 3Mbps Embedded Stack Profiles: A2DP, AVRCP UART console interfaces Dimensions: 26.0 x 13.5 x 2.7 mm Table 6. RN-52 Bluetooth Module Features

6 F. POWER SOURCE The HTS is composed by all the parts mentions above, and some other minor components such as Voltage Regulators, audio jacks, and so on. After analyzing the power consumption of all the components, we selected the Ultralife Lithium-Ion Battery 1800 mah to be the power supplier for our project. Table 7 below shows the power consumption of the modules previously described. Helmet Modules Power Consumption Modules Active mode Sleep mode ADXL µa 40 µa SM5100B GSM/GPRS 400 ma 2mA LS20031 GPS 29 ma 2mA ATmega328p 0.3 ma 0.8 µa Table 7. Helmet Modules Power consumption The Ultralife Lithium-Ion Battery 1800 mah is commonly used in portable electronics and tracking applications, so it was a perfect match for the HTS S. The battery average voltage is 3.7 V, and it has a capacity of 1.8 Ah; it is also known for its high energy density, which is 146 Wh/kg. The size of this unit, it is also beneficial to our project; the Lithium-Ion battery 1800 mah is able to efficiently supply power to the HTS, while keeping a reasonable weight of 46 g, so it is quite light weighted. III. SOFTWARE DETAIL The HTS is a Senior Design project based on integration of electronic modules. To achieve an accurate and effective connection between all the modules, so they can work as one, the implementation of Software design was required. The Atmel ATmega328 was programmed used the Arduino UNO developing board. Arduino uses a C language like environment that is complemented by libraries that offer different functions. All of our group members are Electrical Engineering students; therefore, we found easier to program with this environment that offered a lot of support online. Figure 6 shows a flowchart explaining how the HTS behaves when an accident occur. The Bluetooth is the only module that is connected to the microcontroller, but is independent of the other modules to operate. Accelerometer Threshold passed Sends Interrupt to Microcontroller Microcontroller Wakes up GPS, GSM to full active mode GPS Retrieves location and sent to the microcontroller Decode Micro decodes NMAE packet into latitude and Longitude GSM Receives coordinates Sends SMS to Emergency Contact Figure 5. Lithium Ion Battery Figure 6. Flowchart with HTS operational behavior

7 IV. BOARD DESIGN When contemplating the board design it was clear that we only wanted to use one PCB because a typical motorcycle helmet is not that spacious. This PCB contains all the modules that make part of the Helmet Tracking System, while keeping a reasonable size of 3.39 in X 3.08 in. The Printed Circuit Board (PCB) is mounted on the rear part of the Helmet, and from there it interacts with the external peripherals that make part of the project. Figure 7, shown in the following page, illustrates the Schematics used in the PCB design. IV. CONCLUSION The HTS was a collaborative effort in designing a product that would test the group s knowledge and challenge all its members. The goal of the project is to significantly enhance the motorcycle riding experience by adding technological features to the standard motorcycle protective gear. A motorcyclist does not have access to some features available in other transportation vehicles; but thanks to the H.T.S, the rider has the ability to synchronize his or her personal cell phone to the H.T.S to listen to music, and receive phone calls. This project also improves the quality of the riding experience by offering the ability to automatically message an emergency contact, in case of an accident. The items included into the device are a GPS module, a GSM module, an accelerometer and a Bluetooth module; and the microcontroller unit controls them all. These devices give information about the rider s location, send SMS messages., and the wireless communication system provides entertainment features that are available to the user while the helmet is being used. Figure 9. HTS PCB design schematics

8 ACKNOWLEGMENT The authors wish to acknowledge the assistance and support of Dr. Samuel Richie, Electrical Engineering Undergraduate Program Coordinator. THE ENGINEERS Andres F. Suarez is currently a senior at the University of Central Florida. He plans to graduate with his Bachelor s of Science in Electrical Engineering in August of He plans to pursue a working career in electrical engineering after he graduates; and after getting a few years of experience on the field will go back to get his Master degree on Electrical Engineering or Business Administration. Brian Maldonado is currently a senior at the University of Central Florida. He plans to graduate with his Bachelor s of Science in Electrical Engineering on August He plans to pursue a career utilizing his knowledge of electronics and control systems. He wants to gain the experience to further specialize his knowledge Rigel Jimenez is currently a senior at the University of Central Florida. He plans to graduate with his Bachelor s of Science in Electrical Engineering in August of [1] Arduino, Website: REFERENCES [2] Roving Networks, Website: luetooth/rn-52-ds-1.1r.pdf [3] Accelerometer Datasheet Sparkfun, Website: dxl335.pdf [4] GSM Datasheet Sparkfun, Website: s/cel user's%20manual.pdf [5] GPS Datasheet Sparkfun, Website: 030~3_datasheet_v1.2.pdf [6] Code-42, Website: [7] Diagnosticnews, Website: [8] Dimensioning-Engineering, Website: s [9] Analog Devices, Website: fications_definitions/fca.html [10] Battery University, Website: hium_ion

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

Wander Watch. robustness and often have to be attached to the wearer s ankle.

Wander Watch. robustness and often have to be attached to the wearer s ankle. Wander Watch Jeffrey Rodriguez, Alexis Timms, Wendelyn Sanabria, and Sarah Rassel Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450 Abstract

More information

Wireless Accident Detection and Indicator System

Wireless Accident Detection and Indicator System Wireless Accident Detection and Indicator System March 15 2012 Nelson Magdaleno CmpE Adedamola Aluko EE Joseph Kennedy EE Austin Studebaker EE Ese Urhuogo EE Product Summary Accident Detection Additional

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

FMB204 FLEET MANAGEMENT // FMB204

FMB204 FLEET MANAGEMENT // FMB204 FMB204 Teltonika FMB204 is a SPECIAL waterproof (IP67) tracker with Bluetooth connectivity, internal high gain GNSS and GSM antennas and integrated high capacity backup battery. Device is designed to work

More information

Smart Helmet. Group 22. Julian Bonnells. Jorge De Gouveia. Jeremy Reimers. Blake Scherschel

Smart Helmet. Group 22. Julian Bonnells. Jorge De Gouveia. Jeremy Reimers. Blake Scherschel Smart Helmet Group 22 Julian Bonnells CpE Jorge De Gouveia CpE Jeremy Reimers Blake Scherschel EE CpE Introduction Motivation In 2014, 92,00 motorcyclists were injured and 4,586 died in motorcycle related

More information

SMART AND SAFETY HELMET FOR A RIDER

SMART AND SAFETY HELMET FOR A RIDER SMART AND SAFETY HELMET FOR A RIDER Mansi Jane 1, Lochana Yelekar 2, Akash Pandey 3, Abhishek Markande 4, Kalyani Shingne 5, Prof.Shelke 6 12345 Student, Department of Electronics and telecommunication

More information

Smart Helmet Based On IoT Technology

Smart Helmet Based On IoT Technology Smart Helmet Based On IoT Technology Mohammed Khaja Areebuddin Aatif 1, Ainapurapu Manoj 2 1,2 Dept. of Computer Science and Engineering, Vasavi College of Engineering (Autonomous) Ibrahimbagh, Hyderabad-31,

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

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 Features RoHS 520MHz Low-power ARM processor w/ 800 x 600 Color LCD Power Over Ethernet and 10/100BASE-T Ethernet GPS module

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

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

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

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

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

More information

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

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

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

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Ehtesam Zaki M.Tech Student, Dept of ECE, VIF College Of Engineering and Technology. ABSTRACT: Traffic accidents are one of the leading

More information

Interesting Items Volume 16. Dave Jaffe 04/23/2011

Interesting Items Volume 16. Dave Jaffe 04/23/2011 Interesting Items Volume 16 Dave Jaffe 04/23/2011 Caveats I came across these products in recent magazines I have not bought or used these products I do not endorse these products I do not know much more

More information

Getting to know the Arduino IDE

Getting to know the Arduino IDE Getting to know the Arduino IDE I ve heard about Arduino, what the heck is it? Arduino is a development environment Combination of hardware and software Hardware based on Atmel AVR processors Software

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

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25 Hi-Gate User Manual Hi-Gate User Manual Hi-Gate User Manual Contents 1 Introduction... 3 1.1 Hi-Gate... 3 1.1.1 What is Hi-Gate... 3 1.1.2 Specifications... 3 1.1.3 Features... 4 1.2 Hi-Node... 5 1.2.1

More information

The Heart Buddy. Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez

The Heart Buddy. Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez The Heart Buddy Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez What is the Heart Buddy? The Heart Buddy is a low-profile, portable armband specialized in getting help to individuals before

More information

IoTECH* *Internet of Things Extensible Car Hub. MDR Presentation

IoTECH* *Internet of Things Extensible Car Hub. MDR Presentation IoTECH* *Internet of Things Extensible Car Hub MDR Presentation The IoTECH Team Chris Ingerson CSE Nick Korniyenko EE Nigel Paine CSE Raghid Bahnam EE Prof. Jay Taneja Advisor IoTECH - Problem Statement

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

International Journal Of Advanced Research In Engineering Technology & Sciences

International Journal Of Advanced Research In Engineering Technology & Sciences International Journal Of Advanced Research In Engineering Technology & Sciences Email: editor@ijarets.org March- 2015 Volume 2, Issue-3 www.ijarets.org Remote Controlling Of a Vehicle Using Android App.

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

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front Arduino Uno Arduino Uno R3 Front Arduino Uno R2 Front Arduino Uno SMD Arduino Uno R3 Back Arduino Uno Front Arduino Uno Back Overview The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet).

More information

Micro Tracker MT Series Data Sheet

Micro Tracker MT Series Data Sheet Micro Tracker MT- 2000 Series Data Sheet GPS Designer Int l CORP FL. 12-2., No.423, Younger St. Younkung, Tainan, Taiwan (R.O.C.) TEL:886-6-2027499 FAX:886-6-2023593 Email secugis@secugis.net Website www.secugis.net

More information

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS)

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS) Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti-theft Alarm System Overview 1. GPS data tracking via GSM

More information

KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-202 / R9C5 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

Formula SAE Paddle Shift System

Formula SAE Paddle Shift System Formula SAE Paddle Shift System Group Members Richard Pittman - EE Musab Hmeidan - EE Sean Feschak ME/EE Kevin Castillo - CpE 12/2/2015 1 UCF Formula SAE Team o o Motivation Replace mechanical push-pull

More information

keyestudio Keyestudio MEGA 2560 R3 Board

keyestudio Keyestudio MEGA 2560 R3 Board Keyestudio MEGA 2560 R3 Board Introduction: Keyestudio Mega 2560 R3 is a microcontroller board based on the ATMEGA2560-16AU, fully compatible with ARDUINO MEGA 2560 REV3. It has 54 digital input/output

More information

Rephone Core 2G-AtmelSAMD21

Rephone Core 2G-AtmelSAMD21 Rephone Core 2G-AtmelSAMD21 SKU 102040046 Introduction RePhone is one of the most unique and interesting development board platform that created by Seeed Studio, ever since its first show on the stage

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

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

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

More information

Bike Dash. Vincent Altavilla Aziz Elouali Jose Davila. Sponsor: *Duke Energy *pending approval

Bike Dash. Vincent Altavilla Aziz Elouali Jose Davila. Sponsor: *Duke Energy *pending approval Bike Dash Vincent Altavilla Aziz Elouali Jose Davila Sponsor: *Duke Energy *pending approval A. Project Description Bike Dash is a product idea that implements an easy to use bike monitoring system that

More information

PAN1740 Design Guide

PAN1740 Design Guide 1 of 14 PAN1740 2 of 14 TABLE OF CONTENTS 1. Scope of this Document... 3 2. Key benefits when using PAN1740... 3 3. Bluetooth Low Energy... 3 4. Description PAN1740... 4 5. Block Diagram PAN1740 Module...

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

IMU6420 V0.98 Data Logger Release Notes January 12, 2013

IMU6420 V0.98 Data Logger Release Notes January 12, 2013 IMU6420 V0.98 Data Logger Release Notes January 12, 2013 Features The IMU6420 is a high performance 10 DOF datalogger with the following features: - Atmega1284P processor (11.0592MHz) with real time clock

More information

TEMPERATURE MONITORING SYSTEM

TEMPERATURE MONITORING SYSTEM TEMPERATURE MONITORING SYSTEM Akshada Rathod 1, VijitaMalhotra 2, Mritunjay Ojha 3 1, 2, 3 Department of Computer Engineering, Fr.Conceicao Rodrigues Institute of Technology, (India) ABSTRACT A temperature

More information

ELET114A Bluetooth Module DATASHEET. Website:http://www.elinketone.com / 7

ELET114A Bluetooth Module DATASHEET. Website:http://www.elinketone.com / 7 Bluetooth Module DATASHEET Website:http://www.elinketone.com 2013 06 09 1 / 7 A. Overview Bluetooth Module is designed by ShenZhen ElinkEtone Technology Company for intelligent wireless transmission, with

More information

PBLN52832 DataSheet V Copyright c 2017 Prochild.

PBLN52832 DataSheet V Copyright c 2017 Prochild. PBLN52832 DataSheet V1.2.3 Copyright c 2017 Prochild. No part of this publication and modification may be reproduced without the prior written permission of the author. Revision History No Version Date

More information

All In One Protective kit For Women

All In One Protective kit For Women All In One Protective kit For Women Mr. Vaibhav A. Alone- M.Tech Student, Guide - Asst. Prof Ashish Manusmare, Co-guide - Asst. Prof Trupti Bhoskar Dept. Of Electronic & Communication Engineering Fr. Ballarpur

More information

The Final Report. Team May1717. Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle. Team Members: Kebei Wang - Team leader

The Final Report. Team May1717. Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle. Team Members: Kebei Wang - Team leader The Final Report Team May1717 Client:Dan Stieler (Powerfilm Inc.) Advisor:Gary Tuttle Team Members: Kebei Wang - Team leader Kukjin Chung - Communication Leader Trevor Brown - Key Concept Holder Xiang

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

Development of Intelligent Vehicle Network for safety Applications

Development of Intelligent Vehicle Network for safety Applications Development of Intelligent Vehicle Network for safety Applications Raj Kiran 1 &V.Lakshman 2 A. RAJ KIRAN 1*, rajkiran_01@mlritm.co.in V.LAKSHMAN 2*, vlakshman531@gmail.com Assistant Professor, Electronics

More information

GELS (GSM Electronic Lock System)

GELS (GSM Electronic Lock System) GELS (GSM Electronic Lock System) EECE Senior Design I Howard University Dr. Charles Kim Michael Robinson Eden Clements Corbin Jackson Darrell Smith 1 Presentation Outline Background Problem Formulation

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

THE WI-FI SEEKER GROUP 30 CHRISTINA LEICHTENSCHLAG ADRIAN MORGAN JIMMY WONG SPONSORS: LEIDOS DUKE ENERGY

THE WI-FI SEEKER GROUP 30 CHRISTINA LEICHTENSCHLAG ADRIAN MORGAN JIMMY WONG SPONSORS: LEIDOS DUKE ENERGY THE WI-FI SEEKER GROUP 30 CHRISTINA LEICHTENSCHLAG ADRIAN MORGAN JIMMY WONG SPONSORS: LEIDOS DUKE ENERGY THE WI-FI SEEKER The Wi-Fi Seeker is a robot whose purpose is to determine the location where a

More information

ESPino - Specifications

ESPino - Specifications ESPino - Specifications Summary Microcontroller ESP8266 (32-bit RISC) WiFi 802.11 (station, access point, P2P) Operating Voltage 3.3V Input Voltage 4.4-15V Digital I/O Pins 9 Analog Input Pins 1 (10-bit

More information

Blobo Clone Angry Birds Toy Upgrade. Requirement and implementation specification and test plan

Blobo Clone Angry Birds Toy Upgrade. Requirement and implementation specification and test plan Blobo Clone Angry Birds Toy Upgrade Requirement and implementation specification and test plan DOCUMENT INFORMATION Subject: Authors:, Keywords: Comments: Creation date: 10 December 2012 Revision date:

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

Arduino Uno R3 INTRODUCTION

Arduino Uno R3 INTRODUCTION Arduino Uno R3 INTRODUCTION Arduino is used for building different types of electronic circuits easily using of both a physical programmable circuit board usually microcontroller and piece of code running

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

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

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

Remote Keyless Entry In a Body Controller Unit Application

Remote Keyless Entry In a Body Controller Unit Application 38 Petr Cholasta Remote Keyless Entry In a Body Controller Unit Application Many of us know this situation. When we leave the car, with a single click of a remote control we lock and secure it until we

More information

GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE. Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA

GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE. Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA Anh Loan Nguyen John E. Van Sickle Jordan Acedera Christopher Spalding December

More information

StarFinder Aire User Manual

StarFinder Aire User Manual Document No.: Document Type: Security Level: 270-UM-001 User Manual Open StarFinder Aire User Manual (Preliminary) Version 1.00 Dec. 05, 2015 Copyright Laipac Technology Inc. Release History Revision Date

More information

Truck Smart Blind Spot Detection System Group #32. David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE)

Truck Smart Blind Spot Detection System Group #32. David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE) Truck Smart Blind Spot Detection System Group #32 David Sheets (EE) Neel Sheth (EE) Aris Socorro (CpE) Abhijith Santhoshkumar (CpE) Motivation 15% of large truck collisions are caused by poor observations*

More information

GSM MODULE BASED SMART NOTICE BOARD

GSM MODULE BASED SMART NOTICE BOARD GSM MODULE BASED SMART NOTICE BOARD Manpreet Singh Gagandeep Singh Sodhi Azadwinder Singh Abstract-- The ways of addressing public at large viz; bus terminals, railway stations, colleges, universities

More information

ARDUINO LEONARDO WITH HEADERS Code: A000057

ARDUINO LEONARDO WITH HEADERS Code: A000057 ARDUINO LEONARDO WITH HEADERS Code: A000057 Similar to an Arduino UNO, can be recognized by computer as a mouse or keyboard. The Arduino Leonardo is a microcontroller board based on the ATmega32u4 (datasheet).

More information

FIFOTRACK VEHICLE GPS TRACKER. Model: S30 Version: V1.1

FIFOTRACK VEHICLE GPS TRACKER. Model: S30 Version: V1.1 FIFOTRACK VEHICLE GPS TRACKER Model: S30 Version: V1.1 www.fifotrack.com Copyright and Disclaimer All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise, copy or spread

More information

DesignWare IP for IoT SoC Designs

DesignWare IP for IoT SoC Designs DesignWare IP for IoT SoC Designs The Internet of Things (IoT) is connecting billions of intelligent things at our fingertips. The ability to sense countless amounts of information that communicates to

More information

Arduino Smart Robot Car Kit User Guide

Arduino Smart Robot Car Kit User Guide User Guide V1.0 04.2017 UCTRONIC Table of Contents 1. Introduction...3 2. Assembly...4 2.1 Arduino Uno R3...4 2.2 HC-SR04 Ultrasonic Sensor Module with Bracket / Holder...5 2.3 L293D Motor Drive Expansion

More information

AT200V3 Vehicle Tracking Device. Version 3.x Hardware. User Guide

AT200V3 Vehicle Tracking Device. Version 3.x Hardware. User Guide AT200V3 Vehicle Tracking Device Version 3.x Hardware User Guide Document Version: 2.0 Device Hardware Version: 3.0+ Date: July 2017 1 Abbreviations ADC ASCII BLE BT CAN DC FET GIS GPRS GPS GSM IP LED MEMS

More information

FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER

FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER FIFOTRACK MOTORCYCLE/VEHICLE GPS TRACKER Model: S20 Version: V1.1 www.fifotrack.com Copyright and Disclaimer All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise,

More information

GSM 4 click MIKROE Weight: 33 g

GSM 4 click MIKROE Weight: 33 g GSM 4 click MIKROE-2388 Weight: 33 g GSM 4 click is a mikrobus add-on board that features the u-blox SARA-G3 series 2.5G GSM/GPRS cellular quad-band module. The SARA-G3 module has a miniature LGA (Land

More information

ARDUINO UNO REV3 SMD Code: A The board everybody gets started with, based on the ATmega328 (SMD).

ARDUINO UNO REV3 SMD Code: A The board everybody gets started with, based on the ATmega328 (SMD). ARDUINO UNO REV3 SMD Code: A000073 The board everybody gets started with, based on the ATmega328 (SMD). The Arduino Uno SMD R3 is a microcontroller board based on the ATmega328. It has 14 digital input/output

More information

TRIPonist Car Mirror N2P900. Smart Vehicle Surveillance & Security System. User manual Version 3.0

TRIPonist Car Mirror N2P900. Smart Vehicle Surveillance & Security System. User manual Version 3.0 TRIPonist Car Mirror N2P900 Smart Vehicle Surveillance & Security System User manual Version 3.0 Welcome N2P900 combines world-class performance with a 5-inch display that integrates Live Streaming, GPS

More information

1. Introduction Packing list Parts Introduction Uno R3 Board for Arduino Specifications... 6

1. Introduction Packing list Parts Introduction Uno R3 Board for Arduino Specifications... 6 Table of Contents Smart Bluetooth Robot Car Kit for Arduino 1. Introduction...4 1.1 Packing list...5 2. Parts Introduction...6 2.1 Uno R3 Board for Arduino...6 2.1.1 Specifications... 6 2.2 HC-SR04 Ultrasonic

More information

Farklı Arduino Boardlar

Farklı Arduino Boardlar Farklı Arduino Boardlar Arduino UNO R3 Microcontroller ATmega328P (8 bit) DataSheet http://ww1.microchip.com/downloads/en/devicedoc/atmel- 42735-8-bit-AVR-Microcontroller-ATmega328-328P_Datasheet.pdf Operating

More information

SMART HOME SYSTEMS. Group 10. Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE

SMART HOME SYSTEMS. Group 10. Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE SMART HOME SYSTEMS Group 10 Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE Motivations Energy efficiency light automation, appliance control Convenience control through your portable devices Security

More information

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-178 / R9H4 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

KW2XD REFERENCE DESIGNS

KW2XD REFERENCE DESIGNS KW2XD REFERENCE DESIGNS OCCUPANCY SENSOR NODE WIRELESS APPLICATION ENGINEERING FEB, 2017 PUBLIC What is a Reference Design? A form-factor design example, essentially ready to build 1.3 Proven performance

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

Final Report 26 April 2012

Final Report 26 April 2012 EEL 4924 Electrical Engineering Design (Senior Design) Final Report 26 April 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our project is

More information

Product description Rev. 3 11/06/14

Product description Rev. 3 11/06/14 EZ863-2G - GNSS Product description Rev. 3 11/06/14 1 Table of Contents 1. Overview... 4 2. General Description... 4 2.1 Dimensions... 4 2.2 Weight... 4 2.2 Installation... 5 2.3 Casing material... 6 2.4

More information

Navayuga Spatial Technologies ITS-T3 NST NST ITS-T3

Navayuga Spatial Technologies ITS-T3 NST NST ITS-T3 Navayuga Spatial Technologies ITS-T3 NST NST ITS-T3 Vehicle Tracking System NST ITS-T3 Vehicle Tracking System is a web based solution which is developed and deployed using state of art technology with

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

Product Specification

Product Specification P10 Handheld POS Terminal Product Specification 1.00 Doc name: 07-PS-P10 P10 Handheld POS Terminal 1.00.docx Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Supported Card Types... 5 3.1. MCU Cards...

More information

Arduino ADK Rev.3 Board A000069

Arduino ADK Rev.3 Board A000069 Arduino ADK Rev.3 Board A000069 Overview The Arduino ADK is a microcontroller board based on the ATmega2560 (datasheet). It has a USB host interface to connect with Android based phones, based on the MAX3421e

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

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

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

T.A.A.G. Tamper Automated Alert Gadget. Final Presentation. Group 7 Aiman Salih Daniel Gibney Leaphar Castro

T.A.A.G. Tamper Automated Alert Gadget. Final Presentation. Group 7 Aiman Salih Daniel Gibney Leaphar Castro T.A.A.G Tamper Automated Alert Gadget Final Presentation Group 7 Aiman Salih Daniel Gibney Leaphar Castro EE CpE EE Funding Dr. Yuan, Co-Director of MIST research center at UCF. Motivation With the ever

More information

IJTRD Jan - Feb 2018 Available 1

IJTRD Jan - Feb 2018 Available 1 Anti-Intrusion Security System based on Microcontroller with Local Host Android and SMS Alert via Cellular Network 1 Maurizio Melluso, 2 Agostino Basile and 3 Ivan Sollazzo, 1 Automation and Systems Engineering

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

ARDUINO UNO REV3 Code: A000066

ARDUINO UNO REV3 Code: A000066 ARDUINO UNO REV3 Code: A000066 The UNO is the best board to get started with electronics and coding. If this is your first experience tinkering with the platform, the UNO is the most robust board you can

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

Final Report. Project Title: Dial A Whip

Final Report. Project Title: Dial A Whip EEL 4924 Electrical Engineering Design (Senior Design) 25 April 2012 Project Title: Dial A Whip Team Members: Name: Chris Calvo Name: Daniel De Leo Project Abstract: Dial A Whip consists of a compact module

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

A practical component-oriented approach to IoT design and implementation

A practical component-oriented approach to IoT design and implementation A practical component-oriented approach to IoT design and implementation for students in Computer Science smartcomputerlab.org P.Bakowski Table of Contents 1. Introduction 1.1 Specification blocks symbols

More information

SMARTCOMPANION USER GUIDE PRODUCT SPECIFICATIONS GETTING STARTED STATUS AND DESCRIPTIONS ACTIVATION INSTRUCTIONS

SMARTCOMPANION USER GUIDE PRODUCT SPECIFICATIONS GETTING STARTED STATUS AND DESCRIPTIONS ACTIVATION INSTRUCTIONS SMARTCOMPANION USER GUIDE PRODUCT SPECIFICATIONS GETTING STARTED STATUS AND DESCRIPTIONS ACTIVATION INSTRUCTIONS 01 SMARTCOMPANION SPECIFICATIONS FULL BAND 3G/2G PERSONAL TRACKER SPECIFICATIONS: Size:

More information

ARDUINO MEGA 2560 REV3 Code: A000067

ARDUINO MEGA 2560 REV3 Code: A000067 ARDUINO MEGA 2560 REV3 Code: A000067 The MEGA 2560 is designed for more complex projects. With 54 digital I/O pins, 16 analog inputs and a larger space for your sketch it is the recommended board for 3D

More information

Embedded Solution IT Solution Industrial Automation

Embedded Solution IT Solution Industrial Automation About US JMR TECHNO is recognized as a leading electronics manufacturing services (EMS) provider. Genie specializes in providing the highest quality RoHS compliant circuit board assembly, electronic assembly,

More information

Adafruit Feather nrf52840 Express

Adafruit Feather nrf52840 Express Adafruit Feather nrf52840 Express PRODUCT ID: 4062 The Adafruit Feather nrf52840 Express is the new Feather family member with Bluetooth Low Energy and native USB support featuring the nrf52840! It's our

More information

SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM

SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM Introduction We know that demand for automobile has been increased traffic and thereby causing more accidents on the road. Major

More information

IMU6420 V1.00Data Logger Release Notes Feb 22, 2013

IMU6420 V1.00Data Logger Release Notes Feb 22, 2013 IMU6420 V1.00Data Logger Release Notes Feb 22, 2013 Features The IMU6420 is a high performance 10 DOF Data Logger with the following features: - Atmega1284P processor (11.0592MHz) with real time clock

More information