weatherbox:team_black_hole:arduino_tutorials

This is an old revision of the document!


Questions

Embedded Systems Questions

  1. Were you able to program the Arduino?
  2. Did you have any problems during the Arduino process?
  3. What you think is the next step after this?

Arduino Questions

  1. What is Arduino?
  2. What is an Arduino Uno?
  3. What kind of programming language does the Arduino IDE support?
  4. What are the two functions that are present in an Arduino program?
  5. How is it different from a regular microcontroller?
  6. Why do people use the Arduino?
  7. What are some advantages?
  8. What are some disadvantages?

Notes

Arduino

  • Arduino is a company that produces microcontroller-based kits for building digital devices and interactive objects that can sense and control objects in the physical world.
  • First Arduino was introduced in 2005.
  • A microcontroller is a small computer on a single integrated circuit
  • Parts for a microcontroller include a processor core, memory and programmable input/output peripherals.
  • Microcontrollers are designed for embedded applications and are used in automatically controlled products and devices.
  • Mixed signal microcontrollers are common, which integrate analog components needed to control non-digital electronic systems.
  • Arduino kits are inexpensive compared to other microcontroller platforms. As low as 50$ for a pre-assembled module.
  • The Arduino Software (IDE) runs on Windows, Mac OSX, and Linux operating systems.
  • The software is easy-to-use for beginners, yet flexible enough for experienced users to take advantage as well.
  • It also as open source and extensible software and hardware.
  • weatherbox/team_black_hole/arduino_tutorials.1454625307.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)