Programming Electronics Academy
Functions Example One: Arduino Course 8.1
A walk through of a User Defined Function in programming.
National Institute of Standards and Technology
Bend It Like NIST
It may sound like the stuff of science fiction but at the National Institute of Standards and Technology (NIST), nanosoccer is serious business.
Programming Electronics Academy
Tutorial 10: Fade an LED: Arduino Course for Absolute Beginners (ReM)
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...
Programming Electronics Academy
10 Arduino grove modules - plug and play with the seeedstudio grove system
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.
Programming Electronics Academy
Variable Scope: Arduino Course 4.5
A description of variable scope in programming.
Programming Electronics Academy
For Loop with Multiple LEDs: Arduino Course 5.5
A walk through of programming a for loop to light up multiple LEDs
Programming Electronics Academy
TTL Serial Communication Protocol Explained | Part 3
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...
Programming Electronics Academy
Connect Arduino to internet over USB (with Processing) - Simple Space Weather meter example (Part 1)
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...
Programming Electronics Academy
Using Serial.read() with Arduino | Part 1
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...
Programming Electronics Academy
analogRead in Ardiuno: Arduino Course 4.11
Using analogRead() to read analog inputs with Arduino.
Science360
Sweat sensors: Engineering breakthrough tools for health diagnostics - Science Nation
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...
Programming Electronics Academy
3 Ways to Comment Out Code In Arduino
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...
Ancient Lights Media
Czech Republic
This clip looks at the physical features, climate and culture of the Czech Republic.
Science360
Burn notice
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...
Programming Electronics Academy
Control your mouse with Arduino! Automate simple tasks!
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...
Programming Electronics Academy
How to Organize Code
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...
Programming Electronics Academy
Arrays and For Loops Continued: Arduino Course 7.5
A walkthrough of using arrays and for loops in programming.
Programming Electronics Academy
Tone Library Continued: Arduino Course 6.6
A description of how to explore a code library.
Curated Video
The History and Function of Microphones
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...
Programming Electronics Academy
3 Ways to Use Acceleration in an Arduino Sketch
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
Programming Electronics Academy
How to code a NEOPixel Timer with Arduino
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...
Programming Electronics Academy
What is Serial.begin(9600)?
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...
Programming Electronics Academy
Writing to Console with Arduino
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...
Programming Electronics Academy
Ep. 15: A Wearable Compass with Jelle Reith
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),...