+ All Categories
Home > Documents > What Can You Make With Microcontrollers? - Ywebrobotika.yweb.sk/skola/AVR/co vsetko sa da urobit s...

What Can You Make With Microcontrollers? - Ywebrobotika.yweb.sk/skola/AVR/co vsetko sa da urobit s...

Date post: 05-May-2018
Category:
Upload: vuongnhu
View: 217 times
Download: 4 times
Share this document with a friend
28
What Can You Make With Microcontrollers? Dorkbot Bristol Oct 16 th 2007 John Honniball
Transcript

What Can You Make With Microcontrollers?

Dorkbot Bristol

Oct 16th 2007

John Honniball

October 16th 2007 Dorkbot Bristol 2

Overview● What is a microcontroller?● Why use one?● Examples of microcontroller chips● Examples of microcontroller boards● Demo● What else can you do?● Questions

October 16th 2007 Dorkbot Bristol 3

What is a Microcontroller?● A Computer-on-a-Chip● But not just a CPU

MEMORY

PROCESSING

INPUT OUTPUT

October 16th 2007 Dorkbot Bristol 4

Why Use a Microcontroller?● Complex behaviour from a single chip● Cheap and easy to wire up● Computer interfaces

– Serial: RS232, USB, MIDI– Memory: MMC/SD, CF– Network: Ethernet, Infra-Red

● Low Power Consumption– No heat; No fan; No noise– Powered by batteries

October 16th 2007 Dorkbot Bristol 5

Things You Can Make● Games and fun gadgets

– Mignon, XGS, controller interfaces, light wand● USB devices

– Joysticks, keyboards● Musical gadgets

– MIDI devices, synthesisers● Robots

– Sensors, motor controllers

October 16th 2007 Dorkbot Bristol 6

The Mignon Game Kit● Handheld game kit● 5 x 7 LED matrix display● http://www.olafval.de/mignon/english/index.htm

October 16th 2007 Dorkbot Bristol 7

The XGameStation● Programmable game console● Output to TV● Ready-made board● Write your own games● http://www.xgamestation.com

October 16th 2007 Dorkbot Bristol 8

MIDIbox OPL3 Module● MIDI in, audio out● Synthesiser based on 8-bit sound chips● Sound chips salvaged from ISA soundcards● http://www.ucapps.de/mbhp_opl3.html

October 16th 2007 Dorkbot Bristol 9

Seattle Robotics Society● The Level 1 Robot● Atmel AVR ATmega16● TI 754410 H-bridge● Two drive motors● Light sensors● Bump sensors● http://www.seattlerobotics.org

October 16th 2007 Dorkbot Bristol 10

Examples of Microcontroller Chips● 8-bit

– Intel 8051– Motorola 68HC11– Microchip PIC– Atmel AVR

● 16-bit– Texas Instruments

MSP430● 32-bit

– ARM

October 16th 2007 Dorkbot Bristol 11

Atmel AVR● 8-bit microcontroller● Designed in Norway● RISC architecture● 32 registers● On-chip RAM, Flash

ROM and EEPROM● Lots of variants● C compiler: GCC

CPU

RAM EEPROM

FLASH ROM

UART

ADC

PWM

DIGITALI/O

October 16th 2007 Dorkbot Bristol 12

Microcontroller Modules● Chip, plus clock crystal, plus supporting

components● Easier to handle and plug in● Avoids surface-mount parts● Avoids need to make a Printed Circuit Board● But, may be less configurable● May be larger than microcontroller alone

October 16th 2007 Dorkbot Bristol 13

The BASIC Stamp● Microchip PIC● 24-pin DIL package● Established design● http://www.parallax.com

October 16th 2007 Dorkbot Bristol 14

The Number Six Board● Atmel AVR● ATmega32 chip● 16MHz crystal● MIT design● Open Source● http://six.media.mit.edu

October 16th 2007 Dorkbot Bristol 15

The Arduino● Atmel AVR● ATmega8 chip● Serial or USB version● Open Source● http://www.arduino.cc

October 16th 2007 Dorkbot Bristol 16

The Crumb644-Net Board● Atmel AVR● ATmega644 chip● 10Mbit ethernet● 32-pin module● http://www.chip45.com

October 16th 2007 Dorkbot Bristol 17

Make Controller Board● 32-bit ARM board● 55MHz ARM7 CPU● 256K Flash, 64K RAM● Ethernet and USB● 8 analog inputs● 8 motor driver outputs● http://makezine.com/controller/

October 16th 2007 Dorkbot Bristol 18

The MR-8 Board● Atmel AVR● ATmega8 chip● 16MHz● 26 pin module● http://www.active-

robots.com

October 16th 2007 Dorkbot Bristol 19

The Light Wand● Atmel AVR chip on

MR-8 module● Two 8-bit latch/buffer

chips (74LS373)● 16 resistors (220Ω)● 16 green LEDs● Battery and 5Volt

regulator

October 16th 2007 Dorkbot Bristol 20

Light Wand Circuit

AVRMODULE

LATCH

LATCH

WAND

5VREG

October 16th 2007 Dorkbot Bristol 21

Light Wand Software● Written in AVR assembler● Assembled with AVR Studio 4

– Atmel's IDE (Integrated Development Environment)– IDE runs under Windows– Development tools also available for Linux and Mac

● Programmed into Flash with AVRISP– In-System Programming (ISP)

October 16th 2007 Dorkbot Bristol 22

Demo● Devise a better light pattern● Convert it to hex● Program it into the chip● Test

October 16th 2007 Dorkbot Bristol 23

What Else Can They Do?● Motor control (stepper and DC motors)● R/C servo control● Temperature sensors● 7-segment and dot-matrix LEDs● Text and graphical LCDs● Accelerometers and gyroscope sensors● Relay and solenoid control

October 16th 2007 Dorkbot Bristol 24

Useful Links (AVR)● http://www.atmel.com● http://www.avrfreaks.net● http://winavr.sourceforge.net● http://instruct1.cit.cornell.edu/courses/ee476/

October 16th 2007 Dorkbot Bristol 25

Useful Links (PIC)● http://www.microchip.com● http://www.picaxe.co.uk● http://www.piclist.com● http://microchip.htsoft.com

October 16th 2007 Dorkbot Bristol 26

Useful Links (General)● http://www.makezine.com● http://www.freecycle.org● http://www.instructables.com● http://www.beyondlogic.org● http://www.artofelectronics.com

October 16th 2007 Dorkbot Bristol 27

URLs For These Slides● My home page:● http://www.gifford.co.uk/~coredump● Things I Have Made:● http://www.gifford.co.uk/~coredump/make.htm● My e-mail:● [email protected]

October 16th 2007 Dorkbot Bristol 28

Questions● Any questions?


Recommended