US$13
weeklyor US$130 for all content
지금 등록하고 언제든 시작하세요
자신만의 속도로 학습해 보세요
학습자가 원할 때 학습을 시작하고 자신에게 가장 적합한 진도로 학습할 수 있습니다.원하는 시점에 시작하세요.
자신의 진도에 맞춰 학습하세요
수업 자료를 1년 동안 이용할 수 있어요.
선생님의 실질적인 지원을 받을 수 있어요.
무엇이 포함되어 있나요?
사전 녹화된 수업 10개
영상당 평균 14분10 주
교사 지원 기간(주)2시간 19분
총 영상 학습 시간1년
학습 내용 이용 기간프로젝트
주당 1-2시간. 수업 중 7회 이상수료증
Students will not receive grades unless requested by the parent. Assessment of assignments will be informal, consisting of posted feedback on projects, videos, and code.보고계신 지문은 자동 번역 되었습니다
수업 소개
INTRODUCTION: In this 10-week self-paced class, students will learn how to use a wide variety of digital and analog actuators to code an Arduino Uno to create inventions and projects. This class will build on the foundation that students gained from my Arduino Parts 1 and 2 FLEX classes to allow students to incorporate more advanced devices into their projects. Each week, students learn about a different component culminating in a final project that students will create and share with the class. Students will learn how to hook up and code the following actuators: active and passive buzzer, relay, servo, LCDs, 1-digit LED, 4-digit LED, LED array, DC motor, and stepper motor. Students will learn how to download and properly install Arduino Libraries that are needed for some of the actuators. FORMAT OF THE LESSONS: Every Sunday, a new lesson will be posted in the classroom on Outschool. Each lesson begins with a recorded video that is uploaded to the classroom in Outschool. A combination of the Arduino IDE, TinkerCad, and Wokwi are used to teach the lessons in the videos. Provided in the video are detailed explanations of how to connect the devices to the Arduino and how to write code to read the sensors. Libraries can be download from the Arduino IDE directly. Each video begins with a short PowerPoint presentation that explains the basic principles. This is followed by a detailed guided demonstration that shows how to connect the components and the code used to control them. Each student is expected to actively participate by following the directions described in the lesson using their components and the Arduino software and or using the simulation on TinkerCad. It may be helpful to have separate devices: one for watching the video and a computer to try out the lessons. This will make it easier to follow along with the lessons. IMPORTANT: You will need to have access to a computer with a USB port, and not just a chromebook or tablet because the Arduino IDE does NOT work on those devices. Each week, an activity worksheet will be posted in the classroom that describes the objectives of the lesson, any libraries needed for the device, and a list of activities to try. PRIOR KNOWLEDGE: Students should either have completed Arduino Coding Part I and Part 2 or have basic knowledge of the skills taught in those classes. They should know how to wire and code the following devices: LED, RGB LED, serial monitor, ultrasonic sensor, servo, photoresistor, thermistor, button, potentiometer. They should have basic knowledge of the Arduino coding syntax and be able to use simple “if/else,” “while,” and “for” loops. Students need to have an Arduino Uno or Arduino Mega for this class, as well as the actuators that will be taught. Please see the recommended materials and kits listed in the " Supply List" shown below. Please see the list of weekly topics in the Learning Goals section below.
학습 목표
Students will learn how to wire and code various simple digital actuators, including the LED, RGB LED, vibration motor and relay.
Students will learn how to wire and code motor actuators, including the servo, stepper motor and DC motor.
강의 계획서
10 레슨
10 주 이상레슨1:
Introduction to Actuators and Simple Digital Actuators
In this lesson you will learn what actuators are, the various types of actuators, and how to upload libraries. You will also learn how to use simple digital actuators, such as the LEDs, RGB LEDs, vibration motor, and relays.
9 분의 동영상 강의
레슨2:
Active and Passive Buzzers
In this lesson you will learn about the difference between active and passive (piezo) buzzers, how to make sound using the tone command and the pitches.h library, and how to use arrays to play a song.
17 분의 동영상 강의
레슨3:
Servos
In this lesson you will learn the difference between positional and rotational (continuous) serves and how to control them and make them move.
20 분의 동영상 강의
레슨4:
Stepper Motor
In this lesson you will learn how to use the stepper motor with stepper motor driver. You will learn how to move it clockwise and counterclockwise, how to keep track of the steps, and how to make a stopwatch. You will also learn how to control the stepper motor with a rotary encoder.
14 분의 동영상 강의
그 외 세부 사항
수업 자료
Students need to either have an account with www.autocad.com to use the free TinkerCad circuit simulator or download the free Arduino IDE (version 1.8.13) from www.arduino.cc to use with the Arduino components. You can buy the components separately, but it would be more expensive than buying a kit that has all the parts you need and more. Recommended Devices/kits if you are purchasing components separately: Arduino Uno (or clone) with USB cable (or Arduino MEGA) solderless breadboard 3 different color LEDs 1-3 pushbuttons 1 potentiometers 1 rotary encode (optional) 1 servo motor 1 ultrasonic sensor 1 passive piezo buzzer 1 stepper motor and motor driver 1 DC motor 1 breadboard power supply or transistor 1 active buzzer 1 passive buzzer 1 LCD, preferably with I2C module adapter (see below) 1 LED array 1 7-segment LED (1 digit) 1 - 4- digit LED 1 micro servo 1 continuous servo (optional) Many male-male jumper wires of different colors Many male-female jumper wires of different colors Resistors varying from 100-ohm to 1M-ohm Recommended Kit that contains all the parts: https://www.amazon.com/EL-KIT-001-Project-Complete-Starter-Tutorial/dp/B01CZTLHGE/ref=asc_df_B01CZTLHGE/?tag=hyprod-20&linkCode=df0&hvadid=241907595991&hvpos=&hvnetw=g&hvrand=8544331822937541734&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9015321&hvtargid=pla-464156272733&psc=1 This will make the LCD easier to work with: https://www.amazon.com/Qunqi-Serial-Backlight-Arduino-MEGA2560/dp/B01E4YUT3K/ref=pd_rhf_se_p_img_2?_encoding=UTF8&psc=1&refRID=82F2F1N5PA4D76EEHV6H
Outschool 외 필요 앱/웹사이트
이 수업에서는 아웃스쿨 교실 외에도 다음의 툴을 사용합니다:
출처
Students will need to download a free copy of the Arduino IDE located at www.arduino.cc. Students may also want to have an account at www.tinkercad.com so they can try out some code before using the Arduino IDE.
Students can also try out their wiring and coding using the following Arduino simulators: TinkerCad and Wokwi.
선생님을 만나보세요
교사 전문성 및 자격증
오하이오 교직증명서 중등교육에
2 정도
석사 학위 과학 Case Western Reserve University에서
학사 학위 과학 Stern College for Women Yeshiva University에서
My classes will teach you coding skills needed to program an Arduino microcontroller. In these classes you will learn about the Arduino and how to write code that allows it to read input from sensors and send output to actuators. You will be guided through the wiring and coding for each type of sensor and actuator so that you will eventually be able to create your own inventions.
I have been a private school middle and high school science teacher for over 30 years. During that time, I taught classes in chemistry, engineering, earth science, life science, chemistry, forensic science, biology, and health. I enjoy teaching through hands-on experimentation and I believe that students learn best when they are activity engaged in the learning process.
I am an amateur photographer and love to photograph my grandchildren, my dog, and wildlife. I enjoy creating scrapbooks from my photos. I also enjoy tinkering with my Arduino and 3D printer to create inventions of my own.
리뷰
Elene Feigenbaum 다음에는 이 수업을 제안합니다...
중급 및 고급 학생을 위한 Arduino 프로젝트
Elene Feigenbaum
4.9
(146)
US$18회당 수업료
그룹 수업
10 주, 주당 1회55분
11-16 세
Elene Feigenbaum님의 다른 수업
Elene Feigenbaum님의 다른 수업
다른 인기 수업
아두이노로 디지털 애완동물을 만들어 보세요!
Mr. Malachi
US$18회당 수업료
다음 세션은 Friday 1 PM 에 예정되어 있습니다.
그룹 수업
1 주, 주당 1회1 시간
11-14 세
아두이노 코딩 캠프
Elene Feigenbaum
4.9
(146)
US$18회당 수업료
다음 세션은 Mon 6/9 5 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회55분
12-17 세
빛나라: 아두이노로 스마트 야간조명을 만들어 보세요!
Mr. Malachi
US$19회당 수업료
다음 세션은 오늘 3 PM 입니다.
그룹 수업
1 주, 주당 1회1.08 시간
12-16 세
아두이노 코딩 2부: 센서 읽기 및 사용
Elene Feigenbaum
4.9
(146)
US$18회당 수업료
그룹 수업
5 주, 주당 2회55분
13-17 세
1:1 튜터링: 코딩, 아두이노, 게임, 유니티, 파이썬, 자바스크립트, C++, C#
Alex Fish
5.0
(8)
US$60 세션당
일대일 레슨
온디맨드
7-18 세
팅커캐드와 아두이노로 로봇을 만들어 보세요! 여름 캠프 (8~12세)
Create N Learn: Game-Based Learning & Future Skill
4.8
(61)
US$17회당 수업료
다음 세션은 내일 1 AM 입니다.
그룹 수업
5 주, 주당 2회55분
8-10 세
Tinkercad 로봇공학-코딩, 3D 프린팅 여름 캠프: Arduino로 로봇을 만들어 보세요!
Create N Learn: Game-Based Learning & Future Skill
4.8
(61)
US$15회당 수업료
다음 세션은 Sun 6/1 10 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회55분
8-12 세
6~11세를 위한 코딩 및 비디오 게임 디자인
Usama Puri
4.3
(21)
US$30회당 수업료
다음 세션은 Friday 5 PM 에 예정되어 있습니다.
그룹 수업
주당 1회55분
6-11 세
6~11세를 위한 라이브 코딩 수업
Usama Puri
4.3
(21)
US$30회당 수업료
다음 세션은 오늘 4 PM 입니다.
그룹 수업
주당 1회55분
6-11 세
10~14세를 위한 개인화된 라이브 코딩 랩 [3:1 비율]
CodeWithUs
4.2
(137)
US$29회당 수업료
다음 세션은 오늘 4 PM 입니다.
그룹 수업
주당 1회1 시간
10-14 세
선생님 톰과 함께하는 STEM 멘토링! 1:1로 STEM 프로젝트를 자신의 속도에 맞춰 탐색하세요
Teacher Tom - Analog Astronaut
5.0
(292)
US$75 세션당
일대일 레슨
온디맨드
5-18 세