RenBED – Technical Training Jon Fuge – Renishaw plc.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

Applications of PICs Advantages/disadvantages Digital and analogue control Loops, sub-routines, scanning, counting and feedback Interrupts Problems with.
Microprocessors Typical microprocessor controlled devices: Camera, mobile phone, stereo, mp3 player, electronic toys… High-level microprocessor controlled.
3D Graphical Display Ararat Adamian Brian McDonald Tyler Blair Adrian Williams.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Configurable System-on-Chip: Xilinx EDK
ECE 4220 Real Time Embedded Systems Final Project Presentation Spring 2014 University of Missouri Columbia By: Michael Brauch Temperature Data Logger.
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Microcontroller: Introduction
BLDC MOTOR SPEED CONTROL USING EMBEDDED PROCESSOR
Understanding Computers: Today and Tomorrow, 13th Edition 1 The Motherboard Computer chip: Circuit board: Motherboard or system board: –All devices must.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
LabVIEW Embedded Module for ARM Microcontrollers
Department of Electronic & Electrical Engineering Embedded system Aims: Introduction to: Hardware. Software Ideas for projects ? Robotics/Control/Sensors.
Computer Basics An overview of computer hardware ICT Tools: Computer Basics.
MICROCONTROLLERS. What is a microcontroller? A microcontroller is a nifty little gadget that houses a microprocessor, ROM (Read Only Memory), RAM (Random.
NetBurner MOD 5282 Network Development Kit MCF 5282 Integrated ColdFire 32 bit Microcontoller 2 DB-9 connectors for serial I/O supports: RS-232, RS-485,
Objectives How Microcontroller works
Applied Control Systems Technology. © t 4 Galway Education Centre 2 Applied Control Systems Inputs Push switches L.D.R. Microphone Tilt switch Infrared.
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Introduction to Computing: Lecture 4
Computer Hardware Unit 1 Computer Applications A.
CADCAM HARDWARE.  The computing system in operation can be compared to a human being in terms of its operating characteristics.
Computer Basics.
Memory The CPU in the computer fetches data and instructions from memory to process. This type of memory is called primary memory and it is the only memory.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Organization & Assembly Language © by DR. M. Amer.
What is a computer? Its an electronic machine which can accept data in certain form, process the data, and give the result.
The Computer System CS 103: Computers and Application Software.
Hardware on the Inside.  Computers are made of many electronic components or parts.  These components each have a special job and they all work together.
Microcontrollers, Microcomputers, and Microprocessors
BMTS 242: Computer and Systems Lecture 2: Memory, and Software Yousef Alharbi Website
© 2008, Renesas Technology America, Inc., All Rights Reserved 1 Course Introduction Purpose  This course provides an introduction to the peripheral functions.
Submitted by:.  Project overview  Block diagram  Power supply  Microcontroller  MAX232 & DB9 Connector  Relay  Relay driver  Software requirements.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
CEng3361/18 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2007 Recitation 01.
HOME SECURITY USING WIRELESS SENSOR NETWORK UNDER THE ESTEEMED GUIDANCE OF: P.RAMESH D.SIVOM( ) KANMANI RAVI( ) B.SAI RAJSEKHAR( )
Cmod A7 Breadboardable Artix-7 FPGA Module
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
Parts of a Computer.
Popular Microcontrollers and their Selection by Lachit Dutta
Computer Components ICS 3U0.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Lab 1: Using NIOS II processor for code execution on FPGA
Fundamentals of Computer Engineering
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
Microcontrollers & GPIO
PRE-PROGRAMMED DIGITAL SCROLLING MESSAGE
Computer Hardware – System Unit
Project Title EVM IN 8051 Under the Guidance of Submitted by.
PC Mouse operated Electrical Load Control Using VB Application
Unit 1 Computer Applications A
Parts of the Computer.
Why microcontrollers in embedded systems?
Introduction to Microprocessors and Microcontrollers
Future Designs, Inc. Your Development Partner
المحور 3 : العمليات الأساسية والمفاهيم
Technical Communication Skills Practicum
8051 Micro Controller.
A451: Computer Systems and Programming
Chapter 4: Hardware for Educators
Wireless Embedded Systems
Introduction to Single Board Computer
Lecture 8: Arduino 20 March 2019.
Objectives Describe the difference between RAM and ROM
Technology 2 Hardware on the Inside.
Presentation transcript:

RenBED – Technical Training Jon Fuge – Renishaw plc

RenBED TrainingSlide 2Nov 2013 What will you learn? Standard terminology used What RenBED is and what features it has got How to make RenBED turn on an LED How to make RenBED read a switch How to make RenBED drive a seven segment display

RenBED TrainingSlide 3Nov 2013 Common terms? CPU –Central Processing Unit (the brains of a computer system) MCU –Micro Controller Unit (an entire computer on one chip) RAM Program memory (ROM, EPROM, FLASH, FRAM, etc) I/O (Input / Output) ROM –Read Only Memory EPROM –Erasable / Programmable Read Only Memory FLASH –Named because the inventors likened its erasure to a camera flash FRAM –Ferroelectric Random Access Memory

RenBED TrainingSlide 4Nov 2013 What is RenBED? RENishaw emBEDedd micro controller for prototyping –Designed to be low cost –32bit ARM processor (similar to the ones used in phones) –No software required (done using a web browser) –No programming hardware required (works as a pen drive) –Access to open source hardware and software –Growing range of support documentation and peripherals

RenBED TrainingSlide 5Nov 2013 What does features does RenBED have? ARM Cortex M0 Core –48MHz processor clock –8kB RAM –32kB FLASH –USB, 2xSPI, I2C, UART, 6xADC, GPIO Easy to prototype with –Can be used stand alone –40 pin 0.1” pitch is compatible with standard “breadboard” –Powered by USB or external 5V supply Easy to program –Online compiler with large collection of free libraries –Built in drag and drop flash programmer.

RenBED TrainingSlide 6Nov 2013 Workshop 1 You will learn… –How to use breadboard with RenBED to make a simple circuit –How to import an example program to light a LED –How to edit a program –How to select the target device –How to compile your program –How to program RenBED

RenBED TrainingSlide 7Nov 2013 Workshop 2 You will learn… –Recap using breadboard with RenBED to make a simple circuit –How to create a new program to read a switch and light a LED –How to use a library to get more functions –Recap how to select the target device (if needed) –Recap compiling your program –Recap programming RenBED

RenBED TrainingSlide 8Nov 2013 Workshop 3 You will learn… –How to create a new program count using the 7 segment display –Recap how to use a library to get more functions –Recap how to select the target device (if needed) –Recap compiling your program –Recap programming RenBED