Instructional Video11:54
Science Buddies

Make a Night-Light

K - 5th
Are you ready to move beyond paper circuits and squishy circuits? This is a great intermediate circuit project where you will build your own working night-light. And of course, you will have some fun decorating it!
Instructional Video13:57
Odd Quartet

Making The Loudest Metronome

9th - 12th
This video looks at how you can build a very loud meteronome
Instructional Video13:25
Programming Electronics Academy

Class to Library Continued: Arduino Course 8.8

Higher Ed
A walk through of turing a class into an Arduino code library.
Instructional Video14:32
Programming Electronics Academy

Functions Combined into One: Arduino Course 8.4

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

11 Arduino Projects - They built what?!

Higher Ed
Check out these 11 Arduino projects our members have made. Are you wondering what Arduino can do? Could it work for your project? Chapters View all Arduino Hover Disk 1:06 Christmas Tree Defender Cat Diversion Laser Turret 2:26 RV...
Instructional Video6:56
Programming Electronics Academy

Challenge 06: Blink an LED Discussion: Arduino Course for Absolute Beginners (ReMastered)

Higher Ed
Change the value of the delay functions. What happens? Change the number of the led variable to 12 and adjust the resistor appropriately. See what happens.
Instructional Video14:29
Curated Video

How A Car Battery Works

Higher Ed
How does a car battery work, learn from the basics where we use and battery and how batteries work.
Instructional Video12:45
The Wall Street Journal

Demo: The Next Frontier In Wearables

Higher Ed
A new type of wearable promises to analyze the state of your health.
Instructional Video4:45
Programming Electronics Academy

Tutorial 02: Download and install the Arduino IDE: Arduino Course for Absolute Beginners (ReM)

Higher Ed
One of the absolute best things about the Arduino platform is how easy it is to get started. The software that installs on your computer is completely free and designed specifically for ease of use. The program is called an Integrated...
Instructional Video28:54
Programming Electronics Academy

Ep. 9: A Talk with William Osman, mechanical engineer and YouTuber

Higher Ed
This week Michael sits down with Mechanical Engineer and Youtube sensation William Osman to talk about a few of the projects he's developed using Arduino. William talks about how his desire to build a Motion Control System got him...
Instructional Video5:41
Programming Electronics Academy

Arduino Momentary Push Button and Simple Circuit drawing

Higher Ed
Arduino Momentary Push Button and Simple Circuit drawing
Instructional Video14:22
Programming Electronics Academy

pinMode, digitalWrite, delay: Arduino Course 4.2

Higher Ed
A description of 3 important functions for using Arduino.
Instructional Video21:52
Programming Electronics Academy

Tutorial 12: For Loop Iteration: Arduino Course for Absolute Beginners (ReM)

Higher Ed
There are few functions so useful that you find them everywhere. The 'for loop' is an example of this type. A For Loop repeats an action for a specified number of iterations, reducing the lines of code that need to be written thus making...
Instructional Video36:32
Paul Marriott

MAX7219 FC-16 64x8 Dot Matrix Display System w/Blynk IoT, NodeMCU ESP8266 & Parola - Tutorial

9th - 12th
A full fledged tutorial for a custom-built 64x8 MAX7219 FC16 LED matrix display. This device can output 3 lines of timed string text sent from a Blynk IoT / 2.0 / Cloud web or mobile dashboard. Use of NodeMCU ESP8266 microcontroller,...
Instructional Video7:11
Programming Electronics Academy

Series Parallel: Base Electronics: 11

Higher Ed
A description of basic series parallel circuit analysis with Arduino.
Instructional Video29:16
Programming Electronics Academy

Ep. 10: High Speed Camera Rigs with Ted Kinsman

Higher Ed
Ted is an assistant professor of photographic technology at the Rochester Institute of Technology, and has recently been doing some amazing projects combining photography with Arduino.
Instructional Video21:19
Programming Electronics Academy

PWM Example: Arduino Course 4.8

Higher Ed
An example of using Pulse Width Modulation with Arduino.
Instructional Video12:19
Programming Electronics Academy

Arduino millis() function: 5+ things to consider

Higher Ed
Arduino millis() function: 5+ things to consider
Instructional Video3:00
Curated Video

Electronic Tablet Technology

Pre-K - Higher Ed
Tablets are thin, portable, and touch screen devices that function as mobile computers. They have evolved from bulky and heavy devices to sleek and lightweight gadgets that offer features such internet connectivity and apps. With their...
Instructional Video8:51
Programming Electronics Academy

Circuit Analogy: Base Electronics: 2

Higher Ed
Using the water pump analogy to explain electricity.
Instructional Video6:43
Science360

Design Engineer - Careers in Science and Engineering

12th - Higher Ed
What's it really like to be an engineer or a scientist? What do they really do all day? You're about to find out! Meet the next generation of engineers and scientists in these profiles of young professionals, who may just inspire you to...
Instructional Video4:20
Ancient Lights Media

Netherlands

6th - 8th
This clip looks at the physical features, climate and culture of the Netherlands.
Instructional Video4:07
Programming Electronics Academy

Change the LED Variable: Arduino Course 4.4

Higher Ed
Adjusting pin numbers in Arduino sketches and the outcomes.
Instructional Video7:42
Programming Electronics Academy

sprintf() with Arduino

Higher Ed
If so, you’re in the right place. In this lesson you’ll learn exactly how to use sprintf(). JUST USING SERIAL.PRINT() Let’s say you want to print this line of text to the serial monitor: “The 3 burritos are 147.7 degrees F” Where the...