Curated Video
08 Waveform computations in Power Electronics
08 Signals computations in Power Electronics Walid Issa
Curated Video
07 What is the Importance of RMS and AVG values in Power Electronics
What is the Importance of RMS and AVG values in Power Electronics Power Electronics course - Walid Issa
Paul Marriott
Getting Started witrh Tinkercad Circuits (Arduino Simulator)
If you don't have your own physical Arduino components you can always use Autodesk's free Tinkercad Circuits app, which has and simulates many of the basic Arduino components. The app also supports a built-in block-based coding feature...
Paul Marriott
Programming 3 LEDs w/Tinkercad Circuits (Web-Based Arduino Simulator)
Using Autodesk's free Tinkercad Circuits online web app you can build and code a virtual Arduino circuit with 3 LEDs, resistors, Arduino Uno microcontroller and a half breadboard. Block-based coding tools are also provided. This is a...
Paul Marriott
Tutorial: How to use Tinkercad Circuits on iPad Pro w/Mouse
Autodesk Tinkercad Circuits (via web) is not officially supported on iPad. However, there is a workaround to this if you connect and use a mouse with your iPad. This tutorial will show you how.
Programming Electronics Academy
DIY retro pong game that fits in your pocket
This Arduino lesson was created by Programming Electronics Academy. We are an online education company who seeks to help people learn about electronics and programming through the ubiquitous Arduino development board. Check out this...
Programming Electronics Academy
What is a Breakout Board for Arduino?
If you have been learning about Arduino for any amount of time, than you have probably come across the term Breakout Board. Now, you might think, as I did when I first heard about breakout boards, that they were some fixture for...
Paul Marriott
Tutorial: Controlling a Sprite's Movement w/Arduino Uno, ADXL335 GY-61 Accelerometer & mBlock 5
Tutorial for controlling a sprite movement in mBlock 5 (based on MIT's Scratch 3.0 coding platform). Use of Arduino Uno microcontroller and AXDL335 GY-61 as an input device.
Paul Marriott
Tutorial: Smart Home Lighting Simulation w/Arduino Uno, HC05 Bluetooth Module, mBlock 3 & Android Smartphone
A tutorial for an Arduino home lighting simulation project that uses an Android smartphone and bluetooth connectivity to turn lights on and off. Use of a half breadboard and LED lights. An Arduino Uno microcontroller, HC05 bluetooth...
Programming Electronics Academy
What is an Arduino Shield?
This Arduino video tutorial discusses what an Arduino Shield is, how to connect an Arduino Shield to an Arduino and several things to consider when buying an Arduino Shield. Specifically, it describes: *Does it have good documentation?*...
Paul Marriott
Blynk IoT (Blynk 2.0) App w/Arduino Uno R3, ESP8266 ESP-01 Module, Blynk Cloud & 4 x LED - Tutorial
A full fledged tutorial of 4 LEDs connected to an Arduino device via. Blynk IoT (aka Blynk 2.0), Blynk Cloud and the ESP8266 ESP-01 WiFi module. The device simulates 'lights' of a smart home by turning LEDs on and off through 'Blynk IoT'...
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!
Programming Electronics Academy
Arduino Water Detection Alarm Project
This tutorial covers how to make a simple water detection alarm with your Arduino microcontroller.
Programming Electronics Academy
pinMode, digitalWrite, delay: Arduino Course 4.2
A description of 3 important functions for using Arduino.
Programming Electronics Academy
Floating Pins, Pull-Up Resistors and Arduino
This tutorial talks about floating pins. Specifically, what they are, why they are unwanted and how to deal with them.
Paul Marriott
Traffic Light Program on mBlock 3 w/Arduino Uno, LEDs & Functions
A structured traffic light simulation using LED lights and Arduino Uno microcontroller with mBlock 3 coding platform. Goes into detail.
Programming Electronics Academy
Throw out your breadboard! Dr. Duino: An Arduino Shield for debugging and developing
*Description:* In the last couple of episodes we have talked about Arduino shields and breakout boards. In this video, we will review a specific Arduino shield that makes developing projects and debugging sketches on the Arduino...
Paul Marriott
Faux Traffic Light System w/Arduino Uno, LEDs & Passive Buzzer
A very basic demonstration of a faux traffic light system through an Arduino Uno board, LED lights and a passive buzzer on a breadboard. A code listing from Arduino IDE is also shown.
Paul Marriott
2 x 74HC595 Shift Register in 16-Bit Configuration w/Arduino Uno & 16 LEDs
A demonstration of 2 x SN74HC595 shift register connected together in a 16-bit configuration. Use of 16 x LED (each LED representing a bit), 16 x resistor and 2 x breadboard. Arduino Uno microcontroller is used.
Programming Electronics Academy
Soldering Arduino Nano Every
In this lesson, we’ll walk through how to solder an Arduino Nano Every
Paul Marriott
3 x SN74HC595 Shift Register in Series w/Arduino Uno
A basic demonstration of 3 x SN74HC595 shift register in series with 24 x LED, 24 x resistor and 2 x breadboard. Arduino Uno board used and full Arduino IDE code is listed.
Paul Marriott
2 x 74HC595 Shift Register Dual-Defined Arrays w/Arduino Uno & LEDs
A demonstration of a binary counter using 2 x SN74HC595 shift register, 16 x LED, 16 x resistor and 2 x breadboard. Arduino Uno microcontroller is used.
Paul Marriott
Arduino Uno Instrument w/3 x HC-SR04 Ultrasonic Sensor, 3 x LED & 1 Passive Buzzer
A custom-built Arduino Uno musical instrument (on a breadboard) that can be played by waving a hand over a respective ultrasonic (HC-SR04) sensor. Each ultrasonic sensor plays its own musical tone via. passive buzzer, and an LED lights...