Digital DIY Technologies and Tools Welcome to Digital DIY and Technologies and Tools

Size: px
Start display at page:

Download "Digital DIY Technologies and Tools Welcome to Digital DIY and Technologies and Tools"

Transcription

1 Digital DIY Technologies and Tools Welcome to Digital DIY and Technologies and Tools This module has the following learning objectives: 1. Understanding the general potential of DiDIY technologies; 2. Understanding the nature, general principles, and possibilities of some fundamental DiDIY technologies; 3. Getting introduced to at least one tool for each technology. INTRODUCTION Digital DIY (DiDIY) production of all sorts of objects is enabled by the availability of hardware tools and other machines that are: - directly controlled by some computer, or more exactly by some software, instead of a human being; - much cheaper and simpler to use than they were even a few years ago. The first, immediate consequence of these characteristics is that DiDIY can be really ubiquitous. The second is that it does much more than just giving some people cheaper and faster ways to perform the same DIY activities they were already doing. DiDIY is ubiquitous, because software is extremely flexible. Any tool that is controllable by electric signals can be controlled by software. Software, in turn, can process designs and instructions of every conceivable sort. This means that, from a purely technical point of view, the only limits to manufacturing something in DiDIY fashion are the costs of the raw materials. The fact that DiDIY replaces (albeit not completely!) manual dexterity skills with the capability to use software is even more important. It means that DiDIY enables a (much) greater number and variety of people to do the same things. The easiest proof of this is sculptures: today, even people who would never work with clay or handle a chisel can produce them with a 3D printer. Digital DIY also gives some rights back to consumers, allowing them e.g. to self- produce spare parts of a product they already own, which would otherwise not be available. if not properly known and practiced, the DiDIY technologies presented here have the same drawbacks as traditional DIY, e.g. safety, plus one that is less known: the microelectronics components at the core of many DiDIY projects are hard to recycle, if recyclable at all. The same applies to certain plastics used in 3D printing. In this module, we will mostly mention Open Source/Open Hardware tools, even when they are not the state of the art in the field or, in some cases, have not been updated recently. The reason for this choice is to highlight the following point: with the right knowledge, or the right experts assisting you, it is certainly possible for everybody, both technically and legally, to build, use and even customize those tools without permission! Without, that is, any limitation that may make those tools accessible only to large organisations.

2 FOCUS Fundamental DiDIY Technologies Besides software, there are some DiDIY technologies that are complete in their own right, that is, sufficient to create useful objects. The most relevant of these technologies are presented first because, due to their nature, they can be, and already are, used as components of or building tools for many other DiDIY technologies, which are presented in Module 3 of this same course in a separate module. FOCUS Microelectronics Software may be generically described as sequences of instructions for machines. In practice, software programs run, that is are executed, inside digital integrated circuits called microprocessors or microcontrollers. The word digital means that these circuits exchange, process and store information, instructions and raw data as encoded sequences of digits, that is discrete values, conventionally coded as ones and zeroes. As far as DiDIY is concerned the most popular microelectronics products today are the Arduino/Genuino microcontroller ( and the Raspberry Pi single- board computer ( The first usually comes on very small boards that can be connected to the sensors and actuators described in the next section, to monitor the surrounding environment and/or control other physical devices. Arduino is already used to create DiDIY products for all possible purposes, from game joysticks to home alarm systems, music synthesizers and hydroponic controllers. Arduino microcontroller boards are available for as little as 20 Euros plus VAT and shipping (prices correct as of March 2016).

3 The Rasperry Pi, shown in the picture above, is a credit- card size board with an ARM microprocessor and accessory circuits and ports. While apparently similar to the Arduino, it has a very different purpose: to be a really small and cheap but general purpose computer (the Pi was originally conceived for educational purposes). As such, it is well suited for all situations where it is not only necessary to interact with the physical environment but also to process large amounts of data. As of March 2016, the price for a Raspberry Pi 3 Model B is around 25 GBP plus VAT. FOCUS Sensors and Actuators A sensor is an object that can detect and measure events or changes of some physical parameter of the surrounding environment (motion, temperature, air pressure, speed, geographical position, humidity, levels of electric current...) and then transmit the corresponding data as electric signals. The picture below shows an Arduino- compatible muscle sensor used to monitor movements, temperature and other vital parameters from the arm of a developer, in the Roujin project (

4 An actuator is a motor that converts the control signals it receives, usually electric ones, into linear or circular motion. Examples of actuators are pistons and stepping motors, which rotate a shaft by a fixed angle every time they receive an electrical impulse. Combining sensors and actuators with a microcontroller like Arduino, it is possible to build robots, and many other objects with mobile parts, that interact with the surrounding environment. The picture below shows a Lego MindStorm project, in which actuators are the small electrical motors that power the wheels and arms of a mini robot.

5 Online distributors like Adafruit ( or SparkFun ( sell many kinds of sensors, actuators and all the other components needed to build complete DiDIY systems.

6 FOCUS 3D Printing 3D printing is the popular name of the technology formally called additive manufacturing. It consists of building three- dimensional objects in successive layers by placing one drop of material in the right position at a time. This is called 3D printing by analogy with the way normal inkjet printers work. The material, which is ejected by a moving nozzle, is usually plastic, but there are 3D printers capable of using metal, cement or several composite materials. The commands to make the nozzle automatically move and deposit drops in the right places, one at a time, are contained in a digital file sent to the 3D printer. This file (called G- Code) is created by specialized software like slic3r ( converting the three- dimensional models of the object created with 3D modeling software. 3D printing has endless applications. Everything that can, in theory, be assembled by piling together very small drops of some material may, again in theory, be produced with a suitable 3D printer. In practice, DIY 3D printing is already used to produce objects as diverse as sculptures, food (e.g. cakes), toys, furniture, small homes, or spare parts for any other product. The main limits include the physical characteristics of the filament from which the drops are created, the size of the objects, and the number of different colours or materials of which it should be composed. RepRap ( shown in the picture below, was the first, really popular low- cost DIY 3D printer (as of March 2016, pre- assembled models cost around 150 USD, while the cost of components alone may be under 100 USD (http//reprap.org/wiki/cost_reduction). Besides its simplicity and cost, the popularity of RepRap is also due to the fact that it may be used to build the parts of other RepRaps.

7 FOCUS 3D Scanning 3D scanning is a way to capture the exact size and shape of some object and save it in a file, as a digital three- dimensional model. Such models are the starting point for many movie special effects (e.g. the dinosaurs in Jurassic Park), but above all are used as input to 3D printers and other DiDIY machines that create copies of the modelled objects. In other words, 3D scanning makes it possible for people to 3D print something even when, for whatever reason, they cannot design it themselves with a computer. The basic principle of 3D scanning is relatively simple: a low power laser beam scans the entire object, while a digital camera captures how the same beam is reflected by each point of the object s surface. Special software then analyzes the data from the camera to calculate the position of each surface point.

8 State- of- the- art 3D scanners are very sophisticated and expensive. It is relatively simple, however, to self- build inexpensive ones. Such scanners combine an ordinary USB webcam, a laser pointer of the type that can be purchased in most hardware stores, and some software that decodes the images captured by the webcam. One example of these products is the Open Source SardauScan scanner ( a- 30- laser), shown in the picture, which costs around 30 Euros. FOCUS CNC Machines DIY manufacturing of e.g. wood or metal objects combines basic operations like cutting, carving or perforation. Before digital technologies became a mass phenomenon, the only affordable way to perform these operation in a DIY fashion was the manual operation of power tools like drills, lathes or milling cutters. Besides being relatively dangerous and difficult, this way of working can be very time consuming. CNC, which stands for Computer Numerical Control, solves much of those problems. A CNC drill, lathe or milling cutter is controlled in all its operations by a computer. Once the file with the instructions is ready, the user only has to place the raw piece of wood, metal or other material into the CNC machine and start it. In a sense, CNC is the opposite of 3D printing, because it removes material instead of adding it. However, just like 3D printing, digital DIY made with CNC machines allows people to: - produce objects that they would be unable to manufacture with non- digital tools because they lack the skills to operate those tools; - produce objects that it would be extremely time consuming to do by hand, regardless of their skill level.

9 An example of simple Open Hardware CNC router is the so- called OX CNC machine shown in the picture ( ox- cnc- machine.341), whose cost is around 300 Euros. FOCUS Laser Cutting and Engraving Laser cutting is a technology that uses a high power laser beam to make cuts of any shape in a sheet of material. The laser beam is emitted by optics mounted on a movable head, which is controlled with CNC techniques as explained in the previous paragraph. Depending on its composition, the material directly hit by the beam either melts or vaporizes. Laser engraving works in the same way. The most common materials suitable for DIY laser cutting or engraving are wood, hard paper, cardboard, leather and acrylic plastic. Laser cutting has the same advantages seen in traditional CNC machines, plus the following: - the possibility to cut materials that would break if cut with a metal drill or saw; - higher precision since the beam can be as thin as 0.1 millimeters; - less wear on the equipment, because no physical parts touch the material. The disadvantages of laser cutters are that, besides being dangerous if not assembled and operated carefully, they are more expensive than other DiDIY machines. Laser engraving works in the same way. The most common materials usable for DIY laser cutting or engraving are wood, hard paper, cardboard, leather and acrylic plastic. The components necessary for building a basic laser cutter like the one at net- 2- x- laser/ may cost around 1000 Euros, while those for a cutter with higher performance like the Lasersaur ( which may still be assembled on your own, cost several thousand Euros. FURTHER RESOURCES Articles:

10 ! Ten photos of 3D printed bridges, buildings and other supersized structures - 3d- printing/! 3D Printing A Sustainable Solution Near You? - d- printing- a- sustainable- solution- near- you! 3D printing: The trends that will change the game in printing- the- trends- that- will- change- the- game- in- 2016/! DIY 3D Scanners to Watch - diy- 3d- scanners- to- watch/! Fishy business makes more sense with sensors ! The real Sim City: How over 15,000 sensors made Santander smart - sim- city- how- over sensors- made- santander- smart2/! Motes_ small, wireless sensors - tiny- wireless- helpers- for- your- life- - 47#/! When hackers and farmers join forces - hackers- and- farmers- join- forces! Get Acquainted with CNC machining - hackers- and- farmers- join- forces! When a CNC machine is overkill - Router- When- a- CNC- machine- is- overkill/ LEARNING ACTIVITIES You may choose the activities that you like the most, although we recommend that you try everything. Please document each of your chosen activities and publish your documentations in the appropriate location, so peers can access them and contribute feedback.! Describe two or three objects in your house that are commercial products, for which identical, or very similar equivalents are already manufactured also in DiDIY style., with at least one of the techniques described in this module. Study and describe (if possible, asking directly to their makers) how those equivalent products are fabricated, how much each copy costs, and which hardware, software and raw materials are used! Find and describe at least one application, already used in your country, of the DiDIY techniques described in this module to LOW- TECH activities, like crafts, agriculture, fashion...

Categories of Robots and their Hardware Components. Click to add Text Martin Jagersand

Categories of Robots and their Hardware Components. Click to add Text Martin Jagersand Categories of Robots and their Hardware Components Click to add Text Martin Jagersand Click to add Text Robot? Click to add Text Robot? How do we categorize these robots? What they can do? Most robots

More information

Makeblock Introduction

Makeblock Introduction Introduction What is? is an open source robot construction platform, which included strong aluminum parts, electronic modules and software solution. People can use products to build varieties of really

More information

BIG IDEAS. Personal design interests require the evaluation and refinement of skills. Learning Standards

BIG IDEAS. Personal design interests require the evaluation and refinement of skills. Learning Standards Area of Learning: APPLIED DESIGN, SKILLS, AND TECHNOLOGIES BIG IDEAS Design for the life cycle includes consideration of social and environmental impacts. Personal design interests require the evaluation

More information

DC motor control using arduino

DC motor control using arduino DC motor control using arduino 1) Introduction: First we need to differentiate between DC motor and DC generator and where we can use it in this experiment. What is the main different between the DC-motor,

More information

BUILD AN ARDUINO 101 DATA LOGGER WITH THE TI SENSORTAG

BUILD AN ARDUINO 101 DATA LOGGER WITH THE TI SENSORTAG page 1 / 5 page 2 / 5 build an arduino 101 pdf Arduino is a simple microcontroller board and open source development environment that allows you to make computers that drive both functional and creative

More information

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE On Industrial Automation and Control By Prof. S. Mukhopadhyay Department of Electrical Engineering IIT Kharagpur Topic Lecture

More information

Active Stereo Vision. COMP 4102A Winter 2014 Gerhard Roth Version 1

Active Stereo Vision. COMP 4102A Winter 2014 Gerhard Roth Version 1 Active Stereo Vision COMP 4102A Winter 2014 Gerhard Roth Version 1 Why active sensors? Project our own texture using light (usually laser) This simplifies correspondence problem (much easier) Pluses Can

More information

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino Beginning Embedded Electronics for Botballers Using the Arduino Matthew Thompson Allen D. Nease High School matthewbot@gmail.com 1 Introduction Robotics is a unique and multidisciplinary field, where successful

More information

Equipment. *see pages at end for recommended cutting materials

Equipment. *see pages at end for recommended cutting materials Equipment Laser Cutter Full Spectrum Hobby Series 20 x12 Product page: https://fslaser.com/product/hobby Hardware manual: https://fsl-public.s3.amazonaws.com/website/production/pdfs/h_series_20x12_manual.pdf

More information

Arduino Robotics (Technology In Action) By John-David Warren, Josh Adams

Arduino Robotics (Technology In Action) By John-David Warren, Josh Adams Arduino Robotics (Technology In Action) By John-David Warren, Josh Adams Arduino Robotic Projects: Amazon.es: Dr Richard Grimmett: Libros en - Arduino Robotic Projects: Amazon.es: Dr Richard Grimmett:

More information

Visual Imaging in the Electronic Age

Visual Imaging in the Electronic Age Visual Imaging in the Electronic Age ART 2107, ARCH 3702, CS 1620, ENGRI 1620 3D Printing November 6, 2014 Prof. Donald P. Greenberg dpg5@cornell.edu Types of 3D Printers Selective deposition printers

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

More information

Introduction to the VEX Robotics Platform and ROBOTC Software

Introduction to the VEX Robotics Platform and ROBOTC Software Introduction to the VEX Robotics Platform and ROBOTC Software Computer Integrated Manufacturing 2013 Project Lead The Way, Inc. VEX Robotics Platform: Testbed for Learning Programming VEX Structure Subsystem

More information

BIG IDEAS. Personal design interests require the evaluation and refinement of skills. Learning Standards

BIG IDEAS. Personal design interests require the evaluation and refinement of skills. Learning Standards Ministry of Education Area of Learning: APPLIED DESIGN, SKILLS, AND TECHNOLOGIES Art Metal and Jewellery Grade 12 BIG IDEAS Products can be designed for life cycle. Personal design interests require the

More information

(Refer Slide Time: 01:19)

(Refer Slide Time: 01:19) Computer Numerical Control of Machine Tools and Processes Professor A Roy Choudhury Department of Mechanical Engineering Indian Institute of Technology Kharagpur Lecture 06 Questions MCQ Discussion on

More information

Shaped Textile Digital Printing

Shaped Textile Digital Printing Shaped Textile Digital Printing REINVENTING THE WORKFLOW FOR SHAPED TEXTILE PRINTING GEMINI Digital Printing technology reinvents the workflow for printing and cutting Shaped Textile parts, needed in sportswear,

More information

Computer Numerical Control (CNC) Hacettepe University Chemical Engineering Department

Computer Numerical Control (CNC) Hacettepe University Chemical Engineering Department Computer Numerical Control (CNC) Banu Akar Duygu Gökçe Neşe Kaynak Meltem Erdi Hacettepe University Chemical Engineering Department 22.12.2010 CONTENT 1. What are NC & CNC? 2. History 3. CNC system Elements

More information

ME Modeling & Simulation in Design

ME Modeling & Simulation in Design ME6105 - Modeling & Simulation in Design Homework 2: Planning Your Simulation-Based Design Study Chad Hume, Jason Nam Nguyen, Sarah Shields, Sebastian J. I. Herzig Due Date: 09/22/2011 ~ 0 ~ Task 1: Identify

More information

Mechanisms and Fabrication Part II ME2110 Spring 2019 Kyle Saleeby

Mechanisms and Fabrication Part II ME2110 Spring 2019 Kyle Saleeby Mechanisms and Fabrication Part II ME2110 Spring 2019 Kyle Saleeby Mechanisms and Fabrication Part II Kyle Saleeby With much appreciation to Dr. Chris Saldana and Dr. Tom Kurfess ME2110 Spring 2019 Lesson

More information

Hobby Servo Tutorial. Introduction. Sparkfun: https://learn.sparkfun.com/tutorials/hobby-servo-tutorial

Hobby Servo Tutorial. Introduction. Sparkfun: https://learn.sparkfun.com/tutorials/hobby-servo-tutorial Hobby Servo Tutorial Sparkfun: https://learn.sparkfun.com/tutorials/hobby-servo-tutorial Introduction Servo motors are an easy way to add motion to your electronics projects. Originally used in remotecontrolled

More information

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors Assembly Language Topic 14 Motion Control Stepper and Servo Motors Objectives To gain an understanding of the operation of a stepper motor To develop a means to control a stepper motor To gain an understanding

More information

(Refer Slide Time: 00:50)

(Refer Slide Time: 00:50) Computer Numerical Control of Machine Tools and Processes Professor A Roy Choudhury Department of Mechanical Engineering Indian Institute of Technology Kharagpur Lecture 03 Classification of CNC Machine

More information

Arduino Guide READ ONLINE

Arduino Guide READ ONLINE Arduino Guide READ ONLINE Introduction: SIK RedBoard & Sparkfun Mini Inventor's Kit. The SparkFun Inventor s Guide is your map for navigating the waters of beginning embedded electronics. If you are just

More information

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ 4.1 Lead-in activity Find the missing letters Reading A detailed explanation about Arduino. What is Arduino? Listening To acquire a basic knowledge about Arduino

More information

DOWNLOAD OR READ : CNC CONTROL SETUP FOR MILLING AND TURNING MASTERING CNC CONTROL SYSTEMS PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : CNC CONTROL SETUP FOR MILLING AND TURNING MASTERING CNC CONTROL SYSTEMS PDF EBOOK EPUB MOBI DOWNLOAD OR READ : CNC CONTROL SETUP FOR MILLING AND TURNING MASTERING CNC CONTROL SYSTEMS PDF EBOOK EPUB MOBI Page 1 Page 2 cnc control setup for milling and turning mastering cnc control systems cnc

More information

Visual Imaging in the Electronic Age

Visual Imaging in the Electronic Age Visual Imaging in the Electronic Age ART 2107, ARCH 3702, CS 1620, ENGRI 1620 3D Printing October 20, 2015 Prof. Donald P. Greenberg dpg5@cornell.edu Types of 3D Printers Selective deposition printers

More information

Fallbrook Art Association Gallery Monthly Show Rules and Information

Fallbrook Art Association Gallery Monthly Show Rules and Information Fallbrook Art Association Gallery Monthly Show Rules and Information TAKE IN is normally the third Saturday of the month from 12-4. There may be exceptions depending on holidays. Please refer to the FAA

More information

Deriving Consistency from LEGOs

Deriving Consistency from LEGOs Deriving Consistency from LEGOs What we have learned in 6 years of FLL and 7 years of Lego Robotics by Austin and Travis Schuh 1 2006 Austin and Travis Schuh, all rights reserved Objectives Basic Building

More information

Knowledge about display stand wood materials. Fuyuan wood factory learning summary reporter:willian

Knowledge about display stand wood materials. Fuyuan wood factory learning summary reporter:willian Knowledge about display stand wood materials Fuyuan wood factory learning summary reporter:willian Ⅰ wood 1.Particleboard 2. MDF 3. Plywood 4. Solid wood board Ⅱ mechanical equipment 1. Automatic cutting

More information

Fabbing for Beginners: Digital Making Techniques and Autodesk 123D Tatjana Dzambazova Autodesk

Fabbing for Beginners: Digital Making Techniques and Autodesk 123D Tatjana Dzambazova Autodesk Fabbing for Beginners: Digital Making Techniques and Autodesk 123D Tatjana Dzambazova Autodesk FC6582 Exciting innovations in hardware, software, reality capture and fabrication services are now at your

More information

PiXL Independence. Technology Answer Booklet KS4. CAD, CAM and ICT. Contents: I. Multiple Choice Questions 10 credits in total

PiXL Independence. Technology Answer Booklet KS4. CAD, CAM and ICT. Contents: I. Multiple Choice Questions 10 credits in total PiXL Independence Technology Answer Booklet KS4 CAD, CAM and ICT Contents: I. Multiple Choice Questions 10 credits in total II. III. IV. Shorter Answer Questions 10 credits each Exam Style Questions 100

More information

MECHATRONICS SYSTEM DESIGN

MECHATRONICS SYSTEM DESIGN MECHATRONICS SYSTEM DESIGN (MtE-325) TODAYS LECTURE Control systems Open-Loop Control Systems Closed-Loop Control Systems Transfer Functions Analog and Digital Control Systems Controller Configurations

More information

Introduction. Key Maker Survival Skills

Introduction. Key Maker Survival Skills Introduction This is a book for people who like to make things but also enjoy the premise of a postapocalypse world where you cannot assume a limitless supply of electricity and other resources. As such,

More information

Autonomous Machine To Manufacture PCB and 3-D Design

Autonomous Machine To Manufacture PCB and 3-D Design Volume 119 No. 15 2018, 961-966 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ 1 Autonomous Machine To Manufacture PCB and 3-D Design Mrs. Archana Prasanthi.

More information

Demon Pumpkin APPROXIMATE TIME (EXCLUDING PREPARATION WORK): 1 HOUR PREREQUISITES: PART LIST:

Demon Pumpkin APPROXIMATE TIME (EXCLUDING PREPARATION WORK): 1 HOUR PREREQUISITES: PART LIST: Demon Pumpkin This is a lab guide for creating your own simple animatronic pumpkin. This project encourages students and makers to innovate upon the base design to add their own personal touches. APPROXIMATE

More information

Introduction to Arduino HW Labs

Introduction to Arduino HW Labs Introduction to Arduino HW Labs In the next six lab sessions, you ll attach sensors and actuators to your Arduino processor This session provides an overview for the devices LED indicators Text/Sound Output

More information

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif Introduction In automation industry every mechatronic system has some sensors to measure the status of the process variables. The analogy between the human controlled system and a computer controlled system

More information

the new reader survey

the new reader survey the new reader survey www.make-magazin.de ELECTRONICS THE MAKERS WISH LIST ROBOT ARDUINO SENSORS WORKSHOP PRACTICE RASPBERRY Modelling 3D printing HOME AUTOMATION PROGRAMMING BASICS CNC audio / sound lego

More information

D8.5 SECOND ONLINE SURVEYS

D8.5 SECOND ONLINE SURVEYS D8.5 SECOND ONLINE SURVEYS Project Acronym: Project Name D8.5 SECOND ONLINE SURVEYS DiDIY Grant Agreement no. 644344 Digital Do It Yourself Start date of the project 01/01/2015 End date of the project

More information

[ BOOTCAMP : 6 DAYS ] Digital Fabrication at the Green Fab Lab Barcelona

[ BOOTCAMP : 6 DAYS ] Digital Fabrication at the Green Fab Lab Barcelona [ BOOTCAMP : 6 DAYS ] Digital Fabrication at the Green Fab Lab Barcelona Day 1 : > Introductory tour of the Green Fab Lab and facilities. > Review the week: Documentation and Description of objectives

More information

ROBOTICS & EMBEDDED SYSTEMS

ROBOTICS & EMBEDDED SYSTEMS ROBOTICS & EMBEDDED SYSTEMS By, DON DOMINIC 29 S3 ECE CET EMBEDDED SYSTEMS small scale computers perform a specific task single component(hardware + software)- embedded after design, incapable of changing

More information

VEX Robotics Platform and ROBOTC Software. Introduction

VEX Robotics Platform and ROBOTC Software. Introduction VEX Robotics Platform and ROBOTC Software Introduction VEX Robotics Platform: Testbed for Learning Programming VEX Structure Subsystem VEX Structure Subsystem forms the base of every robot Contains square

More information

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX.

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX. Review the following material on sensors. Discuss how you might use each of these sensors. When you have completed reading through this material, build a robot of your choosing that has 2 motors (connected

More information

Automobile Prototype Servo Control

Automobile Prototype Servo Control IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Automobile Prototype Servo Control Mr. Linford William Fernandes Don Bosco

More information

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Mr. T. P. Kausalya Nandan, S. N. Anvesh Kumar, M. Bhargava, P. Chandrakanth, M. Sairani Abstract In today s world working on robots

More information

3D Printer TOOL CARD. Clay Oven TOOL CARD

3D Printer TOOL CARD. Clay Oven TOOL CARD 3D Printer Clay Oven 3D Printer 3D printers are high-tech tools that turn CAD (computer-aided design) files into 3D objects made of plastic. There are many 3D printers on the market, but we use the 3D

More information

ROBOTIC ARM FOR OBJECT SORTING BASED ON COLOR

ROBOTIC ARM FOR OBJECT SORTING BASED ON COLOR ROBOTIC ARM FOR OBJECT SORTING BASED ON COLOR ASRA ANJUM 1, Y. ARUNA SUHASINI DEVI 2 1 Asra Anjum, M.Tech Student, Dept Of ECE, CMR College Of Engg And Tech, Kandlakoya, Medchal, Telangana, India. 2 Y.

More information

Ch 5 Hardware Components for Automation

Ch 5 Hardware Components for Automation Ch 5 Hardware Components for Automation Sections: 1. Sensors 2. Actuators 3. Analog-to-Digital Conversion 4. Digital-to-Analog Conversion 5. Input/Output Devices for Discrete Data Computer-Process Interface

More information

Probabilistic Robotics Course. Robots and Sensors Orazio

Probabilistic Robotics Course. Robots and Sensors Orazio Probabilistic Robotics Course Robots and Sensors Orazio Giorgio Grisetti grisetti@dis.uniroma1.it Dept of Computer Control and Management Engineering Sapienza University of Rome Outline Robot Devices Overview

More information

Devastator Tank Mobile Platform with Edison SKU:ROB0125

Devastator Tank Mobile Platform with Edison SKU:ROB0125 Devastator Tank Mobile Platform with Edison SKU:ROB0125 From Robot Wiki Contents 1 Introduction 2 Tutorial 2.1 Chapter 2: Run! Devastator! 2.2 Chapter 3: Expansion Modules 2.3 Chapter 4: Build The Devastator

More information

LaserBot. SKU: Weight: 4.48 Kilogram

LaserBot. SKU: Weight: 4.48 Kilogram LaserBot SKU: 90105 Weight: 4.48 Kilogram LaserBot LaserBot is a desktop laser engraver developed on Makeblock's open-source platform. Equipped with 1.6W 445nm high power solid-state lasers, and cooperating

More information

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2 Trade of Sheet Metalwork Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2 Table of Contents List of Figures... 4 List of Tables... 5 Document Release History... 6 Module

More information

FAQver. CARTER PRODUCTS. Laser Computer Pattern Projection Systems FREQUENTLY ASKEDQUESTIONS

FAQver. CARTER PRODUCTS. Laser Computer Pattern Projection Systems FREQUENTLY ASKEDQUESTIONS FAQver. CARTER PRODUCTS Laser Computer Pattern Projection Systems FREQUENTLY ASKEDQUESTIONS 2007 CARTER PRODUCTS COMPANY 2871 Northridge Drive NW Grand Rapids, MI 49544 Toll Free (888) 622-7837 Phone (616)

More information

INTRODUCTION TO ROBOTICS

INTRODUCTION TO ROBOTICS INTRODUCTION TO ROBOTICS ROBOTICS CLUB SCIENCE AND TECHNOLOGY COUNCIL, IIT-KANPUR AUGUST 6 TH, 2016 OUTLINE What is a robot? Classifications of Robots What goes behind making a robot? Mechanical Electrical

More information

Syslog Technologies Innovative Thoughts

Syslog Technologies Innovative Thoughts MINI MILLING MACHINE SYNOPSIS A milling machine is a machine tool used for the complex shaping of metal and other solid materials. Its basic form is that of a rotating cutter or end mill which rotates

More information

Sectors:- Materials:-

Sectors:- Materials:- We at Opus CNC pride ourselves on supplying and maintaining affordable, quality and innovative CNC Router Machines. The Pegasus ATC range provides accuracy and high precision and is ideal for the first

More information

The Voice Coil Actuator Story. Who needs to read this?

The Voice Coil Actuator Story. Who needs to read this? The Voice Coil Actuator Story. Who needs to read this? Why we started with the development of our own Voice-Coil-Actuator may be of interest to some of our visitors. So if you want to know more about the

More information

Converting a Hobby Servomotor to a DC Gearhead Motor

Converting a Hobby Servomotor to a DC Gearhead Motor Converting a Hobby Servomotor to a DC Gearhead Motor Ted Pavlic December 15, 2004 Summary While there are many resources that provide instruction for modifying a hobby servomotor for continuous rotation,

More information

Performance Analysis of Ultrasonic Mapping Device and Radar

Performance Analysis of Ultrasonic Mapping Device and Radar Volume 118 No. 17 2018, 987-997 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Performance Analysis of Ultrasonic Mapping Device and Radar Abhishek

More information

Development of a telepresence agent

Development of a telepresence agent Author: Chung-Chen Tsai, Yeh-Liang Hsu (2001-04-06); recommended: Yeh-Liang Hsu (2001-04-06); last updated: Yeh-Liang Hsu (2004-03-23). Note: This paper was first presented at. The revised paper was presented

More information

In 1984, a cell phone in the U.S. cost $3,995 and

In 1984, a cell phone in the U.S. cost $3,995 and In 1984, a cell phone in the U.S. cost $3,995 and weighed 2 pounds. Today s 8GB smartphones cost $199 and weigh as little as 4.6 oz. Technology Commercialization Applied Materials is one of the most important

More information

P3 Essential Questions X Rays, CT Scans and Ultrasound

P3 Essential Questions X Rays, CT Scans and Ultrasound P3 Essential Questions X Rays, CT Scans and Ultrasound Ultrasound and X-rays are waves used in hospitals to create images of the inside of the human body. To produce the images below, the waves must enter

More information

GCSE. Manufacturing. Mark Scheme for June General Certificate of Secondary Education. Unit B232: Manufacturing Processes

GCSE. Manufacturing. Mark Scheme for June General Certificate of Secondary Education. Unit B232: Manufacturing Processes GCSE Manufacturing General Certificate of Secondary Education Unit B232: Manufacturing Processes Mark Scheme for June 2013 Oxford Cambridge and RSA Examinations OCR (Oxford Cambridge and RSA) is a leading

More information

A third industrial revolution

A third industrial revolution Special report: Manufacturing and innovation In this special report A third industrial revolution Back to making stuff The boomerang effect Forging ahead Solid print Layer by layer All together now Making

More information

An Introduction to Programming using the NXT Robot:

An Introduction to Programming using the NXT Robot: An Introduction to Programming using the NXT Robot: exploring the LEGO MINDSTORMS Common palette. Student Workbook for independent learners and small groups The following tasks have been completed by:

More information

ARDUINO FOR BEGINNERS: ESSENTIAL SKILLS EVERY MAKER NEEDS BY JOHN BAICHTAL

ARDUINO FOR BEGINNERS: ESSENTIAL SKILLS EVERY MAKER NEEDS BY JOHN BAICHTAL ARDUINO FOR BEGINNERS: ESSENTIAL SKILLS EVERY MAKER NEEDS BY JOHN BAICHTAL DOWNLOAD EBOOK : ARDUINO FOR BEGINNERS: ESSENTIAL SKILLS EVERY MAKER NEEDS BY JOHN BAICHTAL PDF Click link bellow and free register

More information

Laboratory Seven Stepper Motor and Feedback Control

Laboratory Seven Stepper Motor and Feedback Control EE3940 Microprocessor Systems Laboratory Prof. Andrew Campbell Spring 2003 Groups Names Laboratory Seven Stepper Motor and Feedback Control In this experiment you will experiment with a stepper motor and

More information

Mechatronics Project Report

Mechatronics Project Report Mechatronics Project Report Introduction Robotic fish are utilized in the Dynamic Systems Laboratory in order to study and model schooling in fish populations, with the goal of being able to manage aquatic

More information

HALTER AUTOMATION. It s gripping stuff...

HALTER AUTOMATION. It s gripping stuff... HALTER AUTOMATION It s gripping stuff... Hyfore is the UK distributor for Halter CNC Automation, the Netherlands based supplier of machine tool robotic loading and unloading systems. Sitting alongside

More information

MECHATRONICS IN A BOX

MECHATRONICS IN A BOX MECHATRONICS IN A BOX A Complete Mechatronics Solution for the Classroom amtekcompany.com Contents Introduction Programming Arduino microcontrollers Motor Control Training Course Flowcode 8 Formula AllCode

More information

Shock Sensor Module This module is digital shock sensor. It will output a high level signal when it detects a shock event.

Shock Sensor Module This module is digital shock sensor. It will output a high level signal when it detects a shock event. Item Picture Description KY001: Temperature This module measures the temperature and reports it through the 1-wire bus digitally to the Arduino. DS18B20 (https://s3.amazonaws.com/linksprite/arduino_kits/advanced_sensors_kit/ds18b20.pdf)

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

How Does an Ultrasonic Sensor Work?

How Does an Ultrasonic Sensor Work? How Does an Ultrasonic Sensor Work? Ultrasonic Sensor Pre-Quiz 1. How do humans sense distance? 2. How do bats sense distance? 3. Provide an example stimulus-sensorcoordinator-effector-response framework

More information

Immersive Makerspace Experience

Immersive Makerspace Experience Immersive Makerspace Experience Jason Erdreich, President 9-12 Technology, Engineering, & Design Manalapan High School jerdreich@njteea.org What is a Makerspace? A facility that encourages creative thought

More information

PR670E PR670E. Embroidery Machine

PR670E PR670E. Embroidery Machine PR670E PR670E Embroidery Machine Experience effortless embroidery with speedy and professional results 300 x 200 mm embroidery area 10.1 LCD touch screen Variable speed: 400 to 1,000 stitches per minute

More information

Adafruit Motor Selection Guide

Adafruit Motor Selection Guide Adafruit Motor Selection Guide Created by Bill Earl Last updated on 2017-10-03 07:10:33 PM UTC Guide Contents Guide Contents Types of Motors Quick Selection Guide: Basic Raw Motor Types Brushed DC Motors

More information

Multi-application platform for education & training purposes in photonical measurement engineering & quality assurance with image processing

Multi-application platform for education & training purposes in photonical measurement engineering & quality assurance with image processing Multi-application platform for education & training purposes in photonical measurement engineering & quality assurance with image processing P-G Dittrich 1,2, B Buch 1, A Golomoz 1, R Celestre 1, R Fütterer

More information

Robotics using Lego Mindstorms EV3 (Intermediate)

Robotics using Lego Mindstorms EV3 (Intermediate) Robotics using Lego Mindstorms EV3 (Intermediate) Facebook.com/roboticsgateway @roboticsgateway Robotics using EV3 Are we ready to go Roboticists? Does each group have at least one laptop? Do you have

More information

A Do-and-See Approach for Learning Mechatronics Concepts

A Do-and-See Approach for Learning Mechatronics Concepts Proceedings of the 5 th International Conference of Control, Dynamic Systems, and Robotics (CDSR'18) Niagara Falls, Canada June 7 9, 2018 Paper No. 124 DOI: 10.11159/cdsr18.124 A Do-and-See Approach for

More information

Free Making Things See: 3D Vision With Kinect, Processing, Arduino, And MakerBot (Make: Books) Ebooks Online

Free Making Things See: 3D Vision With Kinect, Processing, Arduino, And MakerBot (Make: Books) Ebooks Online Free Making Things See: 3D Vision With Kinect, Processing, Arduino, And MakerBot (Make: Books) Ebooks Online This detailed, hands-on guide provides the technical and conceptual information you need to

More information

Chapter 1. Robots and Programs

Chapter 1. Robots and Programs Chapter 1 Robots and Programs 1 2 Chapter 1 Robots and Programs Introduction Without a program, a robot is just an assembly of electronic and mechanical components. This book shows you how to give it a

More information

Trotec Speedy 100 (25W) Laser Marking, Engraving and Cutting Machine

Trotec Speedy 100 (25W) Laser Marking, Engraving and Cutting Machine Trotec Speedy 100 (25W) Laser Marking, Engraving and Cutting Machine Speedy 100 (25 Watts) Introduction: The Trotec Speedy 100 CO2 laser engraver offers a compact, entry-level solution carefully designed

More information

+91-8048601470 Hi - Tech Industrial Implements http://www.hitechimplements.net/ We are engaged in supplying of Welding Machine Tools of high quality at reasonable prices. Our products are sourced from

More information

Communication Technology

Communication Technology What is communication technology? Communication technology allows people to store, transmit, receive, and manipulate information. ICT ( Information and Communication Technology) is combining telephone

More information

MAKEBLOCK MUSIC ROBOT KIT V2.0

MAKEBLOCK MUSIC ROBOT KIT V2.0 MAKEBLOCK MUSIC ROBOT KIT V2.0 Catalog Music Robot Kit V2.0 Introduction... 1 1 What is Music Robot Kit V2.0?... 1 1.1 Mechanical part... 1 1.2 Electronic part... 1 1.3 Software part... 1 2 Music Robot

More information

An Introduction to CNC

An Introduction to CNC DREAM IT DESIGN IT DO IT An Introduction to CNC For help, call 011 036 6062 or 021 839 5594, or send an email to techsupport@perfectlaser.co.za Introduction to CNC If you re new to the world of CNC (or

More information

RoboSAR Written Report 1

RoboSAR Written Report 1 Date: 4/21/15 Student Name: Lukas Christensen E-Mail: lukaschristensen@ufl.edu TAs: Andy Gray Nick Cox Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz University of Florida Department of Electrical

More information

Computer Aided Manufacturing

Computer Aided Manufacturing Computer Aided Manufacturing CNC Milling used as representative example of CAM practice. CAM applies to lathes, lasers, waterjet, wire edm, stamping, braking, drilling, etc. CAM derives process information

More information

Processes Advantages Disadvantages Identifying features Products

Processes Advantages Disadvantages Identifying features Products Plastics Processes Plastics manufacturing processes are mostly mass production processes with high volumes of output. The high cost of machinery and tooling is offset by the speed and volume of production.

More information

Soffio (Breath) Interactive Poetry and Words Installation

Soffio (Breath) Interactive Poetry and Words Installation Soffio (Breath) Interactive Poetry and Words Installation Ennio Bertrand Via Giulia di Barolo 48, 10124 Turin, Italy enniobertrand@gmail.com www.enniobertrand.com Abstract. Soffio (Breath) is an interactive

More information

Bar Code Labels. Introduction

Bar Code Labels. Introduction Introduction to Bar Code Reading Technology Introduction Most people are familiar with bar codes. These are the bands of stripe lines which can be found on many grocery items and are used by scanning devices

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

Industrial Instrumentation Prof. Alok Barua Department of Electrical Engineering Indian Institute of Technology - Kharagpur

Industrial Instrumentation Prof. Alok Barua Department of Electrical Engineering Indian Institute of Technology - Kharagpur Industrial Instrumentation Prof. Alok Barua Department of Electrical Engineering Indian Institute of Technology - Kharagpur Lecture - 6 Torque Measurement Good afternoon! This is lesson 6 of Industrial

More information

Top spin Nr /

Top spin Nr / Top spin Nr. 1840 0000 / 1840 1000 Bedienungsanleitung 21-6680 28052014 / A Made in Germany Ideas for dental technology Top spin Nr. 1840 0000 / 1840 1000 Contents 1. Introduction...2 1.1 Symbols...2 2.

More information

Digital Devices in the Digital Technologies curriculum

Digital Devices in the Digital Technologies curriculum Digital Devices in the Digital Technologies curriculum VCAA Webinar Thursday 7 th June 2018 Sean Irving VCAA Specialist Teacher (Digital Coding) Lockington Consolidated School Copyright Victorian Curriculum

More information

TECHNICAL DATA. OPTIV CLASSIC 322 Version 3/2013

TECHNICAL DATA. OPTIV CLASSIC 322 Version 3/2013 TECHNICAL DATA OPTIV CLASSIC 322 Version 3/2013 Technical Data Product description The Optiv Classic 322 combines optical and tactile measurement in one system (optional touchtrigger probe). The system

More information

Project Name: SpyBot

Project Name: SpyBot EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 23, 2013 Project Name: SpyBot Team Members: Name: Josh Kurland Name: Parker Karaus Email: joshkrlnd@gmail.com Email: pbkaraus@ufl.edu

More information

Worksheet Answer Key: Tree Measurer Projects > Tree Measurer

Worksheet Answer Key: Tree Measurer Projects > Tree Measurer Worksheet Answer Key: Tree Measurer Projects > Tree Measurer Maroon = exact answers Magenta = sample answers Construct: Test Questions: Caliper Reading Reading #1 Reading #2 1492 1236 1. Subtract to find

More information

Laser Telemetric System (Metrology)

Laser Telemetric System (Metrology) Laser Telemetric System (Metrology) Laser telemetric system is a non-contact gauge that measures with a collimated laser beam (Refer Fig. 10.26). It measure at the rate of 150 scans per second. It basically

More information