Introducing the Arduino boards & some supporting modules

Slides:



Advertisements
Similar presentations
MM Player Supervised by: Dr. Luai Malhis. Prepared by: Mustafa Assaf & Mahmoud Musa.
Advertisements

Intel Do-It-Yourself Challenge Intel Galileo and Edison Paul Guermonprez Intel Software.
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
Pico-SAM9G45 Development Board for Envirobat Presented by Kiran G K Date : 18/06/13.
BME/ECE 462 Presentation II Arduino basics & Visual display Yue Yin & Chenchen Qi 09/18/2014.
Seminars at RSSC.org Sergei Grichine
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
{ Physical Computing Arduino, Raspberry Pi, Sensors, Controls…
Khaled A. Al-Utaibi  What is Arduino?  Arduino Boards  Arduino Shields  Arduino Uno Hardware.
Resources: Hardware and Software Senior Design – Spring 2012.
Camera Interfacing using ARM7
Resources: Hardware and Software Senior Design – Fall 2011.
CALLISTO Double - Heterodyne - Frequency Agile - Radio - Spectrometer ERAC Symposium Heppenheim Sep 5/6/7th 2003 Meyer Hansueli ETH Zürich.
Colorado Space Grant Consortium Gateway To Space ASEN 1400 / ASTR 2500 Class #12 Gateway To Space ASEN 1400 / ASTR 2500 Class #12 T-58.
Little arduino microcontrollers Meghan Jimenez 12 February 2014.
Home controlling system based on Galileo Final Semester Presentation Started at: Winter 2015 Project supervised by: Mony Orbach Project performed by: Khalid.
Department of Electronic & Electrical Engineering Embedded system Aims: Introduction to: Hardware. Software Ideas for projects ? Robotics/Control/Sensors.
DPNM Lab., POSTECH 1/29 CS490K - Internet of Things (IoT) Jonghwan Hyun DPNM Lab. Department of Computer Science and Engineering, POSTECH
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
Arduino Josh Villbrandt February 4, Digital Circuits Analog versus digital – What’s the difference? – How to represent an analog signal in a computer?
LVTech / / IRC #makelv on freenode.net Jared Steckel AN INTRODUCTION.
Revised: Aug 1, ECE 263 Embedded System Design Lesson 1 68HC12 Overview.
1 The Affordable Internet of Things (How to Connect More for Less)
Disassemble NXT 1. Daughterboards Display daughterboard Connector to the motherboard that you can disconnect Bluetooth daughterboard Speaker on the display.
1 AVR Session 2 Master : Dr.jafari Authors: M.H Edrisi, hadi.edrisi yyyy aaaa hhhh oooo oooo.... cccc oooo mmmm.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
My great Computer TOMMY H. My Great Computer  Its main function of the is to play game, can show high equality picture  Can process the application.
Arduino 101 Instructors: Ted Markson / Jim Sweeney.
LSU 09/19/2013BalloonSat Development Board1 The BalloonSat Development Board Programming Unit, Lecture 1.
An-Najah National University Faculty of Engineering Department of Mechatronics Engineering Whiteboard Notes Tracking-Erasing System.
Welcome to the world of ARM. COURSE CONTENT Module 1: Introduction  Introduction of ARM Processors  Evolution of ARM  32 - bit Programming Module 2:
智慧電子應用設計導論(1/3) Arduino MEGA 2560
Group 10 – Extensible Digital Logic Educational Tool.
The “Drink Mixer” Design Constraints. Project Success Criteria An ability to digitally mix audio and adjust individual levels An ability to digitally.
Arduino A free development system based on Atmel AVR 8 bit microcontrollers. LB8X Tom.
Eric Glover Steve Andre Shaun Greene Russell Willmot.
Embedded Systems February 10, Serial Interface - SPI  Serial Peripheral Interface  Synchronous communications  Clock supplied by the Master.
ARDUINO OVERVIEW Bob Wilton – KF5TPQ. ARDUINO UNO.
NAM S.B MDLAB. Electronic Engineering, Kangwon National University 1.
Modified Harvard architecture 8-bit RISC single chip microcontroller Complete System-on-a-chip On Board Memory (FLASH, SRAM & EEPROM) On Board Peripherals.
IoT Milos Hampl.
Multiway Noticeboard with User Configure Features Using IOT & PC
Obstacle avoiding robot { pixel }
Popular Microcontrollers and their Selection by Lachit Dutta
Scrolling LCD using Arduino.
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Home automation using Arduino & ‘PIR sensor’
Single board computers in the ham shack
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
Automatic human detector garbage can.
Atoll Solutions PVT LTD
SUBMITTED BY EDGEFX TEAM
Remote Sensor Interface for IoT
‘SONAR’ using Arduino & ultrasonic distance sensor
AVR Microcontrollers Prepared By: Disha Ruparelia ( )
The Arduino Microcontroller: Atmel AVR Atmega 328
AVR Hardware Connections and Flash Loading
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
میکرو کنترلر های AVR مدرس: مسعود بهمن پور
Arduino Board.
Manual Robotics ..
I/O Programming with Arduino
Single Board Computers and Dev Boards
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Hardware Graduation Project (2) Seminar
The BalloonSat Development Board
Presented By,  Mamata Yadav (BE Elex & Comm.) Vice R&D Coordinator(HW), PCRT  Payal Shah (BE Elex & Comm.)  Ananta Das (BE Elex & Comm.) R&D Team,PCRT.
Presentation transcript:

Introducing the Arduino boards & some supporting modules Micro computer boards

Arduino Uno Clone Basic Arduino, one of several variants Atmel 328P processor, small but useful Well known, lots of examples, easy to use Arduino Uno Clone

The IOIO board, designed to connect to Android devices and provide hardware I/O Not an Arduino !

Breakout boards, a great way to expand your Arduino's abilities Some sensor boards

Power control is essential and these boards are adjustable so you can set for 3v3 or 5v as required, you can use an old laptop supply for your project thanks to these gems Power boards

There are many more Arduino's based on the Atmega AVR processor chips Mega 2560, more I/O

Arduino boards using the ARM processor are also available Unlike the AVR based boards, the ARM boards run at 3.3 volts They have processor speeds of 48mhz or higher They feature far more Ram & Flash, some also include real time clocks Suitable for more complex projects including flight control for drones ARM based boards

The STM32 board runs at 72mhz and features 64k flash, real time clock and 20k of Ram Also not an Arduino

Arduino Due, for serious stuff The Due is ARM based and features 96k ram, 512k flash, 54 I/0 pins, 12 bit ADC, 84mhz clock Arduino Due, for serious stuff

433 Mhz Serial Radio Module

2.4 Ghz Radio, SPI interface

Special thanks to Dave Weinstein of Aquifer Labs who has provided many of these boards and given me the opportunity to work with them professionally peter@jazenga.com