Instructional Video11:24
Science Buddies

How to Use a Joystick with Arduino

K - 5th
Learn how to use an analog joystick with an Arduino so you can control outputs like LEDs and motors. See the Science Buddies website for cool science projects you can do with an
Instructional Video10:52
Science Buddies

Control a Pump with Arduino

K - 5th
Learn how to control a DC pump with Arduino. See the Science Buddies website for cool science projects you can do with an <a href='https://www.sciencebuddies.org/search?prop=arduino' target='_blank' rel='nofollow'>Arduino</a>='https://www.sciencebuddies.org/search?prop=arduino' target='_blank' rel='nofollow'>Arduino
Instructional Video8:14
Science Buddies

Automatic Plant Watering with Arduino

K - 5th
Make your own automatic plant watering system with an Arduino, pump, and soil moisture sensor. Written instructions, including a parts list, circuit diagram, and example code, are available on the Science Buddies
Instructional Video11:00
Programming Electronics Academy

Functions Overview: Arduino Course 3.5

Higher Ed
An overview of what programming functions are and how they work.
Instructional Video13:07
Programming Electronics Academy

Introduction to User Defined Functions: Arduino Course 8

Higher Ed
A description of User Defined Functions in programming.
Instructional Video11:14
Programming Electronics Academy

Data Types in Ardiuno: Arduino Course 3.4

Higher Ed
A description of Arduino, C, C++ data types that are used in programming Arduino.
Instructional Video10:59
Programming Electronics Academy

Diving into a new Code Library: Arduino Course 6.5

Higher Ed
A description of how to explore a code library.
Instructional Video15:12
Programming Electronics Academy

Map Function: Arduino Course 5.7

Higher Ed
A demonstration of the map() function in Arduino.
Instructional Video10:11
Programming Electronics Academy

Function Example Three: Arduino Course 8.3

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video5:30
Catalyst University

Glutamate Dehydrogenase Catabolism of Glutamate

Higher Ed
Glutamate Dehydrogenase Catabolism of Glutamate
Instructional Video15:29
Programming Electronics Academy

Serial Communication: Arduino Course 4.9

Higher Ed
A walk through of serial communication.
Instructional Video11:25
Programming Electronics Academy

Variables: Arduino Course 3.3

Higher Ed
A description of what variables are, how they are used, and a useful analogy to understanding them.
Instructional Video10:37
Programming Electronics Academy

Hardware Overview: Arduino Course 2.6

Higher Ed
A look at the Arduino circuit board and its prominent features.
Instructional Video9:55
Programming Electronics Academy

Prototyping Incremental Design: Arduino Course 1.4

Higher Ed
A description of the incremental design process and why and how it should be used.
Instructional Video13:30
Programming Electronics Academy

Tutorial 11: If Statement Conditionals: Arduino Course for Absolute Beginners (ReM)

Higher Ed
In the last lesson we learned about the "If statement". The "If statement" was the perfect choice for setting up instructions to run only when certain conditions are met. "If 30 seconds...
Instructional Video8:39
Paul Marriott

Smart Home Temperature & Humidity Reader Device w/Arduino Nano, 1602A + I2C LCD Display, DHT11 Sensor & mBlock 3

9th - 12th
A smart home temperature and humidity reading device that outputs results onto a 1602A LCD display. Use of Arduino Nano microcontroller with board shield and a DHT11 temperature and humidity sensor. Use of mBlock 3 for coding purposes.
Instructional Video6:38
Programming Electronics Academy

If Statements in Programming: Arduino Course 5.1

Higher Ed
A demonstration of how "if statements" are used in programming.
Instructional Video13:21
Programming Electronics Academy

Array Basics Part Two: Arduino Course 7.3

Higher Ed
An introduction to using arrays in programming.
Instructional Video11:23
Programming Electronics Academy

What is a Code Library?: Arduino Course 6.1

Higher Ed
A description of a code library in Arduino programming.
Instructional Video17:17
Programming Electronics Academy

Functions Example One: Arduino Course 8.1

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video19:45
Programming Electronics Academy

Tutorial 10: Fade an LED: Arduino Course for Absolute Beginners (ReM)

Higher Ed
Arduino Course for Absolute Beginners
<
br/>
Lets expand the repertoire of output that we can use by looking at the function analogWrite(). I experienced much confusion with analogWrite(),...
Instructional Video21:20
Programming Electronics Academy

Variable Scope: Arduino Course 4.5

Higher Ed
A description of variable scope in programming.
Instructional Video16:49
Programming Electronics Academy

For Loop with Multiple LEDs: Arduino Course 5.5

Higher Ed
A walk through of programming a for loop to light up multiple LEDs
Instructional Video15:49
Programming Electronics Academy

analogRead in Ardiuno: Arduino Course 4.11

Higher Ed
Using analogRead() to read analog inputs with Arduino.