Instructional Video7:06
Programming Electronics Academy

ESP32 super simple setup with Arduino IDE

Higher Ed
You've probably heard of the ESP32. It is a Wi-Fi and Bluetooth enabled micro controller that's really pretty cool. They're super affordable. Everybody seems to be using them. They've been around for a while. Great community built up...
Instructional Video29:48
Programming Electronics Academy

Ep. 2: I2C and SPI with Dan Hienzsch

Higher Ed
This week Michael sits down with the founder of Rheingold Heavy, Dan Hienzsch. The two talk about Dan’s beginnings in Silicon Valley (1:45), how Arduino opened him up to the world of microcontrollers (7:55), and the inspiration behind...
Instructional Video2:18
Programming Electronics Academy

Bliplace - A voice activated LED necklace - Great for sharing your electronics hobby

Higher Ed
This Arduino tutorial was created by Programming Electronics Academy. We are an education company who seek to help people learn about electronics and programming through the ubiquitous Arduino development board.
Instructional Video2:15
Programming Electronics Academy

No Chicken Joke Analogy :: Arduino Crash Course

Higher Ed
Will the Chicken Cross the Road? So there's this chicken, and he's on the side of the road. He wants to cross the road. He wants to get to the other side. Before he steps out and crosses the road, he looks both ways. That is a rational...
Instructional Video3:42
Science Buddies

DIY Mini Propeller Car

K - 5th
Explore circuits by building your own mini propeller car in this fun STEM activity! A materials list and written instructions are available on the Science Buddies website:...
Instructional Video19:43
The Wall Street Journal

Inside Samsung's Skunk Works

Higher Ed
Samsung NEXT President David Eun discusses the outlook for Samsung's venture capital arm and what investment areas it is looking at in an interview with WSJ's Senior Editor Yun-Hee Kim at the WSJ D.Live conference in Laguna Beach, Calif.
Instructional Video9:51
Programming Electronics Academy

Tutorial 04: Understanding Arduino Syntax: Arduino Course for Absolute Beginners (ReM)

Higher Ed
The coding language that Arduino uses is very much like C++ ("see plus plus"), which is a rather common language in the world of computing. As I have alluded to in previous lessons, the code you learn to write for your Arduino will be...
Instructional Video12:36
Programming Electronics Academy

TimerOne in Arduino: Arduino Course 9.6

Higher Ed
Using a timer based library for Arduino.
Instructional Video18:36
Programming Electronics Academy

Switch Case and Serial Application: Arduino Course 5

Higher Ed
A demonstration of using a switch-case statement and serial communication in programming.
Instructional Video7:51
Programming Electronics Academy

Tutorial 03: Arduino IDE and Sketch Overview: Arduino Course for Absolute Beginners (ReM)

Higher Ed
IDE stands for Integrated Development Environment. Pretty fancy sounding, and should make you feel smart anytime you use it. The IDE is a text editor like program that allows you to write computer code for your Arduino board. When you...
Instructional Video17:34
Programming Electronics Academy

Ep. 18: Miniature Arduinos with Ken Burns at TinyCircuits

Higher Ed
This week Michael sits down with electrical engineer and entrepreneur Ken Burns. Ken is the founder of TinyCircuits, a company that designs and builds tiny open source electronics for makers and hobbyists. Ken talks about the inspiration...
Instructional Video11:32
Programming Electronics Academy

Arduino code syntax: Arduino Course 3.2

Higher Ed
A description of Arduino code syntax.
Instructional Video21:14
Programming Electronics Academy

Class Example: Arduino Course 8.6

Higher Ed
A walk through of a class in programming.
Instructional Video14:28
Programming Electronics Academy

Blink Two LEDs: Arduino Course 4.6

Higher Ed
A walk through of blinking two LEDs with Arduino.
Instructional Video23:42
Programming Electronics Academy

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

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 Video5:53
Programming Electronics Academy

Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 2

Higher Ed
In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the print() function from the Serial library to display information to your computer’s monitor....
Instructional Video4:38
Programming Electronics Academy

Change the font colors in the Arduino IDE

Higher Ed
Learn how to change the font color in the Arduino IDE. I demonstrate with changing the color of comments, but the same applies for different code items...
Instructional Video15:23
Programming Electronics Academy

Things to Think About When Choosing a Library: Arduino Course 6.3

Higher Ed
A look at different criteria to consider when choosing a code library for Arduino.
Instructional Video11:14
Programming Electronics Academy

If with Button: Arduino Course 5.2

Higher Ed
Using a button and if statement with Arduino.
Instructional Video10:37
Programming Electronics Academy

Lesson 5 | Arduino Hardware Overview | Arduino Crash Course

Higher Ed
Lesson 5 | Arduino Hardware Overview | Arduino Crash Course
Instructional Video6:15
Programming Electronics Academy

Lesson 3 | Download and Install the Arduino IDE for PC | Arduino Crash Course

Higher Ed
We are going to download, install, and set some preferences for the Arduino IDE on a PC. I'm running this on a computer that is a Windows 8 machine, maybe like 8.1 or something like that. Windows 10 is just coming out, and maybe by the...
Instructional Video11:08
Curated Video

Time Delay Relays Explained

Higher Ed
Time Delay Relays, in this video we learn the basics of how time delay relays work. Looking at time on delay and time off delay using transistors, capacitors and diodes as well as switches, mechanical relays and optical couplings to...
Instructional Video3:52
Brainwaves Video Anthology

David Held - Maker Spaces

Higher Ed
David Held has worked in the field of educational technology for 25+ years at Poughkeepsie Day School, Teachers College and Trinity School (Manhattan). He has created maker spaces and taught making and STEAM integrated classes. David has...
Instructional Video11:09
Programming Electronics Academy

IDE Familiarization: Arduino Course 2.5

Higher Ed
A walk through of the Arduino IDE, the software used to program the Arduino.