Programming Electronics Academy
EPS 4: Fingerprint Readers and Remote Igniters with Noah Del Coro
This week Michael sits down with engineering student Noah Del Coro to talk about a couple of interesting projects that he’s been able to build using Arduino.
Programming Electronics Academy
Lesson 6 | Arduino Toolchain Overview | Arduino Crash Course
Lesson 6 | Arduino Toolchain Overview | Arduino Crash Course
Programming Electronics Academy
Episode #08: Intermission: The Process I use for Creating Tutorials
This weeks Episode is what I am calling an intermission, which is basically me taking a break from hardcore Arduino tutorial making, and present a less technical topic. In this intermission video, I walk through the process I use to...
Programming Electronics Academy
2 Easy fixes to Arduino error: “.h: No such file or directory"
2 Easy fixes to Arduino error: “.h: No such file or directory" Are you trying to run an Arduino sketch, but keep coming across a "No such file or directory" error? This is a pretty common error! Keep watching to learn more about 2 easy...
Curated Video
How Alternators Work
How does a car alternator work? learn from the basics where we use the alternator and how alternators work.
Programming Electronics Academy
Interrupt Cautions: Arduino Course 9.5
A highlight of things to consider when using interrupt service routines.
Programming Electronics Academy
We Use Arduino Version .. : Arduino Course 2.2
A walk through of the Arduino IDE version used in the course, and recommendations for getting the most recent version.
Programming Electronics Academy
Ep. 17: Arduino Lie Detectors with Dante Roumega
This week Michael has a chance to chat with Dante Roumega who designed and built his very own Arduino Lie Detector. Dante explains how he came up with such a unique concept (4:25), how his initial product actually made people cry (7:00),...
Programming Electronics Academy
Ep. 13: Eco-Monitoring Bird Feeders with Greg and Phillip Voronin
This week Michael has the pleasure to sit down with a father and son duo, Greg and Phillip Voronin, who recently took home first prize in a hackster.io sponsored Arduino competition for their Eco-monitoring Bird Feeder.
Programming Electronics Academy
Easy secret knock detector to trigger anything with only an Arduino and a few cheap components
There are a couple good use case scenarios for making a secret knock detector using an Arduino.
NASA
NASA | SLIC: The Unsung Hero of Hubble SM4
The composite Super Lightweight Interchangeable Carrier (SLIC) is a new breed of equipment carrier that will allow the Space Shuttle to transport a full complement of scientific instruments and other components to Hubble. Made of carbon...
Rachel's English
IMPOSSIBLE! [or NOT?] – Learn English Conversation in 4 Hours Part 8
If you want to know how to learn English conversation, improve your English comprehension, think in English, speak faster and stop translating in your head this video is just for you! English conversation practice is the best way to move...
Programming Electronics Academy
Another Interrupt Example: Arduino Course 9.4
An example of using an interrupt service routine with Arduino.
Programming Electronics Academy
dtostrf() with Arduino - Convert float to string
In this lesson you will learn exactly how to use dtostrf in your Arduino code.
Curated Video
What is a stepper motor
What is a stepper motor? Find out what a stepper motor is in this quick video about what a stepper motor is.
Zach Star
Nanotechnology Research Examples and How to Get Into the Field
Nanotechnology is a very diverse field that is having bigger and bigger impacts on the world. Nanotechnology has applications in medicine, cars, spacecrafts, food, electronics, and materials science just to name a few. Nanotechnology is...
Programming Electronics Academy
Change Delay Time, Z Principle: Arduino Course 4.3
Taking a look at the delay() function, and an approach to investigating code.
Programming Electronics Academy
Arduino delay() and millis() Functions: Tight Loops and Blocking Code
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.
Programming Electronics Academy
3 Arduino Jargon Terms That Confuse Everybody
3 Arduino Jargon Terms That Confuse Everybody What is an Arduino shield? What does Arduino Pin mean? What is a breakout board? Watch this video to learn the meaning of these three common Arduino jargon terms!
Programming Electronics Academy
Arduino IDE Version :: Arduino Crash Course
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.
Programming Electronics Academy
Function Example Two: Arduino Course 8.2
A walk through of a User Defined Function in programming.
Programming Electronics Academy
digitalRead in Ardiuno: Arduino Course 4.10
Using digitalRead() to read binary inputs with Arduino.
Programming Electronics Academy
millis vs. delay Part 3 | A mini-series on Timing Events with Arduino Code
Before you open up your Arduino IDE and and get started using the millis function and delay functions - get an idea of how they work best! This Arduino lesson [actually this series of Arduino tutorials] will have you knowing when to use...