Session 2: IoT Programming Platform Flashcards
What is Arduino?
it is known as a low-cost, most popular open-source hardware and software platform
What are the advantages of arduino?
1-Cheap
2-Portable: we can use it in nearly any operating system
3-Simple
4-Open sources for both hardware and software
What types of flavors do we have in Arduino Hardware?
1-Arduino Mini
2-Arduino Nano
3-Arduino Mega
4-Arduino Uno
5-Arduino Leonardo
6-Arduino Liypad
What are the basics part of the Arduino Uno?
1-Power jack
2-Micro controller
3-Digital and Analog inputs
What is the different between Digital and Analog inputs?
-Digital inputs are binary inputs (0 or 1) that are basically voltages that behave like the binary nature, either it can be ON or it can be OFF. Switches, sensors, etc are examples of digital input.
-Analog input is a continuous input which means it is a time-sensitive input.
for ex: The live Temperature Sensor program that we wrote it :)
What are the differences between Microcontroller VS Microprocessor?
-Microcontroller: the heart of an embedded or minor system
for ex: washing machines, air conditioners
-Microprocessor: the heart of a whole computer system
for ex: personal computers/laptops