Arduino Course for Beginners - Open-Source Electronics Platform

Arduino Course for Beginners - Open-Source Electronics Platform

freeCodeCamp.org via freeCodeCamp Direct link

) Course Introduction

1 of 78

1 of 78

) Course Introduction

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Arduino Course for Beginners - Open-Source Electronics Platform

Automatically move to the next video in the Classroom when playback concludes

  1. 1 ) Course Introduction
  2. 2 ) Section 2: Foundation of Electronics
  3. 3 ) Electricity
  4. 4 ) Static Electricity
  5. 5 ) Current Electricity
  6. 6 ) Voltage
  7. 7 ) Current
  8. 8 ) Resistance
  9. 9 ) Ohm’s Law
  10. 10 ) Ohm’s Law Example
  11. 11 ) Resistances in Series and Parallel
  12. 12 ) Resistance Color Coding
  13. 13 ) Section 3: Intro to Arduino Board
  14. 14 ) What is Microcontroller and Microprocessor
  15. 15 ) What category Arduino falls into?
  16. 16 ) Different Types of Arduino Boards
  17. 17 ) About Arduino
  18. 18 ) Parts of Arduino Uno
  19. 19 ) Technical Specifications of Arduino Uno
  20. 20 ) What is IDE?
  21. 21 ) Downloading and Installing the official IDE
  22. 22 ) Preparing your computer
  23. 23 ) Testing the Arduino.
  24. 24 ) What if you don’t have an Arduino board?
  25. 25 ) Section 5: Before we move ahead
  26. 26 ) What is breadboard?
  27. 27 ) How to make connections in breadboard?
  28. 28 ) Some safety instructions and Do’s and Don’ts
  29. 29 ) Input & Output
  30. 30 ) Analog & Digital
  31. 31 ) Bit & Byte
  32. 32 ) Section 6: Arduino Programming
  33. 33 ) Introduction
  34. 34 ) The First Step into Programming
  35. 35 ) Bare minimum structure of an Arduino Program
  36. 36 ) Comments
  37. 37 ) White Spaces and Case Sensitivity
  38. 38 ) pinMode
  39. 39 ) digitalWrite and delay
  40. 40 ) Camel casing
  41. 41 ) What are variables and data types
  42. 42 ) Int data type
  43. 43 ) Arithmetic operators
  44. 44 ) Incrementing and Decrementing our variables
  45. 45 ) Float data type
  46. 46 ) Bool/Boolean data type
  47. 47 ) Byte data type
  48. 48 ) Char data type
  49. 49 ) Conclusion
  50. 50 ) What is Scope? Global and Local Variables
  51. 51 ) What are Qualifiers, starting with const qualifier
  52. 52 ) Alternative to const qualifier: #define
  53. 53 ) Static Qualifier
  54. 54 ) What are comparison operators?
  55. 55 ) What are Logical Operators?
  56. 56 ) Section 6.3 Control Structures
  57. 57 ) if statement
  58. 58 ) else statement
  59. 59 ) A joke :P
  60. 60 ) if - else Simulation
  61. 61 ) Introduction to loop control structures
  62. 62 ) For loop
  63. 63 ) While loop
  64. 64 ) do…while loop
  65. 65 ) break
  66. 66 ) continue
  67. 67 ) return
  68. 68 ) switch..case
  69. 69 ) Arrays
  70. 70 ) Strings
  71. 71 ) What are functions?
  72. 72 ) Create your own functions
  73. 73 ) digitalRead & digitalWrite
  74. 74 ) analogRead and Analog to Digital Converter (ADC)
  75. 75 ) analogWrite and Pulse Width Modulation (PWM)
  76. 76 ) What are Libraries?
  77. 77 ) How to add Libraries in Arduino IDE
  78. 78 ) What next?

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.