Electronic Training Board for Mobile Applications

Total Page:16

File Type:pdf, Size:1020Kb

Electronic Training Board for Mobile Applications ELECTRONIC TRAINING BOARD FOR MOBILE APPLICATIONS BASED ON ANDROID OPERATING SYSTEM. Edgar A. Maya, Byron R. Valenzuela Abstract - This paper provides information on LED's, digital analog converters, matrix the design and implementation of an electronic keyboard, LCD 16x2, switches, matrix trainer for mobile devices based on the Android operating system, this system includes several LEDs, buzzer, communication: Serial, devices such as LEDs, switches, buzzer, relay, pWM, I2C, Xbee, Bluetooth, GPS, Wi-fi display's, temperature sensors and modules communication as GPS, Wi-Fi, Xbee, I2C, to make and temperature sensor module. Thus applications with the mobile and trainer. promoting the technological development of the education and growth of knowledge Index Terms - Android, GPS, Wi-fi, Xbee, I2C by students. I. INTRODUCTION II. BASICS CONCEPTS The growth of technology and the great A. What is IOIO? reception of mobile based on Android operating system have made that development of a trainer for students of Engineering in Electronics and Communication Networks Universidad Tecnica del Norte, with which the same may make multiple applications based on mobile terminals with Android operating system and interact with the various Figure 1. IOIO board peripherals with the trainer account. Reference: Simon Monk (2012). Making Android Accessories with IOIO This research document received on 12 October 2014 was IOIO is a board specially designed and conducted as a preliminary project for the professional degree manufactured to work with mobile devices in Engineering in Electronics and Communication Network Engineering, Faculty of Applied Science (FICA) of the based on the Android operating system “Universidad Tecnica Del Norte” from version 1.5 (Donout) to the current E. A. Maya works at the Universidad Tecnica Del Norte, in the version of Android is version 4.1 School of Engineering in Electronics and Communication Networks, July 17th Av The Olivo, Ibarra-Ecuador (Tel: 5936- 2955-413, e-mail:. Eamaya @ utn .edu.ec). Connectivity to the mobile device can be performed by connecting the USB cable B. R. Valenzuela, a graduate of the School of Electrical Engineering and Communication Networks (Phone: 5936-2604- or via Bluetooth; IOIO contains a PIC 664, e-mail: [email protected]). microcontroller that interprets the code of The modules and peripherals that the the Android app, and allows you to interact student will have available for to make with the different modules that are counted applications are: digital input / output, as: Digital Input / Output, PWM, analog- Charge current trimer (CHG). - Use to digital converters, I2C, SPI, UART. adjust the amount of current supplied to the USB VBUS line. B. Characteristics and structure of the IOIO board Input and output pins.- The input and The IOIO board weight 13gr., 6,8cm output pins of IOIO, are used to connect long by 3cm wide, physically has 55 pins, external circuits to the various is powered by an external source between interfaces of the board, all the IOIO the GND and Vin pin has a micro USB board pins can be used as digital inputs socket for which connected with an adapter and outputs of 3.3V. cable to the Android mobile device, has two LEDs, one LED indicates when the board is o Pines and surrounded by a square, powered and the other if the board could can be used as analog inputs 3.3V connect to the Android device. o Pines or circled, can be used as inputs and digital outputs to 5V IOIO contains a PIC microcontroller tolerant. family 24FJ128DA210, which is a 16-bit microcontroller which work as a host which C. Connecting the IOIO board receives instructions from the Android The IOIO integrates a firmware that application installed on the mobile device. enables communication between mobile This microcontroller has a modified Android and plaque, this firmware is Harvard architecture, 8MHz internal divided into two programs both are stored oscillator and allows a current of 20mA in the flash memory of the microcontroller, input and output on all ports. the programs are "application" and "boot The IOIO board contains the following loader (bootloader) ". pins and components: The bootloader is the first program that Micro USB connector (type A). - Micro runs when the IOIO this firmware restarts USB socket used to connect the mobile establishes communication between the Android. board and the mobile Android, checks GND Pins (9-pin). - Pines grounding. whether the written application code if so is VIN Pines. (3 pin). - Pines supply of it running otherwise remains pending. IOIO, the supply voltage range from 5V Applying this firmware communicates with to 15V. various libraries containing IOIOLib 5V Pines (3 pin) is used output. - 5V; it control pins and internal modules. can also be used as 5V supply. Both wired communication such as Pines 3.3V (3 pin). - Output pins are Bluetooth creates a socket for transferring 3.3V. data and commands between the Android MCLR pin (1 pin). - This pin is only device and the IOIO board. used for updating firmware. Power led. - Led lights when the IOIO is fed. D. What is Android? Stat led. - Led lights when the IOIO Android is an operating system for connects to the mobile device. mobile devices like iOS, Symbian or Blackberry OS, initially developed by important to have this pack always Android Inc. in 2003 and later purchased by updated, is located in <SDK> / tools /. Google in 2005, based on the Linux kernel 2.6.0, which is responsible for manage Documentation. aspects such as security, memory A copy of the final documentation for management, processes, networking and the Android platform APIs is in <SDK> driver model (drivers). / docs /. Android allows you to develop SDK platform tools. applications using the SDK (Software They are dependent on platform tools Development Kit), applications that can necessary for developing and take advantage of the various functions of debugging the application, is updated the mobile terminal such as GPS, camera, when a new platform appears, is located contacts, accelerometer, calls, etc. in <SDK> / platform-tools /. The programming language used to create applications for Android is Java, SDK Platform. with the Linux kernel works Dalvik is a There is a platform available for each Java virtual machine that runs on top of the version of Android, android.jar includes core system and allows running a package containing all the libraries for applications. application creation. To build the Android application should declare that platform will create the application. It is E. Foundations for Android application located in <SDK> / platforms / development <android-version> /. Android applications are written in the Java programming language. The compiled Sources for Android SDK. Java application, along with all the files that It is a copy of the source code of the are part of the application after being Android platform, it is useful to step compiled code in a package with the .apk through the code while debugging the extension that is to be installed in the application. It is located in <SDK> / mobile terminal Android. sources /. Android SDK Android SDK provides a number of Samples for SDK. tools and API libraries required for creating Sample applications that can guide in and debugging Android applications; building the Android application. consists of several packets, then each Located in <SDK> / platforms / described them. <android-version> / samples /. SDK Tools. Google APIs. This package contains all necessary An additional SDK that provides a information for debugging and Android platform that can be used to develop an application testing tools, it is very application using the Google APIs, Google APIs are used to create applications that need the service Virtual Device (AVD), this mimics all the location. features of hardware and software of a real mobile device and allows you to check the Support Android. performance of Android applications It is a library that can be added to the without the need for a real team. application and allows use APIs that are not in the standard platform. <SDK> / extras / android / support /. Google play billing. Provides libraries that integrate billing services application with Google play. <SDK> / extras / google / Licencing Google play. It provides libraries and examples to Figure 3. Interface of an Android Virtual Device (AVD) carry out the verification of the license Reference: Prepared by Byron Valenzuela. Based on the AVD. application, when it is distributed in Google play. <SDK> / extras / google /. F. Android Project structure SDK Manager An Android project is basically The SDK manager shows the packages composed by a descriptor that need updating, they are available, or (AndroidManifest.xml), the Java source already installed the folders are separates code files and a number of resources. Each them into tools, platforms and other element is stored in a specific folder, as components to facilitate the discharge. shown in the following figure. Figure 2. Main Screen Android SDK Manager Reference: Prepared by Byron Valenzuela. Based on the SDK Manager Figure 4. Content of an Android project Reference: Retrieved http://www.androidcurso.com/index.php/recursos- Android virtual device (AVD) didacticos/tutoriales-android/31-unidad-1-vision-general- The Android SDK includes a virtual y-entorno-de-desarrollo/148-elementos-de-un-proyecto- android. mobile device emulator called Android src AndroidManifest.xml This folder contains all the application This file
Recommended publications
  • An Open-Source Platform for Learning Embedded Systems Based on Algorithm Visualizations and Digital Signal Controllers
    electronics Article DSCBlocks: An Open-Source Platform for Learning Embedded Systems Based on Algorithm Visualizations and Digital Signal Controllers Jonathan Álvarez Ariza Department of Electronics Technology, Engineering Faculty, Corporación Universitaria Minuto de Dios (UNIMINUTO), 111021 Bogotá, Colombia; [email protected]; Tel.: +57-310-557-9255 Received: 17 January 2019; Accepted: 29 January 2019; Published: 18 February 2019 Abstract: DSCBlocks is an open-source platform in hardware and software developed in JavaFX, which is focused on learning embedded systems through Digital Signal Controllers (DSCs). These devices are employed in industrial and educational sectors due to their robustness, number of peripherals, processing speed, scalability and versatility. The platform uses graphical blocks designed in Google’s tool Blockly that can be used to build different Algorithm Visualizations (AVs). Afterwards, the algorithms are converted in real-time to C language, according to the specifications of the compiler for the DSCs (XC16) and they can be downloaded in one of the two models of development board for the dsPIC 33FJ128GP804 and dsPIC 33FJ128MC802. The main aim of the platform is to provide a flexible environment, drawing on the educational advantages of the AVs with different aspects concerning the embedded systems, such as declaration of variables and functions, configuration of ports and peripherals, handling of Real-Time Operating System (RTOS), interrupts, among others, that are employed in several fields such as robotics, control, instrumentation, etc. In addition, some experiments that were designed in the platform are presented in the manuscript. The educational methodology and the assessment provided by the students (n = 30) suggest that the platform is suitable and reliable to learn concepts relating to embedded systems.
    [Show full text]
  • Easy Peripherals for the Internet of Things
    FACULDADE DE ENGENHARIA DA UNIVERSIDADE DO PORTO Easy Peripherals for the Internet of Things António Miguel Baldaia Moreira de Sousa Mestrado Integrado em Engenharia Eletrotécnica e de Computadores Supervisor: João Carlos Viseu Oliveira (Fraunhofer AICOS Portugal) Supervisor: Luis Miguel Pinho de Almeida (FEUP) July 22, 2016 c António Miguel Baldaia Moreira de Sousa , 2016 Abstract The Internet of Things (IoT) is booming and more than 250 million devices are expected to be part of it by 2020. The growth is mostly supported by the ever increasing amount of sensing circuitry embedded in all sorts of user devices, appliances and wearables, among others. However, the abundance of information in itself does not provide knowledge, as the raw data must first be treated and processed. In order to do so, and still keep up with the technology demand, the development of new solutions and applications has to be very efficient and expedite. Some of the major setbacks when developing IoT solutions are the interfaces available (or not) to interact with the sensory devices and retrieve measurements data. Quite often, these interfaces have to be custom developed for each prototype, or solution. This project, presented by Fraun- hofer AICOS Portugal, addresses and reduces the effort high-level developers have to put in when interacting with sensory nodes. A complete communication protocol was designed and implemented on top of Bluetooth Low Energy to establish the communication between a sensory node, such as a micro-controller plat- form, and a data collection device, such as an Android smartphone. The protocol may be imple- mented on any platform, but this project focuses on establishing the communication between an Android device and a Fraunhofer proprietary micro-controller platform, the Pandlet.
    [Show full text]
  • Warf Electronics Shopping - Catalog Electronics Shopping IOIO for Android FR4 1.6Mm Blank PCB Board Single Side 6X6" 1Oz
    เลขประจําตัวผูเสียภาษี 3271161630 Warf Electronics Shopping - Catalog Electronics Shopping IOIO for Android FR4 1.6mm Blank PCB board Single Side 6x6" 1oz. ELE-SP072006172 ELE-WA491996121 1,950.00 THB 50.00 THB IN-14 RUSSIAN NIXIE TUBES IN-14 IN14 NEW NOS Line Iso-Regulation IRG-600 ELE-WA491996260 ELE-WA491986075 400.00 THB 27,500.00 THB LC-3 Purist Line Conditioner PS-8 Clean Power Station ELE-WA491986053 ELE-WA491986069 11,650.00 THB 5,850.00 THB ISO Clean Power Station ชุดกรองไฟ NFC-3 ELE-WA491986071 ELE-WA491986072 12,600.00 THB 8,600.00 THB ชุดกรองไฟ NFC2 ชุดกรองไฟ NFC-1 ELE-WA491986073 ELE-WA491986074 11,500.00 THB 14,500.00 THB อุปกรณชวยขจัดสัญญาณรบกวน LI-500 เครื่องกรองไฟ LC-1 MKII ELE-WA491986076 ELE-WA491986077 7,800.00 THB 4,890.00 THB CPS-8 SE Clean Power Station CPS-8 Clean Power Station ELE-WA491986054 ELE-WA491986068 8,800.00 THB 6,800.00 THB Line Iso-Regulation IRG-600 Black PS-8 SE Clean Power Station ELE-WA491986070 ELE-WA491986067 28,500.00 THB 7,800.00 THB AudioengineUSA N22 Amplifier / Headphone Amp Bellari HA540 Tube Headphone Amp ELE-WA491976078 ELE-WA491976079 7,500.00 THB 11,500.00 THB Burson Headphone Amp 160 Cavalli Audio Liquid Fire Headphone Amp (pre order) ELE-WA491976081 ELE-WA491976082 26,900.00 THB 49,900.00 THB Centrance DACmini Centrance DACport 24/96 USB Headphone Amp ELE-WA491976083 ELE-WA491976084 29,500.00 THB 14,500.00 THB Creek Audio OBH-11 Headphone Amplifier Creek Audio OBH-21 Headphone Amplifier ELE-WA491976085 ELE-WA491976086 9,800.00 THB 14,500.00 THB Creek Audio OBH-21 SE Headphone Amplifier
    [Show full text]
  • LNICST 117, Pp
    Efficient and Alternative Approach for Android Based Mobile Remote Control in a Bluetooth Environment Husain Alhayki1 and Jayavrinda Vrindavanam2 1 Telecommunication Engineering, Caledonian College of Engineering, Muscat, Oman [email protected] 2 Department of Electronic and Computer Engineering, Caledonian College of Engineering, Muscat, Oman [email protected] Abstract. The paper presents a novel method of design and implementation of a control system using Bluetooth technologies. The proposed system based on IOIO board, Bluetooth and android application endeavours to support user the ability to control the electrical devices from mobile devices, which must have android operating system. The proposed system design is simple, multifunctional, superior to previous approaches and can considerably economise the costs involved in developing such systems. The application has a variety of uses in offices, factories, laboratories and access controlled environments. Keywords: Android, IOIO board, Bluetooth, SDK tools, ATD plugin. 1 Introduction With the advent of mobile phones, a multitude of functions are added to such hand held instruments on a continuous basis, making such devices as ‘versatile master control device’. The uses of such devices are extremely divergent. Such uses range from photography, video chats, daily planner, e-mail facility and so on. As an extension to such advancements, the main objective of this paper is to design and implement a new control system for devices using mobile phones which run with the support of android operating system through the support of Bluetooth technology as a medium of communication. There are many controlling boards that can be used in these applications such as Arduino, mbed, IOIO board etc, and each one has its own specifications and applications.
    [Show full text]
  • 36-DD-13964.Pdf
    Page 1 of 26 IOIO-OTG Hookup Guide Introduction The IOIO-OTG (pronounced “yo-yo-O-T-G"; the OTG stands for On-The- Go) is a development board specially designed to allow developers to add advanced hardware I/O capabilities to their Android or PC application. It features a PIC microcontroller, which acts like a bridge that connects an app on your PC or Android device to low-level peripherals like GPIO, PWM, ADC, I2 C, SPI and UART. An app-level library helps you write control code for these low level peripherals in the same way you’d write any other Java app! IOIO-OTG - V2.2 DEV-13613 What separates the IOIO-OTG from previous IOIO boards is its ability to leverage the USB On-The-Go specification to connect as a host or an accessory. There are several ways to connect the IOIO to your Java app. If the app is running on your Android device, the IOIO-OTG will act as a USB host and supply charging current to your device (meaning the IOIO-OTG will need its own power source). If your app is running on a Windows, Linux or OSX machine, the IOIO-OTG will assume device mode and present itself as a virtual serial port. When in device mode, the IOIO-OTG can be powered by the host. Connecting a USB Bluetooth® dongle will cause the IOIO-OTG to show up as a Bluetooth serial connection, so you can go wireless! Page 2 of 26 Required Materials A USB Female A to Micro A OTG Cable should have been included with the purchase of your IOIO-OTG.
    [Show full text]
  • List of Projects Using Raspberry Pi with Advance View: 1
    List of Projects using Raspberry Pi with advance view: 1. Mobile Remote Surveillance Camera This interesting project will cover all things required for the ultimate goal of building a mobile remote surveillance camera. https://youtu.be/6FrEs4C9D-Y This interesting but complicated project will cover things from designing building a robot, to advanced congurations in linux (raspberry pi) to building an Android application…... Listed under: Phone Projects 2. Android Controlled Toy Using Raspberry Motor Shield The terrain vehicle which is managed with raspberry pi, arduino and controlled vi android software. Story At the end of the project we will manage a terrain vehicle which controlled by android device's accelemoter sensor The project contains Motor shield, raspberry pi, arduino and dc…... Listed under: Motor Projects 3. GrovePi Windows IoT: LED Blink This tutorial shows the simplest thing that you can do with the GrovePi: Blink a LED. Introduction to GrovePi with Windows IOT: LED Blink Tutorial This tutorial shows the simplest thing that you can do with the GrovePi: Blink a LED. This a great…... Listed under: LED Projects 4. Azure IoT Hub nRF24L01 Windows 10 IoT Core Field Gateway Windows 10 IoT Core on RPI based nRF24L01 eld gateway which enable sensor nodes to securely & reliably upload telemetry to AzureIoT Hubs. Overview For school Internet of Things (IoT) projects I needed a robust eld gateway for uploading telemetry data from a number "cheap n…... Listed under: Home Automation Projects 5. Windows 10 IoT Core on Raspberry Pi 2 – Adafruit Sensor data Pushing data to Microsoft Azure Event hubs from Windows 10 IoT Core with Raspberry Pi-2 connected with the Adafruit 10DOF IMU This is my rst blog on Windows 10 IoT Core with Raspberry Pi-2 connected with the Adafruit 10DOF IMU (A combo board provides 3-axis…..
    [Show full text]
  • Programming Your Home Automate with Arduino, An
    Praise for Programming Your Home Mike has a broad technology experience base that puts all the pieces of some remarkable projects together. It’s amazing that he makes it all so easy and afford- able. Don’t miss all that can be learned from this gem. ➤ Michael Bengtson, Consultant The Web-Enabled Light Switch project gave my family convenience and security options and enhanced my knowledge of RS-232 communications. It is nice to be able to switch on lights from my favorite chair. And the Tweeting Bird Feeder project has opened my eyes to the uses of radio communications around the home for things besides Wi-Fi, and it will help in my work to contribute to the preserva- tion of bird species that are struggling for food and habitat. ➤ Bob Cochran, Information Technology Specialist With this book, Mike Riley celebrates the Arduino microcontroller in a way that both beginning and advanced home automation hobbyists will enjoy. ➤ Sven Davies, Vice President of Applications This is an outstanding reference that should be on the desk of every DIYer. In much the same way that software engineers mention “The Gang of Four Patterns Book,” I predict this text will eventually be referred to as “The Riley Book of Home Automation.” ➤ Jon Kurz, President, Dycet, LLC Every technology is only as exciting as the things you do with it. Mike takes a few cheap electronics parts, an Arduino, and a bit of code and turns your home into a much more exciting and enjoyable place. His easy-to-follow instructions make every single one of these projects both fun and useful.
    [Show full text]
  • Sistema De Monitorización De Señales Basado En IOIO Y Android
    Trabajo Fin de Grado Grado en Ingeniería de las Tecnologías de Telecomunicación Sistema de monitorización de señales basado en IOIO y Android Autor: Javier Soriano Ruiz Tutor: Antonio Luque Estepa Equation Chapter 1 Section 1 Dep. Ingeniería Electrónica Escuela Técnica Superior de Ingeniería Universidad de Sevilla Sevilla, 2017 i Trabajo Fin de Grado Grado en Ingeniería de las Tecnologías de Telecomunicación Sistema de monitorización de señales basado en IOIO y Android Autor: Javier Soriano Ruiz Tutor: Antonio Luque Estepa Profesor titular Dep. de Ingeniería Electrónica Escuela Técnica Superior de Ingeniería Universidad de Sevilla Sevilla, 2017 Trabajo Fin de Grado: Sistema de monitorización de señales basado en IOIO y Android Autor: Javier Soriano Ruiz Tutor: Antonio Luque Estepa El tribunal nombrado para juzgar el Proyecto arriba indicado, compuesto por los siguientes miembros: Presidente: Vocales: Secretario: Acuerdan otorgarle la calificación de: Sevilla, 2017 El Secretario del Tribunal A mi familia A mis amigos A mis maestros Agradecimientos Durante estos años de vida universitaria ha habido mucha gente importante que ha pasado por mi vida y que me ha ayudado a ir superando poco a poco cada obstáculo nuevo que se presentaba. Por tanto, no puedo dejar de mencionar aquí a mi familia, amigos y profesores. En primer lugar, tengo que agradecer a mis padres su esfuerzo y dedicación para hacerme llegar hasta aquí, en especial a mi madre, que ha estado siempre apoyándome en los momentos más duros. Mamá, sin ti esto no sería posible. Te quiero. Los amigos siempre son una burbuja en la que escaparse en esos momentos de agobio, por tanto, no puedo dejar de darles las gracias.
    [Show full text]
  • Controlling Multi-Core Race Conditions in Linux
    Extending Android via External Microprocessors Mike Anderson Chief Scientist The PTR Group, Inc. [email protected] Copyright 2013, The PTR Group, Inc. Android and the outside world Strategies for adding new sensors Real-time Android? Why add external microprocessors/ Cs? Code for the C vs. Firmata Connection strategies ABS-SClara-0428-2 Copyright 2014, The PTR Group, Inc. Android and the Outside World Android knows about a number of device classes out of the box Gyros, accelerometers, compass, GPS, etc. Integrated through libsensors into the Android framework Adding new sensors to the platform would normally require rebuilding the AOSP libsensors and reflashing the system easily done for multiple platforms ABS-SClara-0428-3 Copyright 2014, The PTR Group, Inc. Adding Control Capabilities The real world is filled with opportunities to add new interfaces CAN bus, GPIOs, A/D, D/A, PWM, I2C, SPI, etc. the typical handset/tablet We could build a custom Android device We would need custom hardware just to wire the signals out of the Android platform Additionally, there would be significant effort to get, modify and rebuild the platform sources for even soft real-time control Focus is on Java behavior ABS-SClara-0428-4 Copyright 2014, The PTR Group, Inc. Alternate Extension Options Android natively supports several different connection options USB, Wi-Fi, Bluetooth and NFC Via one of these connections, we can use an external device for the interface to the real world and use Android for control and UI Offload the time-sensitive work to dedicated hardware Goal is to save cost while being able to guarantee service ABS-SClara-0428-5 Copyright 2014, The PTR Group, Inc.
    [Show full text]
  • Elektronikladen | ELMICRO Sparkfun Preisliste
    Elektronikladen | ELMICRO http://elmicro.com SparkFun Preisliste November 2011 EVP EUR netto BOB-00099 Real Time Clock Module 11,20 BOB-00193 Adapter board for Microchip ICD and ICD2 4,50 BOB-00194 Adapter board for SFE ICSP Connections 3,00 BOB-00196 Breakout Board for RF-24G Transceiver 0,80 BOB-00198 Breakout Board for CP2102 USB to Serial 16,50 BOB-00199 Breakout Board for CP2103 USB to Serial w/ GPIOs 16,50 BOB-00203 Breakout Board for Photo Interrupter CNZ1120 0,80 BOB-00204 Breakout Board for SD-MMC Cards 7,50 BOB-00493 Breakout Board CF Compact Flash Cards - Slim 7,50 BOB-00494 SOIC to DIP Adapter 8-Pin 2,20 BOB-00495 SOIC to DIP Adapter 20-Pin 3,00 BOB-00496 SOIC to DIP Adapter 28-Pin 3,00 BOB-00497 SSOP to DIP Adapter 8-Pin 2,20 BOB-00498 SSOP to DIP Adapter 16-Pin 2,20 BOB-00499 SSOP to DIP Adapter 20-Pin 3,00 BOB-00500 SSOP to DIP Adapter 28-Pin 3,00 BOB-00544 Breakout Board for microSD Transflash 7,50 BOB-00549 GPIB-USB Controller 166,70 BOB-00573 Breakout Board for SIM Cards 11,20 BOB-00716 Breakout Board for RJ45 1,50 BOB-00717 SOT23 to DIP Adapter 0,70 BOB-00718 Breakout Board for FT232RL USB to Serial 11,20 BOB-00747 Breakout Board for LMD1820x H-Bridge 1,50 BOB-00765 Ethernet Interface Board - ENC28J60 33,30 BOB-07841 Breakout Board for FT245RL USB to FIFO 13,50 BOB-08130 Breakout Board for PCF8575 I2C Expander 9,00 BOB-08276 Breakout Board for XBee Module 2,20 BOB-08508 AVR Programming Adapter 1,10 BOB-08551 Breakout Board for FT232RQ USB to Serial 25,60 BOB-08552 Breakout Board for Serial DB9 1,10 BOB-08595 Spartan
    [Show full text]
  • Electronics & Automation Engineering Catalogue
    OCEAN CON- Electronics & Automation Engineering Catalogue OCEAN CONTROLS ELECTRONICS & AUTOMATION CATALOGUE June 2012 June CATALOGUE AUTOMATION & ELECTRONICS CONTROLS OCEAN Office: 3/24 Wise Avenue TROLS Seaford VIC 3198 Australia 9am to 5pm Monday to Friday except public holidays Post: PO Box 2191 Seaford BC VIC 3198 Australia Phone: +61 3 9782 5882 Fax: +61 3 9782 5517 Web: www.oceancontrols.com.au Email: [email protected] June 2012 June 2012 TABLE OF CONTENTS Dear Customer Data acquisition 1 Welcome to the second edition of our catalog. It has been another busy year Data Loggers 7 with us adding 200 to 300 hundred new products to the catalog. As well as more products we have improved the indexing in the catalog to help you find items computer parts 11 Among the new products are PLCs and HMIs from Delta, low cost pressure and flow sensors from AXE, temperature sensors from Comeco and the new components 13 Fieldlogger from Novus ommunications We have also been designing and manufacturing new products as well as up- c 17 grading our some of our older products. These include the KTA-250 Anemom- eter Interface Card, KTA-266 4 to 20 mA Calibrator, KTA-290 Serial Stepper programmabLe controLLers 22 Motor Controller and upgrading ModbusView TCP and ISEE-Modbus TCP software. remote & gsm controLLers 31 In conclusion I would like to thank you for your continued support and we will endeavour to provide great service and economical solutions to your control emperature rocess ontroLLers needs. t & p c 34 pLcs & Hmis 38 Regards, Peter Simmonds, counters & timers 41 Managing Director.
    [Show full text]
  • Programming Your Hom
    www.it-ebooks.info Praise for Programming Your Home Mike has a broad technology experience base that puts all the pieces of some remarkable projects together. It’s amazing that he makes it all so easy and afford- able. Don’t miss all that can be learned from this gem. ➤ Michael Bengtson, Consultant The Web-Enabled Light Switch project gave my family convenience and security options and enhanced my knowledge of RS-232 communications. It is nice to be able to switch on lights from my favorite chair. And the Tweeting Bird Feeder project has opened my eyes to the uses of radio communications around the home for things besides Wi-Fi, and it will help in my work to contribute to the preserva- tion of bird species that are struggling for food and habitat. ➤ Bob Cochran, Information Technology Specialist With this book, Mike Riley celebrates the Arduino microcontroller in a way that both beginning and advanced home automation hobbyists will enjoy. ➤ Sven Davies, Vice President of Applications This is an outstanding reference that should be on the desk of every DIYer. In much the same way that software engineers mention “The Gang of Four Patterns Book,” I predict this text will eventually be referred to as “The Riley Book of Home Automation.” ➤ Jon Kurz, President, Dycet, LLC www.it-ebooks.info Every technology is only as exciting as the things you do with it. Mike takes a few cheap electronics parts, an Arduino, and a bit of code and turns your home into a much more exciting and enjoyable place.
    [Show full text]