Science Buddies
Make a Night-Light
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!
Odd Quartet
Making The Loudest Metronome
This video looks at how you can build a very loud meteronome
Programming Electronics Academy
Class to Library Continued: Arduino Course 8.8
A walk through of turing a class into an Arduino code library.
Programming Electronics Academy
Functions Combined into One: Arduino Course 8.4
A walk through of a User Defined Function in programming.
Programming Electronics Academy
11 Arduino Projects - They built what?!
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...
Programming Electronics Academy
Challenge 06: Blink an LED Discussion: Arduino Course for Absolute Beginners (ReMastered)
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.
Curated Video
How A Car Battery Works
How does a car battery work, learn from the basics where we use and battery and how batteries work.
The Wall Street Journal
Demo: The Next Frontier In Wearables
A new type of wearable promises to analyze the state of your health.
Programming Electronics Academy
Tutorial 02: Download and install the Arduino IDE: Arduino Course for Absolute Beginners (ReM)
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...
Programming Electronics Academy
Ep. 9: A Talk with William Osman, mechanical engineer and YouTuber
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...
Programming Electronics Academy
Arduino Momentary Push Button and Simple Circuit drawing
Arduino Momentary Push Button and Simple Circuit drawing
Programming Electronics Academy
pinMode, digitalWrite, delay: Arduino Course 4.2
A description of 3 important functions for using Arduino.
Programming Electronics Academy
Tutorial 12: For Loop Iteration: Arduino Course for Absolute Beginners (ReM)
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...
Paul Marriott
MAX7219 FC-16 64x8 Dot Matrix Display System w/Blynk IoT, NodeMCU ESP8266 & Parola - Tutorial
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,...
Programming Electronics Academy
Series Parallel: Base Electronics: 11
A description of basic series parallel circuit analysis with Arduino.
Programming Electronics Academy
Ep. 10: High Speed Camera Rigs with Ted Kinsman
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.
Programming Electronics Academy
PWM Example: Arduino Course 4.8
An example of using Pulse Width Modulation with Arduino.
Programming Electronics Academy
Arduino millis() function: 5+ things to consider
Arduino millis() function: 5+ things to consider
Curated Video
Electronic Tablet Technology
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...
Programming Electronics Academy
Circuit Analogy: Base Electronics: 2
Using the water pump analogy to explain electricity.
Science360
Design Engineer - Careers in Science and Engineering
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...
Ancient Lights Media
Netherlands
This clip looks at the physical features, climate and culture of the Netherlands.
Programming Electronics Academy
Change the LED Variable: Arduino Course 4.4
Adjusting pin numbers in Arduino sketches and the outcomes.
Programming Electronics Academy
sprintf() with Arduino
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...