A Pragmatic Guide To Motors With Jonathan Beri

[Jonathan Beri] is a Maker of all sorts, with an affinity for robots, APIs, and Open Source. By day he works on making Android & iOS SDKs easier to use and by night he can found begging a PID controller to “just work already.” Recently he contributed to, “Make: JavaScript Robotics,” printed by Maker Media (2015).

[Jonathan] covers a lot of ground during his motors talk at the 2015 Hackaday SuperConference. He discusses brushed DC, stepper, servo, and brushless motors. Although just scraping the surface of each type of motor [Jonathan] touches the important details you can use to determine which type of motor is best for your project. The slide show he has put together has quite a bit of information and tips for beginners that might go overlooked when choosing a motor. For instance a list of 30 attributes that should be considered when selecting a motor. Included in that list are the 7 attributes [Jonathan] places priority on when he chooses a motor for one of his projects. We’ll delve deeper into that after the break.

Continue reading “A Pragmatic Guide To Motors With Jonathan Beri”

Alfred P. Morgan: A Generation’s Radio Hacker

I was surfing the web looking for interesting projects the other day when I ran into [SkyKing’s] exquisite transistor demodulator radio builds. He mentioned that they were “Alfred P. Morgan-style” and that brought back a flood of memories about a man who introduced a whole generation to electronics and radio.

[Morgan] was born in 1889 and in the early part of the twentieth century, he was excited to build and fly an airplane. Apparently, there wasn’t a successful flight. However, he eventually succeeded and wrote his first book: “How to Build a 20-foot Bi-Plane Glider.” In 1910, he and a partner formed the Adams Morgan company to distribute radio construction kits. We probably wouldn’t remember [Morgan] for his airplanes, but we do recognize him for his work with radio.

By 1913, he published a book “The Boy Electrician” which covered the fundamentals of electricity and magnetism (at a time when these subjects were far more mysterious than they are today). [Morgan] predicted the hacker in the preface to the 1947 edition. After describing how a boy was frustrated that his model train automated to the point that he had nothing actually to do, [Morgan] observed:

The prime instinct of almost any boy at play is to make and to create. He will make things of such materials as he has at hand, and use the whole force of dream and fancy to create something out of nothing.

Of course, we know this applies to girls too, but [Morgan] wrote this in 1913, so you have to fill in the blanks. I think we can all identify with that sentiment, though.

Continue reading “Alfred P. Morgan: A Generation’s Radio Hacker”

Hacklet 23 – The Groove Tube

The transistor may rule the electronics world today, but before solid state moved in, vacuum state was king. Tubes, or valves if you’re from Europe, were the only way to fly. Every good hacker knew their triodes from their tetrodes and their pentodes. While technology has moved on, some hackers keep the past alive with tube based projects. This week on the Hacklet, we’re featuring some of the best tube projects on Hackaday.io!

SAMSUNGWe start with [256byteram] and Tube Television Tennis. [256byteram] is building an entire Pong style game from tubes, including a CRT to display the game. Displaying anything on a standard television means generating lots of timing signals. [256byteram] is doing this by using multivibrators to create one-shots and flip-flop circuits. Tube Television Tennis is still a work in progress, but [256byteram] already can display a paddle and move it around the screen in both X and Y. This project has already blown our minds!

tamp1From [Marcel] comes this great Low Voltage All-Tube Amplifier, which we featured on the blog earlier this year. [Marcel] does tubes without the danger of high voltage by using the ECL82 tube at 40 volts. The ECL82 incorporates both a triode pentode in one package, making it something of an integrated circuit. Power is provided by transformer while a PY88 tube handles rectifier duties, making this truly an all tube amp. A few passive components complete the design. We can’t wait to fire one up and hear some class A goodness while basking in the warm glow only a tube can create.

obsoleteTimeNo tube article would be complete without some nixies, and [opeRaptor] is here to provide them with Obsolete Time, a nixie tube clock! Obsolete Time uses IN-12 Russian nixie tubes, and goes for a minimalist design. Under the hood it’s all modern tech though, including a Bluetooth radio which allows the clock to be set via an Android app.

hybridHeadphone2[Brandon Foltz] is also getting into a vacuum state of mind as he takes Adventures in Hybrid Headphone Amps. [Brandon] is mixing the best of the old and new worlds by using a 6247 tube as the input stage to an LM386 single chip amplifier. This hybrid is still a work in progress, as [Brandon] is trying to clean up the sound from his LM386.

Hackaday.io update!

private-messageDid you know that we’re constantly upgrading Hackaday.io? We listen to your input on the feedback project, and we’re always adding new features to the site. If you haven’t noticed, you can now send private messages to other users. We’re sure this will help put users in contact with each other, so they can collaborate on even more projects! On the left side of each profile page there is a “Send a private message” button below the hacker’s avatar. You now have better indicators when you have messages or updates too! The private messages and feed icons at the top right of every .io page now have indicators to show how many messages or feed entries you have waiting. These are all based on live data, so they’ll update as you browse the site.

That’s all the time we have for this week’s Hacklet! As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!

A H-Bridge Motor Controller Tutorial Makes It Simple To Understand

hbridge tutorial

[Afroninja] is back with another great tutorial on basic electronics. This time around he’s explaining H-Bridge motor controllers and how they work!

Even if you don’t have much (or any) experience with basic electrical circuits, [Afroninja] explains the concept of an H-Bridge motor controller in a clear, concise and easy way to understand. So what’s an H-Bridge anyway? For any project using DC motors, if you want to be able to spin up the motor in either direction, you’re going to need a method to power the motor in two different configurations, i.e. you’re going to have to swap the polarity some how.

The easiest way of doing this is with an H-Bridge. It’s called an H-Bridge… because it’s shaped like an H, with the motor in the very middle. It allows both polarities to control the motor — however if you do it with just plain old switches or relays, you could short the circuit if you try going in both directions at once! To solve this, [Afroninja] explains how to poka-yoke (Japanese term for Idiot-Proof) the circuit, by using transistors which will sink the voltage if you try to abuse the circuit.

It’s a 5 minute video and well worth the watch — stick around after the break to learn more!

Continue reading “A H-Bridge Motor Controller Tutorial Makes It Simple To Understand”

Internet-Enabling A Lamp With The Raspberry Pi

lampcontrol

[Jack] sent in his writeup for internet enabling a home lamp. While we will certainly have some comments saying this is too simple, it does a great job of breaking things down to the basics. For those that aren’t confident in their electronic skills, this is an easy hack to a commercial device that greatly expands it’s capabilities. [Jack] started with a cheap wireless outlet controller. By opening the remote and wiring each switch to a 2N222A transistor, you can very easily control the remote from the GPIO pins on the Raspberry Pi. In [Jack’s] case, he set up a web page using Flask that allows quick on/off control.

Of course, this method can be used in any number of instances where you have a wireless controller, from small lamps to garage doors. Given it’s simplicity, anyone can do it with even basic skills. If you’re a beginner who’s been itching to do some home automation, follow [Jack’s] writeup and check an item off your todo list!

[Dino’s] JFET Guitar Preamp With Piezo Pickup

This week, with a little help from a Roomba, [Dino] built a guitar pickup and preamp that sounds marvelous. A pickup takes vibrations from the guitar and turns them into an electrical signal which can then be amplified and broadcast. He grabbed a long-dead Roomba which has slowly but surely been donating its organs for his weekly projects. After plucking out a piezo element he grabbed a bag of Junction gate Field-Effect Transistors (JFET) and built a preamp circuit around one of them.

JFETs operate in much the same way as MOSFETs (which we took a look at last week). [Dino’s] design adds a few resistors and capacitors to tune the gain and decouple the circuit from the input and power rails. He epoxied the piezo element inside the guitar and connected leads between it and a jack mounted in the body. As always, he does an excellent job of explaining the concepts behind the design and outlining the build techniques that he used. We’ve embedded his video after the break.

Continue reading “[Dino’s] JFET Guitar Preamp With Piezo Pickup”

Build Your Own Class AB Audio Amplifier

[Dino Segovis] wrote in to tell us about his “hack”, making an AB Audio Amplifier. The advantage of this particular amp is that the transistors never turn off, which would cause distortion. A full schematic is given in the article as well as a parts list. A complete “bill of materials” makes any circuit building project easier, especially for the beginner.

Although this is by no means a new circuit design, (a similar setup is used in car audio equipment) [Dino] does a great job of explaining how things work in the article itself and in the video after the break. He also gives some great tips about transferring your drawn circuit to a breadboard in a neat and organized way at around 5:00 in the video. Continue reading “Build Your Own Class AB Audio Amplifier”