ES Unit3 Lecture23 Chapter5 PDF
ES Unit3 Lecture23 Chapter5 PDF
UNIT 3
PROTOTYPING
EMBEDDED DEVICES
Embedded Systems Ms. Seeya Gude
Semester IV Asst. Professor
S.E.(I.T.) Information Technology Department
Academic Year 2020-21 Goa College of Engineering
IT 420 EMBEDDED SYSTEMS : CHAPTER5
18-06-2021 1
UNIT3 (By Ms. Seeya Gude)
AGENDA
UNIT 3
PROTOTYPING EMBEDDED DEVICES
1. ARDUINO
2. APPLICATIONS OF ARDUINO
DUE MEGA
MICRO
ESPLORA LILYPAD
Start by choosing a platform to prototype in. The following sections discuss some of
the factors that you need to weigh—and possibly play off against each other—when
deciding how to build your device.
• Processor speed
• RAM
• Networking
• USB
• Power Consumption
• Interfacing with sensors and other circuitry.
• Physical Size and Form Factor
IT 420 EMBEDDED SYSTEMS : CHAPTER5
18-06-2021 37
UNIT3 (By Ms. Seeya Gude)
CHOOSING YOUR
PLATFORM
Factors to be checked while choosing your platform:
1. Processor speed
The processor speed, or clock speed, of your processor tells you how fast it can
process the individual instructions in the machine code for the program it’s running.
Naturally, a faster processor speed means that it can execute instructions more
quickly. The clock speed is still the simplest proxy for raw computing power, but it
isn’t the only one. You might also make a comparison based on millions of
instructions per second (MIPS), depending on what numbers are being reported in
the datasheet or specification for the platforms you are comparing. Some
processors may lack hardware support for floating-point calculations, so if the code
involves a lot of complicated mathematics, a by-the-numbers slower processor with
hardware floating-point support could be faster than a slightly higher performance
processor without it.