F*WATCH, making a watch differently!

Size: px
Start display at page:

Download "F*WATCH, making a watch differently!"

Transcription

1 F*WATCH, making a watch differently! Federico Vaga, Matthieu Cattin FOSDEM, Brussels, 31 January 2015 Federico Vaga, Matthieu Cattin F*WATCH 1/44

2 What is it? Federico Vaga, Matthieu Cattin F*WATCH 2/44

3 What is it? Federico Vaga, Matthieu Cattin F*WATCH 2/44

4 Why a watch? Retirement gift for a timing Hacker Gift Requirement 1 customization of the gift 2 hackable gift 3 free/open source 4 use only FOSS tools Federico Vaga, Matthieu Cattin F*WATCH 3/44

5 Development organization Federico Vaga, Matthieu Cattin F*WATCH 4/44

6 The design Components selection criteria Low power consumption Available in small quantity from main suppliers Small size (footprint) Federico Vaga, Matthieu Cattin F*WATCH 5/44

7 Components selection Micro-controller (EFM32) Silicon Labs 32-bit Cortex-M3 1MB flash 128kB RAM 1.1uA deep sleep Federico Vaga, Matthieu Cattin F*WATCH 6/44

8 Components selection GPS module Antenova 13 x 9.5 x 1.8mm Integrated antenna Federico Vaga, Matthieu Cattin F*WATCH 7/44

9 Components selection Altimeter module (pressure sensor) Measurement Specialties 6.4 x 4 x 2.8mm Water-resistant Includes a thermometer Federico Vaga, Matthieu Cattin F*WATCH 8/44

10 Components selection Memory LCD display Sharp 128 x 128 pixels 1.28 inches Ultra low current Federico Vaga, Matthieu Cattin F*WATCH 9/44

11 Components selection Battery Adafruit Li-ion 500mAh Big capacity Lightweight Rechargeable Federico Vaga, Matthieu Cattin F*WATCH 10/44

12 Components selection Other features 3-axis accelerometer + compass Ambient light sensor micro-sd card slot Battery charger + fuel gauge micro-usb connector Buzzer Vibrating motor Foreseen improvements Bluetooth LE Low noise amplifier for the GPS antenna Power management Federico Vaga, Matthieu Cattin F*WATCH 11/44

13 PCB design CERN is contributing Developers in the team (help, bugfix, feedback) New features making routing easier (e.g push&shove) Script to generate placement pdf Interested in knowing more about KiCad developments? Visit the EDA dev room (AW1.124) tomorrow Federico Vaga, Matthieu Cattin F*WATCH 12/44

14 PCB design Characteristics 4 x 4 cm 4 layers Components on both sides Licensed under CERN OHL v1.2 Federico Vaga, Matthieu Cattin F*WATCH 13/44

15 PCB assembly & validation Prototypes assembled by hand Fully working, except two minor bugs Error in a datasheet MCU interrupt scheme Fixed with few cuts and wires! Federico Vaga, Matthieu Cattin F*WATCH 14/44

16 Backlight A long story... To read display in the dark No backlight available Federico Vaga, Matthieu Cattin F*WATCH 15/44

17 Backlight First try: LEDs + opaque Plexiglas Federico Vaga, Matthieu Cattin F*WATCH 16/44

18 Backlight First try: LEDs + opaque Plexiglas Not good! Federico Vaga, Matthieu Cattin F*WATCH 16/44

19 Backlight Second try: Recycled smartphone backlight Federico Vaga, Matthieu Cattin F*WATCH 17/44

20 Backlight Second try: Recycled smartphone backlight Better, but... Federico Vaga, Matthieu Cattin F*WATCH 17/44

21 Backlight Current try: Custom-made module Low quantity, cheap (< 5$/pces) Federico Vaga, Matthieu Cattin F*WATCH 18/44

22 Backlight Current try: Custom-made module Low quantity, cheap (< 5$/pces) The solution Federico Vaga, Matthieu Cattin F*WATCH 18/44

23 Mechanical design CAD tool selection No mechanical engineer No experience in 3D design/printing Evaluate existing free CAD tools FreeCAD, OpenSCAD, Open CASCADE,... Federico Vaga, Matthieu Cattin F*WATCH 19/44

24 Mechanical design CAD tool selection Criteria No mechanical engineer No experience in 3D design/printing Evaluate existing free CAD tools FreeCAD, OpenSCAD, Open CASCADE,... Documentation, support User-friendliness, learning curve Federico Vaga, Matthieu Cattin F*WATCH 19/44

25 Mechanical design CAD tool selection Criteria No mechanical engineer No experience in 3D design/printing Evaluate existing free CAD tools FreeCAD, OpenSCAD, Open CASCADE,... Documentation, support User-friendliness, learning curve Decided to use FreeCAD Federico Vaga, Matthieu Cattin F*WATCH 19/44

26 Mechanical design Full of new challenges Learn FreeCAD from scratch Design a watch case 3D print it Federico Vaga, Matthieu Cattin F*WATCH 20/44

27 Mechanical design Full of new challenges Learn FreeCAD from scratch Design a watch case 3D print it It s time for a live demo! Federico Vaga, Matthieu Cattin F*WATCH 20/44

28 3D model Making of movie (6 hours summarised in 5 minutes) Federico Vaga, Matthieu Cattin F*WATCH 21/44

29 First 3D print Fused plastic material - Low-cost 3D printer Poor resolution, not good enough Federico Vaga, Matthieu Cattin F*WATCH 22/44

30 Second 3D print Plastic material (powder) Good resolution, but not smooth, not water-proof Federico Vaga, Matthieu Cattin F*WATCH 23/44

31 Third 3D print Resin material Smooth, water-proof, but bad fastening Federico Vaga, Matthieu Cattin F*WATCH 24/44

32 Forth 3D print Resin material Improved case parts fastening Federico Vaga, Matthieu Cattin F*WATCH 25/44

33 Mechanical design The buttons Federico Vaga, Matthieu Cattin F*WATCH 26/44

34 Building the watch Buy electronics/mechanical components Download circuit Gerber files and order PCB Assemble the board Download case/button models and order 3D print Buy/build a programmer (bootloader) Optional: Milling machine (Plexiglas) Federico Vaga, Matthieu Cattin F*WATCH 27/44

35 Building the watch Software Download sources from the GIT repo No binary releases (yet) Compile bootloader and flash it (using a programmer) Compile application sw and flash it (using the bootloader) Modify, re-flash, test, etc... git://ohwr.org/f-watch.git Federico Vaga, Matthieu Cattin F*WATCH 28/44

36 How much does it costs? Estimated cost for small series (without shipping) Number of watches Pcb + components 175 C 94 C 81 C Pcb assembly C 67 C Case + buttons + screws 68 C 67 C 61 C TOTAL per watch 243 C 278 C 209 C TOTAL 243 C C C 3D print : 60 C PCB : 77 C Pressure sensor : 19 C GPS module : 19 C Display : 17 C Federico Vaga, Matthieu Cattin F*WATCH 29/44

37 MCU SDK free and open source software A lot of integration examples Well documented Federico Vaga, Matthieu Cattin F*WATCH 30/44

38 Bootloader free bootloader provided by SiliconLab support for IAR, Keil uvision migrate to gcc toolchain (don t use gcc optimization!) Federico Vaga, Matthieu Cattin F*WATCH 31/44

39 Operating System FreeRTOS uc/os-iii RTX TNKernel License Mod. GPL restrictive BSD BSD EFM32 yes yes yes no USB no yes no yes FAT no yes no yes Federico Vaga, Matthieu Cattin F*WATCH 32/44

40 Operating System FreeRTOS Keil RTX nice documentation nice documentation big community community? a lot of examples few examples Federico Vaga, Matthieu Cattin F*WATCH 33/44

41 Graphic tiny 2D graphic library adapt the library to our screen Features write text draw simple geometry and icons event management Federico Vaga, Matthieu Cattin F*WATCH 34/44

42 Applications Federico Vaga, Matthieu Cattin F*WATCH 35/44

43 Interface Federico Vaga, Matthieu Cattin F*WATCH 36/44

44 Demo Applications demonstration video Federico Vaga, Matthieu Cattin F*WATCH 37/44

45 Documentation how to configure your machine how to write applications details about the project Federico Vaga, Matthieu Cattin F*WATCH 38/44

46 Development Summary free PCB design free mechanic design free software free tools free time Federico Vaga, Matthieu Cattin F*WATCH 39/44

47 Development Summary free PCB design free mechanic design free software free development for free products free tools free time Federico Vaga, Matthieu Cattin F*WATCH 39/44

48 Free Development Needs Free Tools Federico Vaga, Matthieu Cattin F*WATCH 40/44

49 Free Development Needs Free Tools Federico Vaga, Matthieu Cattin F*WATCH 40/44

50 Easy to Make How difficult can it be? Competitive free tools Specialized company in 3D printing Specialized company in PCB manufacturing Easy to ship everywhere Federico Vaga, Matthieu Cattin F*WATCH 41/44

51 Next Generation Free-Open Source Free products are real cars, robots, watches, bikes, houses, phones,... 3D Metal printers Federico Vaga, Matthieu Cattin F*WATCH 42/44

52 What can it be? Federico Vaga, Matthieu Cattin F*WATCH 43/44

53 Join Us Not a real product Make it a good example Join the project Federico Vaga, Matthieu Cattin F*WATCH 44/44

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

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

Hands-On Workshop: ARM mbed

Hands-On Workshop: ARM mbed Hands-On Workshop: ARM mbed FTF-DES-F1302 Sam Grove - ARM Michael Norman Freescale J U N. 2 0 1 5 External Use Agenda What is mbed mbed Hardware mbed Software mbed Tools mbed Support and Community Hands-On

More information

THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT

THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT LINE FOLLOWER FIVE LINE SENSORS FOR SCANNING WHITE OR BLACK LINE OBSTACLE AVOIDER TWO OBSTACLE SENSORS CAN DETECT OBSTACLES AND MEASURE DISTANCE BLUETOOTH CONTROL

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

GSV-6BT GSV-6BT. Description

GSV-6BT GSV-6BT. Description GSV-6BT GSV-6BT The GSV-6BT is a 6-channel measuring amplifier with Bluetooth connection and data logger function, which offers exceptionally many features in the smallest dimensions. The GSV-6BT has 6

More information

Control Panel CP600 CP651, CP651-WEB

Control Panel CP600 CP651, CP651-WEB DATA SHEET Control Panel CP600 CP651, CP651-WEB 1 Ordering Data Part No. Description Product Life Cycle Phase 1SAP551100R0001 CP651, control panel, TFT graphical display, single-touch screen, 10.4, Active

More information

Control Panel CP600 CP635, CP635-B, CP635-WEB

Control Panel CP600 CP635, CP635-B, CP635-WEB DATA SHEET Control Panel CP600 CP635, CP635-B, CP635-WEB 1 Ordering Data Part No. Description Product Life Cycle Phase 1SAP535100R0001 CP635, control panel, TFT graphical display, single-touch screen,

More information

Introduction Video Camera Support Option TREQ Platform Datasheet. January Rev. 2 A-317 Video Getting Started Guide 1 / 6

Introduction Video Camera Support Option TREQ Platform Datasheet. January Rev. 2 A-317 Video Getting Started Guide 1 / 6 Introduction Video Camera Support Option TREQ -317 Platform Datasheet January 2018 Rev. 2 A-317 Video Getting Started Guide 1 / 6 Introduction The TREQ -317 is a rugged Automotive Tablet designed for in-cab

More information

Introducing CipherLab 8400 Applications in different environments Power Suite software

Introducing CipherLab 8400 Applications in different environments Power Suite software Introducing CipherLab 8400 Applications in different environments Power Suite software Marketing materials 2 Positioned to meet the challenge Warehouse Stock control, picking and packing, order fulfillment

More information

Wireless Power Panel Meter (WPPM)

Wireless Power Panel Meter (WPPM) Wireless Power Panel Meter (WPPM) Kyle Coan & Phil Perrigo Senior Project Description Western Washington University November 3, 2009 Prof. Todd Morton Page 1 of 13 Introduction With recent development

More information

Micro-controllers. Applications in Experimental Aircraft. RAA Meeting Nov 14, Terry Fisher

Micro-controllers. Applications in Experimental Aircraft. RAA Meeting Nov 14, Terry Fisher Micro-controllers Applications in Experimental Aircraft RAA Meeting Nov 14, 2016 Terry Fisher About Me Retired software/hardware designer Pilot Cessna 182T C-GYKF, G1000 Building a Rotorway Exec 162F Mentor

More information

Portable MEMS Inclinometer

Portable MEMS Inclinometer DATASHEET Portable MEMS Inclinometer Proven MEMS technology Wireless communication to readout Lightweight Rugged construction On board calibration in probe Probes and reels are interchangeable Portable

More information

Fitbit One Teardown. Take apart the Fitbit One wireless activity and sleep tracker to see what is inside this cool fitness gadget.

Fitbit One Teardown. Take apart the Fitbit One wireless activity and sleep tracker to see what is inside this cool fitness gadget. Take apart the Fitbit One wireless activity and sleep tracker to see what is inside this cool fitness gadget. Written By: Tim Ellison ifixit CC BY-NC-SA www.ifixit.com Page 1 of 10 INTRODUCTION The FitBit

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

An overview of mobile and embedded platforms

An overview of mobile and embedded platforms ES3 Lecture 2 An overview of mobile and embedded platforms Basic Classes Embedded devices: These are in toasters, cars, mice, etc. Usually very real-time focused (us accuracy) Very small memory, not usually

More information

LifeBook P7120D Assembly

LifeBook P7120D Assembly LifeBook P7120D Assembly ESD Precautions are required when working on this LifeBook computer. 1. Connect the left microphone cable to the microphone PCB. 2. Insert them both into the rear cover of the

More information

Unit 2. Computer Control. PIC stands for PROGRAMMABLE INTERFACE CONTROLLER. A PIC chip takes in input signals and then controls output transducers

Unit 2. Computer Control. PIC stands for PROGRAMMABLE INTERFACE CONTROLLER. A PIC chip takes in input signals and then controls output transducers Unit 2 Computer Control PIC stands for PROGRAMMABLE INTERFACE CONTROLLER A PIC chip takes in input signals and then controls output transducers Name: Form: 2 ASIC or Application Specific Integrated Circuits

More information

Ultigesture UG Wristband User Manual

Ultigesture UG Wristband User Manual Ultigesture UG Wristband User Manual Version 1.1 Table of Contents 1 Introduction... 2 2 UG Wristband Hardware Components... 2 3 Android Software... 3 3.1 3.2 3.3 4 Pre-Requisites...3 Steps to Develop

More information

AN888: EZR32 Simple TRX Application Quick Start Guide

AN888: EZR32 Simple TRX Application Quick Start Guide AN888: EZR32 Simple TRX Application Quick Start Guide The EZR32LG and EZR32WG Wireless MCUs are the latest in Silicon Labs family of wireless MCUs delivering a high performance, low energy wireless solution

More information

Timing Report - By distance, angle, time. connection. Sleep/Deep sleep. Digital output/input. Analog input - Able to enable/disable

Timing Report - By distance, angle, time. connection. Sleep/Deep sleep. Digital output/input. Analog input - Able to enable/disable Totem Technology Co.,Ltd Address: Room 502-503, HeSheng Building No.633, BuLong Road, Long Gang, Shenzhen, China PC: 518129 TEL: 86-755-88353974; FAX: 86-755-85274693 Mobile: +86-13798358543 Contact: Justin

More information

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION NXP SEMICONDUCTORS PUBLIC THE ONLY SUPPLIER TO PROVIDE COMPLETE IoT SOLUTIONS DSPs, MCUs & CPUs Suite of Sensors NFC, BLE, Thread, zigbee, sub-ghz Wireless Interconnects

More information

Amulet: An Energy-Efficient, Multi-Application Wearable Platform

Amulet: An Energy-Efficient, Multi-Application Wearable Platform Amulet: An Energy-Efficient, Multi-Application Wearable Platform Josiah Hester*, Travis Peters, Tianlong Yun, Ronald Peterson, Joseph Skinner, Bhargav Golla*, Kevin Storer*, Steven Hearndon*, Sarah Lord,

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

Adesto Serial Flash Demo Kit: Quick Start Guide

Adesto Serial Flash Demo Kit: Quick Start Guide Adesto Serial Flash Demo Kit: Quick Start Guide Introduction: This document will provide a simple step-by-step description of how to make use of the Adesto Serial Flash Demo Kit which is comprised of an

More information

BT121 Bluetooth Smart Ready Module. July 2016

BT121 Bluetooth Smart Ready Module. July 2016 BT121 Bluetooth Smart Ready Module July 2016 TOPICS Bluetooth Smart vs. Smart Ready Bluetooth Smart Ready Use Cases BT121 Key Features BT121 Benefits BT121 Overview Bluetooth Smart Ready Software Development

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

Nintendo DSi Teardown

Nintendo DSi Teardown Nintendo DSi Teardown Written By: Walter Galan ifixit CC BY-NC-SA www.ifixit.com Page 1 of 14 INTRODUCTION We got our hands on the new Nintendo DSi. TOOLS: Phillips #00 Screwdriver (1) Spudger (1) ifixit

More information

Quick Start Guide. Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1.

Quick Start Guide. Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1. Quick Start Guide Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1.0 (Jun 23, 2017) Quick Start Guide Contents 2 X-NUCLEO-NFC04A1: Dynamic NFC/RFID

More information

ASUS P527 Service Manual (L1&L2)

ASUS P527 Service Manual (L1&L2) ASUS P527 Service Manual (L1&L2) 1 1 EQUIPMENT NEED... 3 2 INTRODUCTION... 4 2.1 ABOUT THIS SERVICE MANUAL... 4 2.2 OVERVIEW... 4 2.3 PRODUCT SPECIFICATION... 5 3 DISASSEMBLY / ASSEMBLY PROCEDURE... 6

More information

PN ITEM UPC ARCHOS 55b Platinum 8GB EU ARCHOS 55b Platinum 16GB EU

PN ITEM UPC ARCHOS 55b Platinum 8GB EU ARCHOS 55b Platinum 16GB EU The new ARCHOS 55b Platinum is here. This 5.5-inch smartphone is ready to stand by your side and help you face your daily challenges. Doesn t matter if you want to watch a movie on the HD IPS screen or

More information

Ten (or so) Small Computers

Ten (or so) Small Computers Ten (or so) Small Computers by Jon "maddog" Hall Executive Director Linux International and President, Project Cauã 1 of 50 Who Am I? Half Electrical Engineer, Half Business, Half Computer Software In

More information

Quick Start Guide. Dual-channel high side driver expansion board based on VPS2535H for STM32 Nucleo (X-NUCLEO-IPS02A1) Version 1.0 (Sept.

Quick Start Guide. Dual-channel high side driver expansion board based on VPS2535H for STM32 Nucleo (X-NUCLEO-IPS02A1) Version 1.0 (Sept. Quick Start Guide Dual-channel high side driver expansion board based on VPS2535H for STM32 Nucleo (X-NUCLEO-IPS02A1) Version 1.0 (Sept. 2016) Quick Start Guide Contents 2 X-NUCLEO-IPS02A1: Dual-channel

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

As the growing demands of a robust handheld device in ruggedized market, Winmate Communication Inc. launches its new innovative

As the growing demands of a robust handheld device in ruggedized market, Winmate Communication Inc. launches its new innovative Windows CE 6.0/ Linux2.6 / Android 2.2 OS Supported 400 nits high brightness 640 x 480 LED display 3 megapixel digital camera with LED auxiliary backligh Micro SD card slot IP67 Dust & Water Protection

More information

Talon Communications. Wireless and Video Product Development It s what we do!

Talon Communications. Wireless and Video Product Development It s what we do! Talon Communications Wireless and Video Product Development It s what we do! Talon Designed Products in 2012 (1 of 2) Dance Dance Revolution (DDR) Classroom Edition: Talon designed the DDR Classroom Edition

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.2 March, 2014 A-307 Platform Overview A-307 Platform Overview The A-307 provides Original Equipment Manufacturers (OEMs) and Telematics

More information

ez430-chronos Wireless Watch Development Tool: Teardown & Getting Started

ez430-chronos Wireless Watch Development Tool: Teardown & Getting Started ez430-chronos Wireless Watch Development Tool: Teardown & Getting Started www.ti.com/chronoswiki ez430-chronos for wireless networking applications Complete hardware, software and support community Simplify

More information

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions.

The Information contained herein is subject to change without notice. Revisions may be issued regarding changes and/or additions. Pepper 43R TM Gumstix, Inc. shall have no liability of any kind, express or implied, arising out of the use of the Information in this document, including direct, indirect, special or consequential damages.

More information

STEVAL-STLKT01V1. SensorTile development kit. Description. Features

STEVAL-STLKT01V1. SensorTile development kit. Description. Features SensorTile development kit Data brief data streaming via USB, data logging on SDCard, audio acquisition and audio streaming. It includes low level drivers for all the on-board devices BLUEMICROSYSTEM1

More information

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1)

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Overview 2 1 Introduction to the STM32 Open Development Environment 2 STM32 Nucleo Dynamic

More information

AGATE TECHNOLOGY AT-2030 OPERATORS MANUAL

AGATE TECHNOLOGY AT-2030 OPERATORS MANUAL AGATE TECHNOLOGY AT-2030 OPERATORS MANUAL PORTABLE VIBRATION CALIBRATOR 760-215-9670 info@agatetechnology.com www.agatetechnology.com Introduction: This manual is intended to inform the operating user

More information

Newsletter. DOP-W Series HMI. Introduction. Product Features of DOP-W. N e w P r o d u c t L a u n c h. The Ultimate Work Made with Excellent Standard

Newsletter. DOP-W Series HMI. Introduction. Product Features of DOP-W. N e w P r o d u c t L a u n c h. The Ultimate Work Made with Excellent Standard DOP-W Series HMI Introduction Product Features of DOP-W The Ultimate Work Made with Excellent Standard 1GHz high speed Processor and higher computing performance. Aluminumen closure higher level of vibration

More information

LAB DATA JIIT-128 Research Lab: Inventory/ Facility

LAB DATA JIIT-128 Research Lab: Inventory/ Facility LAB DATA JIIT-28 Research Lab: Inventory/ Facility. Total no of System : 08 2. Configuration: (A) System: DELL 6th Generation Intel Core i7 Processor: 3.4 GHz RAM: 8GB HDD: TB Monitor: Dell 9 Monitor (E96HV)

More information

BlueCheck III (BC3) User Manual

BlueCheck III (BC3) User Manual BlueCheck III (BC3) User Manual Version 1.2 Released on 11/08/12 3M COGENT BLUECHECK III, BC3, CSD330 FBI CERTIFIED SAP LEVEL 30 OPTICAL FINGERPRINT SENSOR, EMEBEDDED WITH WINCE 6.0 CORE AND BLUETOOTH

More information

User manual. kitvision.co.uk. JB / Made in China. Kitvision Christchurch, Dorset. BH23 4FL. Li-ion

User manual. kitvision.co.uk. JB / Made in China. Kitvision Christchurch, Dorset. BH23 4FL. Li-ion User manual kitvision.co.uk A c t i o n C a m e r a Li-ion Do not dispose of Lithium-ion batteries with general waste. Please return it to battery recycling collection point. JB. 3287 / Made in China.

More information

Ultra Low Power Microcontroller - Design Criteria - June 2017

Ultra Low Power Microcontroller - Design Criteria - June 2017 Ultra Low Power Microcontroller - Design Criteria - June 2017 Agenda 1. Low power technology features 2. Intelligent Clock Generator 3. Short wake-up times 4. Intelligent memory access 5. Use case scenario

More information

Control Panel CP600 CP635-FB, CP635-FW

Control Panel CP600 CP635-FB, CP635-FW DATA SHEET Control Panel CP600 CP635-FB, CP635-FW 1 Ordering Data Part No. Description Product Life Cycle Phase 1SAP535110R6001 CP635-FB, control panel, TFT graphical display, single-touch projected Active

More information

Embedded System Project (521423S) - Specifications

Embedded System Project (521423S) - Specifications Embedded System Project (521423S) - Specifications Design phases power consumption, environment etc. partitioning, basic solutions System requirements Sketch of hardware Sketch of software operation procedures

More information

BT121 Bluetooth Smart Ready Module. May 2015

BT121 Bluetooth Smart Ready Module. May 2015 BT121 Bluetooth Smart Ready Module May 2015 TOPICS Bluetooth Smart vs. Smart Ready Bluetooth Smart Ready Use Cases BT121 Key Features BT121 Benefits BT121 Overview Bluetooth Smart Ready Software Development

More information

BIP-1300 Mobile POS. BIP-1300 Mobile POS Transaction Mobile Computer. - Full Radio (CDMA-1X or EVDO, GSM-EDGE) - GSM/GPRS/EDGE or CDMA 1x/EvDOGPS

BIP-1300 Mobile POS. BIP-1300 Mobile POS Transaction Mobile Computer. - Full Radio (CDMA-1X or EVDO, GSM-EDGE) - GSM/GPRS/EDGE or CDMA 1x/EvDOGPS BIP-1300 Mobile POS BIP-1300 Mobile POS Transaction Mobile Computer - Full Radio (CDMA-1X or EVDO, GSM-EDGE) - GSM/GPRS/EDGE or CDMA 1x/EvDOGPS - WiFi (802.11b/g) - Windows Mobile 5.0 or Windows CE 5.0-128MB

More information

LL 32,000 LL 10,000 LL 24,000 LL 75,000 LL 79,000 LL 59,000 LL 15,000 LL 22,000 LL 24,000 LL 12,000. LL 22,000 Available colors LL 16,000

LL 32,000 LL 10,000 LL 24,000 LL 75,000 LL 79,000 LL 59,000 LL 15,000 LL 22,000 LL 24,000 LL 12,000. LL 22,000 Available colors LL 16,000 REMOTE CONTROL ORGANIZER REF 02001 MINI DRONE WITH CAMERA REF 02002 LL 75,000 BLUETOOTH SPORTS HEADSET REF 02007 Metal 4 set organizer Universal stand for all types of slim remote controls With anti-slip

More information

STEVAL-STLKT01V1. SensorTile development kit. Description. Features

STEVAL-STLKT01V1. SensorTile development kit. Description. Features SensorTile development kit Data brief FP-SNS-ALLMEMS1: STM32 ODE functional pack ST BlueMS: ios and Android demo apps BlueST-SDK: ios and Android SD Compatible with STM32 ecosystem through STM32Cube support

More information

Quick Start Guide. Bipolar stepper motor driver expansion board based on L6208 for STM32 Nucleo (X-NUCLEO-IHM05A1) Version 1.1.

Quick Start Guide. Bipolar stepper motor driver expansion board based on L6208 for STM32 Nucleo (X-NUCLEO-IHM05A1) Version 1.1. Quick Start Guide Bipolar stepper motor driver expansion board based on L6208 for STM32 Nucleo (X-NUCLEO-IHM05A1) Version 1.1.0 (May 16, 2016) Quick Start Guide Contents 2 X-NUCLEO-IHM05A1: bipolar stepper

More information

Quick Start Guide. SABRE Platform for Smart Devices Based on the i.mx 6 Series

Quick Start Guide. SABRE Platform for Smart Devices Based on the i.mx 6 Series Quick Start Guide SABRE Platform for Smart Devices Based on the i.mx 6 Series Quick Start Guide About the SABRE Platform for Smart Devices Based on the i.mx 6 Series The Smart Application Blueprint for

More information

.org. IoT Development Platform

.org. IoT Development Platform 1.org IoT Development Platform 2 Q&A How many ARM cores shipped in 2012? 8,700,000,000 Per Day: 23,835,616 Per Hour: 993,151 Per Minute: 16,553 Per Second: 276 2002 1+ billion 2011 billion 2020 25+ 150+

More information

ARROW ARIS EDGE Board User s Guide 27/09/2017

ARROW ARIS EDGE Board User s Guide 27/09/2017 ARROW ARIS EDGE Board User s Guide All information contained in these materials, including products and product specifications, represents information on the product at the time of publication and is subject

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

Lab Assignment Each team will independently implement the launch interceptor specification For this assignment, you re writing portable C code

Lab Assignment Each team will independently implement the launch interceptor specification For this assignment, you re writing portable C code Lab Assignment Each team will independently implement the launch interceptor specification For this assignment, you re writing portable C code We ll worry about I/O later Lab Assignment You are allowed

More information

The Challenges of Wearable Electronics

The Challenges of Wearable Electronics The Challenges of Wearable Electronics Wearable electronics have evolved from life-saving devices to fashion accessories and range from activity monitor bracelets, smart watches, and smart glasses to GPS

More information

MetaWatch Firmware Design Guide

MetaWatch Firmware Design Guide MetaWatch Firmware Design Guide MetaWatch Firmware Design Guide Page 1 of 14 1 Contents 1 Contents... 2 2 Introduction... 3 2.1 Revision History... 4 3 Hardware... 5 3.1 Common Watch Features... 5 3.2

More information

THE UNICONCEPT PROMISES

THE UNICONCEPT PROMISES The Definition of Quality THE UNICONCEPT PROMISES superior All-in-one: Design, Development & Production Express production Total production control Everything is done in-house nothing is outsourced Strict

More information

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM FRDM-KL02Z User Manual Rev. 0 Freescale Semiconductor Inc. FRDMKL02ZUM 1. Overview The Freescale Freedom development platform is an evaluation and development tool ideal for rapid prototyping of microcontroller-based

More information

Control Panel CP600-eCo CP604, CP604-B

Control Panel CP600-eCo CP604, CP604-B DATA SHEET Control Panel CP600-eCo CP604, CP604-B 1 Ordering Data Part No. Description Product Life Cycle Phase 1SAP504100R0001 CP604, control panel, TFT graphical display, single-touch screen, 4.3, Active

More information

TQ2440 Development Platform Manual

TQ2440 Development Platform Manual TQ2440 Development Platform Manual 0 Directory Directory... 1 Chapter 1 Introduction... 7 11Appearance of TQ2440 development platform... 7 12Hardware resource of TQ2440... 7 13Software introduction of

More information

Cygnos360 V2 Installation Manual

Cygnos360 V2 Installation Manual VERSION 1.03 - JANUARY, 2010 www.cygnos360.com Contents:... 1 1. What you need... 2 1.1. Tools... 2 2. Preparation... 3 2.1. Preparing the solder points... 3 3. Installing in your Xbox360... 4 3.1. Installing

More information

Quick Start Guide. Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.

Quick Start Guide. Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1. Quick Start Guide Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.1 (July 07, 2015) Overview 2 1 Introduction to the STM32 Open Development Environment

More information

How to Become an IoT Developer (and Have Fun!) Justin Mclean Class Software.

How to Become an IoT Developer (and Have Fun!) Justin Mclean Class Software. How to Become an IoT Developer (and Have Fun!) Justin Mclean Class Software Email: justin@classsoftware.com Twitter: @justinmclean Who am I? Freelance Developer - programming for 25 years Incubator PMC

More information

Quick Start Guide. GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018)

Quick Start Guide. GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018) Quick Start Guide GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018) Quick Start Guide Contents 2 X-NUCLEO-GNSS1A1: STM32 Nucleo GNSS expansion

More information

Zebra New EDA Device MC36 Software features and Developer Guide Eric Hu

Zebra New EDA Device MC36 Software features and Developer Guide Eric Hu Zebra New EDA Device MC36 Software features and Developer Guide Eric Hu Principal Software Engineer Agenda MC36 Introduction SW Functionality Scan Config Scan Demo Key Remapping MDM solution - SOTI Programming

More information

RTX41xx Introduction. March 2013

RTX41xx Introduction. March 2013 RTX41xx Introduction March 2013 RTX AT A GLANCE One-stop shop for complex wireless system development Engineering Services Enterprise Professional wireless IP telephony for PBX systems in the Enterprise

More information

Review CTFDINPC-1. Specifications

Review CTFDINPC-1. Specifications Review CTFDINPC-1 Introduction Currently the section of Single-DIN complete systems on the market is marginal. Only a small number of manufacturers specialize in the production of an all around product

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

09/05/2014. Engaging electronics for the new D&T curriculum. Geoff Hampson Managing Director of Kitronik. Presentation overview

09/05/2014. Engaging electronics for the new D&T curriculum. Geoff Hampson Managing Director of Kitronik. Presentation overview Presentation overview Engaging electronics for the new D&T curriculum Geoff Hampson Managing Director of Kitronik What to include Free web resources Electronic project ideas Using programmable components

More information

Alignment Software for Bearing Ways and Bores

Alignment Software for Bearing Ways and Bores Alignment Software for Bearing Ways and Bores A well-rounded system, in combination with the display unit, is the optimum solution for the alignment of bearing ways and bores. The following functions and

More information

EFM32 Series 0: 3rd Party Software and Tools

EFM32 Series 0: 3rd Party Software and Tools EFM32 Series 0: 3rd Party Software and Tools EFM32 3rd Party Software Energy friendly RTOS support Real-time Operating Systems using EFM32 lower Energy Modes when idle Deep Sleep support in several RTOSs:

More information

Simple Instructions for 808 HD Car Key Micro Camera (#16)

Simple Instructions for 808 HD Car Key Micro Camera (#16) 808 #16 Manual R2 1 of 6 Simple Instructions for 808 HD Car Key Micro Camera (#16) Thank you for your purchase of our 808 Car Key Micro-camera (#16). If this is the first time you are using a product of

More information

User manual Model: VIU-800 Brand:

User manual Model: VIU-800 Brand: User manual Model: VIU-800 Brand: - 1 - This manual s main purpose is to introduce the correct way of using the Voter Identification Unit / Electronic Voting Machine (hereinafter referred to as "the device").

More information

Energy Harvesting Reference Design

Energy Harvesting Reference Design www.silabs.com Energy Harvesting Reference Design Sustainable, Ultra-Low-Power Solution for Wireless Sensor Node Applications Embargo Until May 25, 2011 Dramatic Growth Ahead in Energy Harvesting Energy

More information

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 Table of Contents Key Features Benefits BLE121LR Overview Bluetooth Smart Software Certifications Development Tools Use Cases 5/12/2014 2 Key Features

More information

Handheld Mobile Computer SIRIO 4000 User Manual

Handheld Mobile Computer SIRIO 4000 User Manual Handheld Mobile Computer SIRIO 4000 User Manual CATALOGUE Chapter 1 Getting Started... 4 Chapter 2 About The Device... 6 Chapter 3 Call Function... 8 Chapter 4 Barcode Reader... 10 Chapter 5 RFID Reader...

More information

PBMSQG9. Compact & Portable Bluetooth Wireless Speaker. Built-in Rechargeable Battery, MP3/USB/Micro SD Readers, FM Radio

PBMSQG9. Compact & Portable Bluetooth Wireless Speaker. Built-in Rechargeable Battery, MP3/USB/Micro SD Readers, FM Radio PBMSQG9 Compact & Portable Bluetooth Wireless Speaker Built-in Rechargeable Battery, MP3/USB/Micro SD Readers, FM Radio KEY INSTRUNCTIONS: 1 2 3 4 5 6 7 8 9 10 1. Aux-in jack 2. Charging Jack 3. ON/OFF

More information

Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd

Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd VTT Tiny Node V3.0 Miniature euro coin size On-board antenna

More information

Model: K0073. Smart Robot Car Kit Quick Start Guide

Model: K0073. Smart Robot Car Kit Quick Start Guide Model: K0073 Smart Robot Car Kit Quick Start Guide Smart Robot Car Kit Smart Robot Car Kit M2 nuts 4 pieces M24 micro servo screws 2 bars PTZ self-tapping screws 4 bars M210 round head screws 4 bars 15

More information

HMI HUMAN MACHINE INTERFACE

HMI HUMAN MACHINE INTERFACE HMI HUMAN MACHINE INTERFACE LRH series HMI Simplicity Reliability Flexibility The HMIs (Human Machine Interface) in the LRH series are the best solution for controlling and monitoring all applications

More information

POWERGORILLA POWERGORILLA TACTICAL 5V TO 24V RUGGED HIGH TECH CHARGER USER GUIDE

POWERGORILLA POWERGORILLA TACTICAL 5V TO 24V RUGGED HIGH TECH CHARGER USER GUIDE POWERGORILLA POWERGORILLA TACTICAL 5V TO 24V RUGGED HIGH TECH CHARGER USER GUIDE YOU CAN: CHARGE LAPTOPS NETBOOKS TABLETS SMARTPHONES SAT PHONES SLR CAMERAS GPS SMART WATCHES & MORE INDEX What s in the

More information

MiCOKit-3166 Development Kit Hardware Manual

MiCOKit-3166 Development Kit Hardware Manual Hardware Engineering Department Working Group Track Number: Jing Minhua MXCHIP Co., Ltd Version: 1.1 July 2017 Category: Reference Manual Open MiCOKit-3166 Development Kit Hardware Manual Abstract MiCOKit

More information

QSG107: SLWSTK6101A/B Quick-Start Guide

QSG107: SLWSTK6101A/B Quick-Start Guide QSG107: SLWSTK6101A/B Quick-Start Guide Note: The contents of this document are deprecated. Please see QSG139: Bluetooth Development with Simplicity Studio for current instructions. The Blue Gecko Bluetooth

More information

Quick Start Guide. High power stepper motor driver expansion board based on powerstep01 for STM32 Nucleo (X-NUCLEO-IHM03A1)

Quick Start Guide. High power stepper motor driver expansion board based on powerstep01 for STM32 Nucleo (X-NUCLEO-IHM03A1) Quick Start Guide High power stepper motor driver expansion board based on powerstep01 for STM32 Nucleo (X-NUCLEO-IHM03A1) Version 1.1.0 (May 16, 2016) Quick Start Guide Contents 2 X-NUCLEO-IHM03A1: high

More information

Video also can be transferred by HDMI transmission wire directly to the high. quality LED TV (HDMI) for high resolution displaying.

Video also can be transferred by HDMI transmission wire directly to the high. quality LED TV (HDMI) for high resolution displaying. Overview This is a digital HD (high definition) three video camera recorder with the most advanced technology; this device is a common HD video camera as well as a professional driving recorder. It can

More information

Safety Instructions. Product information

Safety Instructions. Product information Safety Instructions Do not disassemble, or drop the camera from high altitude. Do not expose the camera to high temperatures and avoid contact with water and other liquid substances. After long time using,

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

Quick Start Guide. Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1.

Quick Start Guide. Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1. Quick Start Guide Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1.6 (Feb 1, 2017) Quick Start Guide Contents 2 STM32 Nucleo Bluetooth Low Energy expansion

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

FOR ALL YOUR GADGET REQUIREMENTS

FOR ALL YOUR GADGET REQUIREMENTS FOR ALL YOUR GADGET REQUIREMENTS Tel: 011 867 6453 Email: info@gadgetemporium.co.za Web: www.gadgetemporium.co.za Facebook: gadgetemporium COMPANY PORTFOLIO Gadget Emporium is a young vibrant company that

More information

New Product Announcement 5 th January 2015

New Product Announcement 5 th January 2015 Marketing Memo New Product Announcement 5 th January 2015 fēnix 3 Rise above your limits with the new fēnix 3 GPS sport watch for demanding athletes and outdoor adventurers. fēnix 3 is powered by advanced

More information

Hands-On Workshop: ARM mbed : From Rapid Prototyping to Production

Hands-On Workshop: ARM mbed : From Rapid Prototyping to Production Hands-On Workshop: ARM mbed : From Rapid Prototyping to Production FTF-SDS-F0107 Michael Norman, Martin Kojtal A P R. 2 0 1 4 TM External Use Agenda What is mbed? mbed Hardware mbed Software mbed Tools

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

Exploded view Disassembly steps Disassembly video. More More More. Assembly steps Assembly video Solder components. More More More

Exploded view Disassembly steps Disassembly video. More More More. Assembly steps Assembly video Solder components. More More More Service Manual for L1 and L2 Nokia Lumia 720 RM-885 Key features Sleek and stylish unibody design Windows Phone 8 Operating System 4.3" IPS LCD display with Nokia ClearBlack technology 6.7 Mpix main camera

More information

POS Specifications Sl. Description Specifications No. Secure Processor capable of performing at least 10 transactions per minute in laboratory environment (Each Transaction consists of 1. Perform Biometric

More information