Path Leading Search Results

How To: Test a vehicle alternator with a standard multimeter

Richpin demonstrates how to test an alternator with a standard multimeter. First make sure that the vehicle's battery is fully charged. Take the negative lead of the multimeter and put it on the negative post of the battery. Place the positive lead of the meter on the positive lead of the battery. Set the meter to DC voltage using the 20 scale and read the display to ensure the battery is fully charged. Next start up the vehicle and see what the alternator is producing. The display should now...

How To: Play John Bonham's "Fool In The Rain" on drums

Watch this music tutorial video that shows you how to play "Fool in the Rain" by John Bonham of Led Zeppelin on the drums. Led Astray drummer Fronzo breaks down the half time shuffle to help other drummers trying to play this amazing groove! It may not be exactly what Bonham played but this is a pretty close rendition! Play "Fool in the Rain" by watching this instructional drum playing lesson and improve your drum skills!

How To: Make a hologram

Check out this awesome science video tutorial that looks at how to make a hologram lead by two leading physicists. Follow along as they take you step by step through the process. Watch this science video and learn how to make a hologram

How To: Wire a 555 timer chip for PWM

This demonstrates how to wire a 555 timer chip for Pulse Width Modulation. Items used: solderless breadboard, 555 chip, 510 ohm resistor, 100k ohm variable resistor, 1 RGB LED at 20-25ma, wires, and 9v battery. And those vertical lines are what i mean in terms of what you can see only on the camera. You can see the led light of course without the camera.

How To: Build a PWN circuit to control power that can dim an LED, control a motor etc.

Many types of circuits are useless and less useful if you cannot control the amount of power going through them. For that, you need a PWN (pulse with modulation) switch. This electronic component will let your control the power going through the circuit, enabling you to dim LED lights, control the speed of a motor, and other useful tasks. This video will teach you all PWN switches and how tom make your own.

How To: Make a harsh lead synth track with dissonance for hard techno in Reason 4

Nowadays digital and analog synthesizers can produce a nearly infinite number of sounds, and many of them sound terrible to most people. If you find yourself more in the Trent Reznor music camp though and love making dystopian, harsh sounds in your music, watch this video. It will teach you how to make a really harsh, dissonance filled lead synth track in Reason 4. Great for glitch, industrial, and other abrasive electronic styles.

How To: Play Led Zeppelin's "Stairway to Heaven" on ukulele

Want to play Led Zeppelin's "Stairway to Heaven" on the ukulele? Learn how with this free video ukulele lesson from Ukulele Mike. Whether you play the ukulele or bass kazoo, there is no better way to improve your chops than by learning to play your favorite songs. Not only is it more fun and much easier than running drills or memorizing a chord book by wrote, it's obviously also a wonderful way to build your repertory of songs. For more information, and to get started playing this classic roc...

How To: Perform the Aces All Again card trick

Learn how to do an amazing card trick that will impress your friends. The magician starts out with a quick example of a trick that everyone has probably seen and then leads into a more advanced card trick, called All Aces Again. He first performs the card trick then he shows us how the trick works. This particular trick takes a little preparation and no need to shuffle so that even a child with small hands can perform! Once the magician completes the card trick, he shows us how to lead into t...

How To: A Hacker's Guide to Programming Microcontrollers

While hackers know and love the Raspberry Pi, many don't know of its cheaper cousin, the microcontroller. Unlike a Pi, which can be used more or less like a regular computer, microcontrollers like the Wi-Fi connected ESP8266 require some necessary programming skill to master. In this guide, we'll build an Arduino program from scratch and explain the code structure in a way anyone can understand.

How To: Make ADB & Fastboot Work in Any Folder on Windows

Unless you're experienced using the Linux terminal, running ADB and Fastboot commands can get confusing very fast. The problems often stem from having to hunt for various files — usually IMG or ZIP files that you need to mod your Android phone — and then move them to your platform-tools folder, which, depending on how you installed ADB in the first place, could be anywhere.

How To: Get Started with MicroPython for ESP8266 Microcontrollers

For anyone interested in using cheap, Wi-Fi-connected microcontrollers like the ESP8266, the Arduino programming language can be a barrier to entry. Based on C++, Arduino requires knowledge of more computer science than languages like Python. Fortunately for beginners, setting up MicroPython on an ESP8266 allows anyone to write Python on affordable microcontrollers in a matter of minutes.