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 Video2:43
National Institute of Standards and Technology

Bend It Like NIST

9th - 12th
It may sound like the stuff of science fiction but at the National Institute of Standards and Technology (NIST), nanosoccer is serious business.
Instructional Video19:45
Programming Electronics Academy

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

Higher Ed
Arduino Course for Absolute Beginners Lets expand the repertoire of output that we can use by looking at the function analogWrite(). I experienced much confusion with analogWrite(), because I suspected that it had to do with the analog...
Instructional Video10:16
Programming Electronics Academy

10 Arduino grove modules - plug and play with the seeedstudio grove system

Higher Ed
10 Arduino Grove Modules Have you heard of the Arduino Grove System from Seeed Studio? Check out our video to learn more about the Arduino Grove System and to see some Arduino code examples using the Grove system.
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 Video8:09
Programming Electronics Academy

TTL Serial Communication Protocol Explained | Part 3

Higher Ed
Let’s look at a concrete example. The ASCII character capital G is represented by the bits 0100 0111. If we were to monitor the logic levels of the TX pin on the Arduino UNO while we are printing a capital G using Serial.begin() and...
Instructional Video8:03
Programming Electronics Academy

Connect Arduino to internet over USB (with Processing) - Simple Space Weather meter example (Part 1)

Higher Ed
Have you ever wanted to connect your Arduino to the internet? Your first thought was probably like okay, I guess I'll need some type of Wi-Fi shield or a Wi-Fi enabled board in order to connect to the internet. But what if you're...
Instructional Video10:00
Programming Electronics Academy

Using Serial.read() with Arduino | Part 1

Higher Ed
Are you trying to use Serial.read() to get data from a serial port to your Arduino? Maybe you’re using the Arduino Serial Monitor window and sending in data, or maybe you’ve got a program running on your raspberryPi sending data via...
Instructional Video15:49
Programming Electronics Academy

analogRead in Ardiuno: Arduino Course 4.11

Higher Ed
Using analogRead() to read analog inputs with Arduino.
Instructional Video3:31
Science360

Sweat sensors: Engineering breakthrough tools for health diagnostics - Science Nation

12th - Higher Ed
This research team is sweating the small stuff -- in sweat! With support from the National Science Foundation (NSF), device engineer Jason Heikenfeld of the University of Cincinnati and a multidisciplinary team are developing new...
Instructional Video8:57
Programming Electronics Academy

3 Ways to Comment Out Code In Arduino

Higher Ed
Commenting out code. What does that mean exactly? Now, I'm not talking about commenting code. That's kind of a discussion in and of itself. I'm talking about commenting out code. That's when you kind of selectively turn off some of the...
Instructional Video3:09
Ancient Lights Media

Czech Republic

6th - 8th
This clip looks at the physical features, climate and culture of the Czech Republic.
Instructional Video2:44
Science360

Burn notice

12th - Higher Ed
In episode 36, Charlie and Jordan discuss the potential Band-Aid of the future: a sticky, stretchy, gel-like material that can incorporate temperature sensors, LED lights, and other electronics, as well as tiny, drug-delivering...
Instructional Video33:25
Programming Electronics Academy

Control your mouse with Arduino! Automate simple tasks!

Higher Ed
Do you ever find yourself doing repetitive tasks on your computer and you think to yourself, I know this could be automated. Well, what's cool is a lot of stuff can be automated using an Arduino and the USB libraries that come...
Instructional Video13:39
Programming Electronics Academy

How to Organize Code

Higher Ed
If you are new to writing code with Arduino it can be confusing on how to organize the program. But once you know where stuff goes in an Arduino program it's actually pretty simple. In this lesson, you are gonna learn how to organize the...
Instructional Video16:07
Programming Electronics Academy

Arrays and For Loops Continued: Arduino Course 7.5

Higher Ed
A walkthrough of using arrays and for loops in programming.
Instructional Video20:36
Programming Electronics Academy

Tone Library Continued: Arduino Course 6.6

Higher Ed
A description of how to explore a code library.
Instructional Video3:00
Curated Video

The History and Function of Microphones

Pre-K - Higher Ed
Microphones are essential for capturing and transmitting sound, allowing for communication in various forms of media and entertainment. Dynamic microphones are durable and suitable for live applications, while condenser microphones are...
Instructional Video17:05
Programming Electronics Academy

3 Ways to Use Acceleration in an Arduino Sketch

Higher Ed
This tutorial covers three easy ways to implement some form of acceleration in your Arduino sketches. It will cover the following: Linear Acceleration Exponential Acceleration Messing Around with the Square root function
Instructional Video27:29
Programming Electronics Academy

How to code a NEOPixel Timer with Arduino

Higher Ed
Have you ever wondered how all this electronic stuff that surrounds us every day is actually programmed? Things like your toaster or your microwave or your fridge or whatever electronic widget you might be using. It all has code and...
Instructional Video3:22
Programming Electronics Academy

What is Serial.begin(9600)?

Higher Ed
WHAT IS SERIAL.BEGIN(9600)? Are you wondering what Serial.begin(9600) does? You’ve probably seen it in most of the Arduino programs you’ve looked at – but what’s it there for?! Do you even need to use Serial.begin()? What if you change...
Instructional Video4:42
Programming Electronics Academy

Writing to Console with Arduino

Higher Ed
You will learn exactly how to print and write text to the Arduino console Spoiler Alert – you may have been looking for love in all the wrong places – it’s not actually the console! You’ll write to the Serial Monitor. You will learn the...
Instructional Video19:05
Programming Electronics Academy

Ep. 15: A Wearable Compass with Jelle Reith

Higher Ed
This week Michael has a chance to sit down with Jelle Reith who has created an amazing project called ‘Compass’, an Arduino powered wearable used for navigation. Jelle talks about where the inspiration for ‘Compass’ came from (4:00),...