Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Arduino Step by Step Getting Started, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:06:43
    What is this course about?
  2. Урок 2. 00:18:03
    Parts you will need
  3. Урок 3. 00:09:53
    Tools you will need
  4. Урок 4. 00:03:40
    How to get the most out of this course
  5. Урок 5. 00:03:04
    Update 2022 brief
  6. Урок 6. 00:00:41
    Introduction to this section
  7. Урок 7. 00:13:12
    The Arduino Uno over the years
  8. Урок 8. 00:11:01
    Getting to know the Arduino Uno: Atmega328P, USB, Shields
  9. Урок 9. 00:10:19
    Getting to know the Arduino Uno: Pins, power, clock
  10. Урок 10. 00:13:15
    Using the digital output pins
  11. Урок 11. 00:10:19
    Using the digital input pins
  12. Урок 12. 00:08:16
    Using the analog output pins
  13. Урок 13. 00:08:03
    Using the analog input pins
  14. Урок 14. 00:00:50
    Introduction to this section
  15. Урок 15. 00:07:44
    Serial (UART) communications
  16. Урок 16. 00:08:25
    I²C (TWI) communications
  17. Урок 17. 00:07:35
    SPI communications
  18. Урок 18. 00:01:02
    Introduction to this section
  19. Урок 19. 00:12:47
    Arduinos past and present
  20. Урок 20. 00:01:24
    Classic Arduinos
  21. Урок 21. 00:05:11
    Meet some members of the Arduino family
  22. Урок 22. 00:05:15
    Introducing the Arduino Mega 2560
  23. Урок 23. 00:06:54
    Introducing the Arduino Due
  24. Урок 24. 00:05:18
    Introducing the Arduino Zero
  25. Урок 25. 00:03:40
    Introducing the Arduino 101
  26. Урок 26. 00:04:57
    Introducing the Arduino Pro Mini
  27. Урок 27. 00:10:44
    Introducing Arduino-compatible boards
  28. Урок 28. 00:10:17
    Modern Arduinos
  29. Урок 29. 00:06:11
    Arduino MKR
  30. Урок 30. 00:05:26
    Arduino Nano
  31. Урок 31. 00:02:06
    Kits
  32. Урок 32. 00:05:22
    Arduino Student Kit
  33. Урок 33. 00:08:16
    Arduino Explore IoT Kit
  34. Урок 34. 00:05:20
    Seeed Studio Arduino Sensor kit
  35. Урок 35. 00:08:42
    DFRobot Beginner Kit for Arduino
  36. Урок 36. 00:00:33
    Introduction to this section
  37. Урок 37. 00:13:57
    Using the breadboard
  38. Урок 38. 00:07:11
    Using jumper wires
  39. Урок 39. 00:08:02
    The absolutely essential tools
  40. Урок 40. 00:04:02
    Powering your Arduino with power supplies
  41. Урок 41. 00:07:27
    Using the multimeter to measure voltage
  42. Урок 42. 00:05:29
    Using the multimeter to measure current
  43. Урок 43. 00:06:36
    The multimeter - Resistance and continuity
  44. Урок 44. 00:23:40
    The Arduino Student Kit multimeter
  45. Урок 45. 00:11:25
    Introduction to soldering - the soldering iron
  46. Урок 46. 00:05:17
    Soldering - preparation and using holders
  47. Урок 47. 00:02:23
    Soldering - using wire cutters and fume extractor
  48. Урок 48. 00:03:08
    Soldering - Simple maintenance tips for your solder iron
  49. Урок 49. 00:13:48
    A demonstration of soldering a header onto a breakout board
  50. Урок 50. 00:15:22
    An introduction to protoboards
  51. Урок 51. 00:00:47
    Introduction to this section
  52. Урок 52. 00:05:25
    Arduino IDE 1.8
  53. Урок 53. 00:10:25
    Arduino IDE 2.0
  54. Урок 54. 00:08:01
    An introduction to the Arduino IDE
  55. Урок 55. 00:07:46
    Getting and installing the Arduino IDE
  56. Урок 56. 00:18:14
    The Arduino IDE - Understanding the Preferences pane
  57. Урок 57. 00:12:50
    The Arduino IDE - Understanding the Menu items
  58. Урок 58. 00:09:38
    How to upload a sketch to your Arduino
  59. Урок 59. 00:09:15
    How to upload a sketch to your Arduino - For Windows users
  60. Урок 60. 00:01:03
    Introduction to this section
  61. Урок 61. 00:05:11
    An introduction to Arduino programming
  62. Урок 62. 00:14:34
    Understand the basic parts of an Arduino sketch
  63. Урок 63. 00:15:31
    Getting started with custom functions
  64. Урок 64. 00:06:04
    Creating custom functions and the return keyword
  65. Урок 65. 00:12:27
    Using variables
  66. Урок 66. 00:07:06
    Understanding variable scope
  67. Урок 67. 00:03:34
    Understanding constants
  68. Урок 68. 00:05:22
    Introduction to control structures: The "if" statement
  69. Урок 69. 00:03:54
    Introduction to control structures: The "while" statement
  70. Урок 70. 00:04:15
    Introduction to control structures: The "For" statement
  71. Урок 71. 00:04:19
    Introduction to control structures: The "Switch" statement
  72. Урок 72. 00:14:45
    Digital output - how to control an LED
  73. Урок 73. 00:13:51
    Digital input - how to read the state of a button
  74. Урок 74. 00:09:03
    Analog input - how to read the state of a potentiometer
  75. Урок 75. 00:15:07
    Analog output - how to create a fading LED
  76. Урок 76. 00:08:54
    Introduction to the RGB (color) LED
  77. Урок 77. 00:13:48
    Wiring the RGB LED
  78. Урок 78. 00:02:30
    RGB LED: creating colors
  79. Урок 79. 00:16:30
    Using a library to control an RGB LED with PWM
  80. Урок 80. 00:05:02
    Learning more with the Arduino language documentation
  81. Урок 81. 00:00:44
    Introduction to this section
  82. Урок 82. 00:11:08
    Introduction to Arrays
  83. Урок 83. 00:12:20
    Arrays, Example 1
  84. Урок 84. 00:14:08
    Arrays, Example 2
  85. Урок 85. 00:06:00
    Arrays, Example 3
  86. Урок 86. 00:06:48
    Arrays, Example 4
  87. Урок 87. 00:00:47
    Introduction to this section
  88. Урок 88. 00:13:01
    What is a photoresistor and how to wire it
  89. Урок 89. 00:08:49
    How to select the appropriate fixed resistor for a photoresistor
  90. Урок 90. 00:13:22
    Using the Ultra-Violet light sensor
  91. Урок 91. 00:05:48
    An introduction to the RGB Color sensor
  92. Урок 92. 00:12:54
    Wiring the RGB Color sensor
  93. Урок 93. 00:10:53
    Mini project: copy a color to an RGB LED using an RGB Color sensor
  94. Урок 94. 00:00:37
    Introduction to environment sensors
  95. Урок 95. 00:14:43
    Using a DHT22 sensor to measure temperature and humidity
  96. Урок 96. 00:06:51
    An introduction to the Thermistor
  97. Урок 97. 00:06:00
    Wiring the Thermistor
  98. Урок 98. 00:05:29
    How to calculate the temperature from the thermistor resistance
  99. Урок 99. 00:05:34
    Thermistor: getting a temperature using a library
  100. Урок 100. 00:04:31
    Thermistor: improving the accuracy of analog readings with AREF
  101. Урок 101. 00:06:29
    An introduction to measuring temperature with the TMP36
  102. Урок 102. 00:08:22
    Wiring the TMP36 and a demonstration sketch
  103. Урок 103. 00:07:12
    An alternate wiring of the TMP36
  104. Урок 104. 00:11:46
    An introduction to the MCP9808 for very accurate temperature readings
  105. Урок 105. 00:02:19
    MCP9808: Wiring
  106. Урок 106. 00:03:55
    Using the MCP9808, demo and sketch walkthrough
  107. Урок 107. 00:06:46
    MCP9808: A closer look at I2C addressing
  108. Урок 108. 00:06:30
    An introduction to measuring barometric pressure with the BMP180
  109. Урок 109. 00:05:52
    Wiring the BMP180 and first sketch walkthrough
  110. Урок 110. 00:09:46
    A first demo sketch for the BMP180
  111. Урок 111. 00:07:52
    A second demo sketch for the BMP180
  112. Урок 112. 00:00:37
    Introduction to detecting acceleration
  113. Урок 113. 00:08:54
    Introduction to detecting acceleration with the ADXL335
  114. Урок 114. 00:08:54
    Wiring the ADXL335
  115. Урок 115. 00:06:41
    Plugging the ADXL335 directly in the Arduino, and detect its orientation
  116. Урок 116. 00:08:07
    Write the sketch for detecting orientation with the ADXL335
  117. Урок 117. 00:00:30
    Introduction to this section
  118. Урок 118. 00:12:07
    Introduction to the Passive infra-Red (PIR) motion sensor
  119. Урок 119. 00:12:06
    A simple PIR experiment with an LED
  120. Урок 120. 00:06:34
    A demonstration of using the PIR sensor with the Arduino
  121. Урок 121. 00:04:31
    PIR sensor first demonstration sketch walkthrough
  122. Урок 122. 00:07:42
    PIR sensor second demonstration sketch walkthrough
  123. Урок 123. 00:00:52
    Introduction to sensing distance
  124. Урок 124. 00:11:45
    Introduction to the ultrasonic distance sensor
  125. Урок 125. 00:14:14
    Wiring and understanding Trigger and Echo
  126. Урок 126. 00:13:14
    How to calculate distance
  127. Урок 127. 00:00:23
    Introduction to sensing sound
  128. Урок 128. 00:10:43
    Introduction to the analog sound sensor
  129. Урок 129. 00:10:37
    A demonstration and sketch of the analog sound sensor
  130. Урок 130. 00:12:34
    A demonstration and sketch of the digital sound sensor
  131. Урок 131. 00:00:31
    Introduction to this section
  132. Урок 132. 00:12:30
    Introduction to the buzzer
  133. Урок 133. 00:06:57
    Playing music
  134. Урок 134. 00:05:46
    Control the sound volume
  135. Урок 135. 00:00:34
    Introduction to this section
  136. Урок 136. 00:04:37
    Introduction to the LCD
  137. Урок 137. 00:13:57
    LCD wiring in 4-bit parallel mode
  138. Урок 138. 00:05:29
    LCD demonstration sketch
  139. Урок 139. 00:10:19
    Display sensor data in the LCD
  140. Урок 140. 00:11:50
    Connect LCD using the I2C adaptor
  141. Урок 141. 00:11:28
    Using the RGB LCD and buttons shield
  142. Урок 142. 00:06:32
    Why use 3 resistors for the RGB LED, vs. just one resistor on the cathode?